/* 
Name: GGTIP Custom Theme
URL: www.initialsketch.co.uk 
Description:  This is the custom theme for ggtip.co.uk - bought from eBay developed with love.
Author: Jake McHugh
Author URL: www.initialsketch.co.uk
*/

@charset "utf-8";
/* CSS Document */

body {
	background: url(images/global_bg.jpg) center;
	background-color: #E5ECF3;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 11px;
}
#container {
	width: 1000px;
	background: repeat #F4F8FB;
	margin: 0 auto;
}
.innerpow {
	width: 980px;
	margin: 0 auto;
}
#header {
	background: url(images/header.png);
	width: 980px;
	height: 137px;
	float: left;
}

#content {
	width: 757px;
	float: left;
	background: #0F0;
}
#content .shell {
	width: 757px;
	float: left;
}
.head {
	width: 757px;
	float: left;
	background: url(images/body_head.png) no-repeat;
	height: 17px;
}
#content .inner {
	width: 757px;
	float: left;
	background: url(images/body_middle.png) repeat-y;
}
#content .inner2 {
	width: 720px;
	float: left;
	padding-left: 20px;
}
#content .end {
	width: 757px;
	background: url(images/body_end.png) repeat-y;
	height: 28px;
	float: left;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.info {
	font-size: 12px;
}
#sidebar {
	width: 223px;
	float: left;
}
#sidebar .head {
	background: url(images/sidebar_head.png);
	width: 223px;
	float: left;
}
#sidebar .middle {
	width: 223px;
	background: url(images/sidebar_body.png) repeat-y;
	float: left;
}
#sidebar .inner {
	width: 195px;
	margin: 0 auto;
}
#sidebar .end {
	background: url(images/sidebar_end.png);
	height: 24px;
	width: 223px;
	float: left;
}
#sidebar li {
	list-style-image: none;
}
#footer {
	width: 1000px;
	background: #D8E2ED;
	height: 30px;
	line-height: 30px;
	float: left
}