body {
	background: white url(../img/bg.png) top center;
	/*background-attachment:fixed;no-repeat;*/
}


label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }

#container {
	width: 920px;
	margin: 0 auto;
}

#container #header {
	width: 920px;
	height: 208px;
	background-color: transparent;
}

#footer {
	background-image: url(../img/footer_bg.png);
	_background-image: url(../img/footer_bg.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 5px 0px 0px 70px;
	width: 200px;
	height: 200px;
	color: white;
	font-size: 9px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer div#epcc{
	float: left;
}

#footer div#xo{
	float: right;
	text-align: right;
	color: white;
	width: 120px;
}

#footer div#xo a{
	color: white;
}

#container #header #leftside{
	float: left;
	width: 400px;
	height: 208px;
}

#container #header #leftside a, #container #header #leftside a:active, #container #header #leftside a:visited {
	text-decoration: none;
	color: white;
}

#container #header #leftside a:hover {
	text-decoration: none;
	color: white;
}

#container #header #rightside{
	float: right;
	width: 400px;
	height: 208px;
	background: transparent;
}

#container #header #rightside img{
	float: right;
	border: 0;
}

#container #header #leftside h1{
	font-size: 36px;
	color: white;
	width: 330px;
	padding: 0;
	margin: 15px 0;
}

#container #header #leftside ul#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 3px;
	background: black;
	display: inline;
	clear: both;
}

#container #header #leftside ul#navigation li{
	margin: 0;
	padding: 0;
	display: inline;
}

		
#container #header #leftside ul#navigation li#selected a{
	color: white;
}

#container #header #leftside ul#navigation li a:hover{
	color: white;
}

#container #header #leftside h1 span{
	color: white;
}

#container #content {
	width: 920px;
	background-color: transparent;
}