

/*

	Standard font family for site

*/



body, table, tr, td, a, p, h1, h2, h3, h4, h5

{

	font-family: times, serif;

}





/*

	Page body style

*/



body

{

	margin: 0px;

	padding: 0px;

	

	font-size: 100%;

	background-image: url("bgrounds/bgrotate.php");

	background-align: center;

   

}











/*

	Standard paragraph style

*/



p

{

	font-family: times, serif;

	font-weight: normal;

	color: #fff;

	font-size: 0.7em;

	margin-top: 0px;

	margin-bottom: 18px;

}





/*

	Links

*/



a:link, a:active

{

	font-family: times, serif;

	color: #fff;

	font-size: 1.0em;

	text-decoration: bold;

}





a:hover

{

	color: #ff6600;

	font-size: 1.0em;

}



a:visited

{

	color: #ffffff;

	font-size: 1.0em;

}





/*

	Headings

*/



h1

{

	font-family: times, serif;

	font-weight: normal;

	color: #ffffff;

	font-size: 1em;

	letter-spacing: 0.4em;

	margin-top: 0px;

}



h2

{

	margin-top: 0px;

	padding-top: 10px;

	font-family: times, serif;

	font-weight: bold;

	font-size: 0.7em;

	color: #ffffff;

}





h3

{

	margin-top: 0px;

	padding-top: 10px;

	font-family: times, serif;

	font-weight: bold;

	font-size: 0.7em;

	color: #ffffff;

}







/*

	Container for page

*/



#menu

{

    

	padding-top: 100px;

	padding-bottom: 10px;

	margin-left: auto;

	margin-right: auto;

	position: center;

	width: 800px;

			

}





#container

{

    

	padding-top: 10px;

	padding-bottom: 10px;

	margin-left: auto;

	margin-right: auto;

	position: center;

	width: 800px;

	background-color: #666600;

		

}





#header

{

	width: 99%;

	border: 1px inset black;

	height: 250px;

	background-color: #666600;	

	background-image: url("headers/rotate.php");

	background-repeat: no-repeat;

	background-position: center center;

	margin: auto;

	

}





*/





#page-content

{

  border: 1px;

	float: center;

	width: 800px;

	padding-top: 20px;

	padding-right: 20px;

}





/*

	Page footer area

*/



#page-footer

{

	width: 800px;

	height: 25px;

	padding-left: 25px;

	padding-right: 25px;

	padding-top: 15px;

	font-size: 0.8em;

}





/*

	Standard images

*/



img

{

	border: 0px;

}









