body {
	margin-top: 13px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	background-image: url('images/bodybg.gif');
	background-repeat: repeat-x;
	background-color: #CACACA;
}
#overlay {
	width: 720px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 533px;
	height: 35px;
	position: absolute;
	margin-left: 170px;
	margin-top: 5px;
}
#nav {
	width: 650px;
	position: absolute;
	margin-top: 50px;
	margin-left: 162px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li {
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#nav ul li a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	color: #666666;
	text-decoration: none;
}

#pictures {
	width:720px;
	height:300px;
	background-color:black;
	margin-top:5px;
}

#features {
	width:720px;
	height:92px;
	background-image:url('images/features.gif'); background-repeat:no-repeat;
	margin-top:5px;
	padding-top:10px;
	padding-left:2px;
}

#dropmenudiv{
	position:absolute;
	border:1px #666666;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #666666;
	background-color: #C0C0C0;
	
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CC0001;
	color:#ffffff;
}

.logo {
	float:left;
}

#main {
	width:720px;
	height:500px;
	padding-left:3px;
	margin-top:10px;
	
}

h1 {
	width:718px;
	background-color:#CC0001;
	color:#FFFFFF;
	font-size:120%;
	padding-bottom:2px;
	padding-left:2px;
}

h2 {
	color:#333;
	font-size:110%;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#leftcolumn {
	width: 450px;
	padding-right: 10px;
}

#rightcolumn {
	float:right;
	width:220px;
	margin-right:10px;
	
}


#footer {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	font-weight:bold;

}

#link {
	float:right;
}

#footer a {
	color: #333;
	text-decoration:none;
}

#newsid a {
	color: #666666;
	text-decoration:none;
	font-weight:bold;
}

#newsid a:hover {
	color:#CC0001;
	font-weight:bold;
}