	body
		{
		background: #171700 url('/images/bodybg.jpg');
		}
	#toplogo
		{
		padding: 0px;
		margin: 0px;
		height: 235px;
		width: 800px;
		align: center;
		}
	#container
		{
		position: relative;
		top: -10px;
		padding: 0px;
		margin: 0px;
		background: #ffffff;
		width: 800px;
		height: 660px;
		}
	#footer
		{
		position: relative;
		top: -10px;
		font-family: arial;
		font-size: 12px;
		color: #004000;
		padding: 0px;
		margin: 0px;
		background: #ffffff;
		width: 800px;
		height: 35px;
		}
	ul#menubar
		{
		position: relative;
		top: 160px;
		left: 400px;
		float:right;
		width:100%;
		padding:0;
		margin:0;

		}
	li
		{
		display: inline;
		list-style-image: url('/images/arrow.gif');
		}
	a#nav
		{
		float: left;
		font-family: verdana, arial, helvetica, sans;
		font-size: 14px;
		font-weight: bold;
		text-decoration:none;
		color: white;
		background-color:#00CC00;
		padding: 8px;
		}
	a:hover#nav
		{
		color:#FF0000;
		background-color:#ffffff;
		}
	p
		{
		font-family: arial;
		font-size: 14px;
		color: #004000;
		}
	a#img
		{
		border: 0px;
		background: #FFFFFF;
		}
