/* CSS Document  */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 50px;
	background: #cccccc;
	padding: 0%;
	}
p
	{
	text-align:center;
	}
h1
	{
	color: rgb(102,51,51);
	}
h2
	{
	color: rgb(80,00,00); 
	text-align:center;
	}
#overall
	{
	position: absolute;
	width: 95%;
	border: 4px solid #663333;
	background: #ffffff;
	}
#TopLogo
	{
	width: 95%;
	height: 100px;
	}
#TopButtons
	{
	top: 105px;
	height: 32px;
	border: 10px solid #ffffff;
	background: #C0C0C0;
	}
#MainContents
	{
	top: 130px;
	width: 95%;
	margin: 10px 40px 40px 10px;
	}
#MainFooter
	{
	font-size: 90%;
	}
#BottomStrip
	{
	height: 10px;
	border: 10px solid #ffffff;
	background: #663333;
	}