@charset "utf-8";

#container {

	background-color: #999999;

	height: auto;

	width: 800px;

	margin-right: auto;

	margin-left: auto;

	background-image: url(Images/containerbg.jpg);

}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

#fade {

	background-image: url(Images/fade.jpg);

	height: 14px;

	width: 800px;

}



#header {

	height: 250px;

	width: 800px;

}

body {

	background-color: #000000;

}

#nav {

	background-image: url(Images/navbg.jpg);

	height: 20px;

	width: 800px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size:12px;
	color:#FFFF00;
	vertical-align: middle;
	text-decoration:none;

}

#body {

	background-color: #CCCCCC;

	height: auto;

	width: 600px;

	margin-right: auto;

	margin-left: auto;

	padding-right: 15px;

	padding-left: 15px;

	background-image: url(Images/bodybg.jpg);

	background-position: right top;

	background-repeat: no-repeat;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	margin-bottom: -15px;

	padding-top: 5px;

	margin-top: 15px;

}

#footer {

	height: 212px;

	width: 800px;

	margin-bottom: auto;

	background-image: url(Images/footer.jpg);

	background-position: bottom;

}

