html	
	{
	overflow-y: scroll;
	}
	
body
	{
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-style: normal; 
	color: #000000;
	}
	
#container
	{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	height: 600px;
	}
	
#header
	{
	height: 140px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	padding-top: 30px;
	padding-left: 60px;
	background-image: url("../design/header.png");
	background-repeat: no-repeat;
	}
	
#sitetitlefont
	{
	text-align: right;
	font-size: 30px;
	margin-top: -32px;
	width: 870px;
	}
	
#menu
	{
	margin-top: 10px;
	height: 499px;
	width: 200px;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 1px;
	}
	
.menulink
	{
	padding-left: 30px;
	margin-left: 10px;
	line-height: 30px;
	display: block;
	width: 150px;
	height: 30px;
	margin-top: 15px;
	}
	
a.menulink:link, a.menulink:visited
	{
	font-weight: bold;
	color: #333333;
	background-image: url("../design/menubg.png");
	background-repeat: repeat-x;
	}
	
a.menulink:hover
	{
	background-image: url("../design/menubghover.png");
	}
	
#content
	{
	padding: 30px;
	margin-top: -500px;
	margin-left: 210px;
	min-height: 438px !important;
	width: 728px;
	background-color: #FFFAF0;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	}
	
#footer
	{
	font-weight: bold;
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	line-height: 50px;
	height: 50px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	background-image: url("../design/footer.png");
	background-repeat: no-repeat;
	}
	
#designer
	{
	width: 1000px;
	text-align: right;
	margin-top: 10px;	
	}
	
a#designerlink:link, a#designerlink:visited
	{
	color: #CCCCCC;
	}
	
a#designerlink:hover
	{
	color: #333333;
	}
	
a:link, a:visited
	{
	color: #3366FF;
	text-decoration: none;
	}
	
a:hover
	{
	color: #333333;
	}
	
.texttitle
	{
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	background-color: #333333;
	color: #FFFFFF;
	/*background-color: #FFD700;*/
	font-weight: bold;
	}
	
.inputbox
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.buttons
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}