/* Reset style */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Customise style */
body {
	background: url(../images/diagonalTile.gif);
	color: #777;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
}

h2 {
	color: #FEB901;
	font-size: 14px;
	margin-bottom: 1em;
}

a, a:link, a:visited, a:hover, a:active {
	color: #FEB901;
	text-decoration: none;
}

p { margin-bottom: 1em; }

strong { font-weight: bold; }

#container {
	width: 755px;
	margin: 0 auto;
	background: white;
	border: 15px solid #D3D3D3;
	border-top-width: 5px;
}

#header {
	background: #D3D3D3;
}

.nav {
	clear: both;
}

.nav li {
	display: block;
	float: right;
	background: white;
	margin-left: 10px;
	margin-bottom: 10px;
}

.nav li a {	
	display: block;
	color: #777; 
	padding: 3px;
}
.nav li a:hover { background: white; }

#logo { float: left; }

#banner {
	float: right;
	position: relative;
	top: 10px;
}

#body {
	clear: both;
}

#title {
	float: right;
}

#content {
	padding: 15px;
}

#content h2 {
	text-transform: uppercase;
}

#content h3 {
	font-weight: bold;
}

#content ul {
	margin-bottom: 1em;
}

#content li {
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 0.5em;
}

#footer {
	text-align: center;
	padding-top: 10px;
}

#footer p {
	color: #999;
	font-size: 10px;
	margin-bottom: 0.5em;
}

.cb { clear: both; }