body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:800px;
	height:100%;
	background-image:url(images/bkgd-beam.gif);
	background-repeat:no-repeat;
	background-color:#3d3d3d;
}

#nav {
	width:800px;
	background-color:#000000;
	text-align:left;
	
}

#nav_bot {
	width:800px;
	background-color:#000000;
	text-align:right;
	margin-bottom:50px;
	vertical-align:bottom;
}

#mainDIV {
	text-align:center;
}

#main {
	width:760px;
	
}

a {
	color: #cccccc;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}