body {
	text-align: center;
}

body.body {
	padding: 5px;
	margin: 0;
	overflow: auto;
	background: #000000 url('../images/bg-body.jpg') top repeat-x;
}

body, ul, input, th, td {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11px;
}

div#container {
	width: 826px;
	margin: 0 auto 0 auto;
}

div#header {
	height: 216px;
	background: url('../images/bg-header.jpg') top left no-repeat;
	position: relative;
}

div#header h1 {
	position: absolute;
	top: 50px;
	left: 210px;
}

div#header h1 a {
	display: block;
	width: 410px;
	height: 60px;
	text-indent: -9999px;
}

ul#topNav {
	position: absolute;
	top: 150px;
	left: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#topNav li {
	display: inline;
}

ul#topNav li a {
	float: left;
	display: block;
	height: 31px;
	margin: 0 5px 0 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #555 2px 2px 7px;
}

ul#topNav li a span {
	display: block;
	padding: 0 6px 0 6px;
}

ul#topNav li a.on, ul#topNav li a:hover {
	background: #d9d9d9 url('../images/bg-topNav-left.gif') top left no-repeat;
	color: #dd141d;
}

ul#topNav li a.on span, ul#topNav li a:hover span {
	background: url('../images/bg-topNav-right.gif') top right no-repeat;
}

ul#subNav {
	position: absolute;
	top: 178px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#subNav li {
	display: inline;
	margin: 0 4px 0 4px;
}

ul#subNav li a {
	font-size: 14px;
	color: #dd141d;
	text-decoration: none;
}

ul#subNav li a.on, ul#subNav li a:hover {
	font-weight: bold;
}

div#middle {
	background: #ffffff url('../images/bg-middle.jpg') left repeat-y;
	padding: 0 50px 0 50px;	
	text-align: left;
}

div#content {
	height: 373px;
	padding: 10px;
	overflow: auto;
}

div#footer {
	position: relative;
	height: 150px;
	background: url('../images/bg-footer.jpg') top left no-repeat;
}

div#footer ul {
	position: absolute;
	top: 103px;
	left: 0;
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer ul li {
	display: inline;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
}

div#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer p {
	position: absolute;
	top: 140px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #555555;
	margin: 0;
}

div#footer p a {
	text-decoration: none;
	color: #555555;
}

div#footer p a:hover {
	color: #999999;
}
