body{
	text-align: center;
	color: #000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;




}

a{
	color: #6600CD;
	text-decoration: none;
	font-weight: bold;



}

a:hover{
	color: #FE9900;
	text-decoration: underline;


}

#container {
	width:800px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;




}

#header {
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;

}
#header h1, #header h2 {
	display:none;
}
#navigation {
	padding:0px;
	clear: both;
	font-weight: bold;
	margin: 0px 0px 20px;
	float: left;
	width:150px;


}

#navigation ul{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;



}

#navigation a{
	color:#FFFFFF;
	font-weight: normal;

}

#navigation a:hover{
	color:#010066;
	text-decoration: none;

}

#navigation li{
	text-align: center;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;






}
#main {
	margin: 0px 168px;
	padding: 0px;
	text-align: left;

}

#main .section{
	padding: 10px 0px;
	margin:0px;
}

#main h3{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #6600CD;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;




}
#main li {
	margin:3px 0px;
}

#main img {
	padding: 4px;


}

#footer {
	clear: both;
	padding: 45px 0px 5px;
	background-image:  url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;





}

#footer p{
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;







}
