/* ------------------------------------------------------------
   Project: Project
   Type: CSS2
   Author: Lee Westwood
   Date: DATE
   ------------------------------------------------------------ */ 

body {
	background: url(../images/bg.jpg) repeat-x #000 top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	width: 798px;
	text-align: left;
	margin: auto auto;
	background: url(../images/background_content.png) repeat-y;
	padding: 0px 101px 10px 101px;
}
#header {
	width: 798px;
}
#header_ad {
	width: 490px;
	float: right;
	padding: 16px 0px 10px 10px;
}
#content {
	width: 788px;
	overflow: auto;
	padding: 10px 5px 0px 5px;
}
#content_banners {
	width: 788px;
	padding: 0px 0px 10px 0px;
}
#banner {
	width: 786px;
	height: 215px;
	border: 1px solid #000;
	background: url(../images/content_banner.jpg) repeat-x;
}
#ads_left {
	width: 180px;
	float: left;
}
#content_text {
	width: 600px;
	float: left;
}
.box {
	width: 597px;
	background: url(../images/content_top.jpg) no-repeat #b2b2b2;
	margin: 0px 0px 15px 0px;
}
.text {
	padding: 10px 10px 0px 10px;
}
#footer {
	width: 788px;
	background: url(../images/footer_top.jpg) no-repeat top right #b2b2b2;
	padding: 10px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #000000;
}


/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}
#content h1 a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#content h2 {
	margin: -10px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
#content h2 a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
#content p a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

/* ------------------------------------------------------------
   Menu
   ------------------------------------------------------------ */

#menu {
	width: 798px;
	overflow: auto;
}
#menu ul {
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
#menu li {
	margin: 0px 3px 0px 0px;
	padding: 5px 23px 5px 23px;
	float: left;
	list-style: none;
	background: #000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a {
	list-style: none;
	background: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}