body {  
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-center: left;
	margin-top: 0px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}


#logo{
margin-left: 40px;
margin-top: 20px;
border-width: 0px;

}
A{color: #fff; text-decoration: none;}

A.main{
	color: #fff;
	font-family: tahoma;
	font-size: 14px;
	margin-left: 55px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{text-decoration: underline;}


.dark{color: #000099; font-weight: bold;}

.link{
	margin-top: 0px;
	margin-bottom: 10px;
}


h1{
	font-family: tahoma;
	font-size: 16px;
	color: maroon;
	font-weight: bold;
}

#main{
	margin-left: auto;
	margin-right: auto;
	width: 739px;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	min-height: 600px;
	background-color: #ccc;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;


}


#header{
	width: 739px;
	height: 280px;
	background-image: url(images/header.jpg);

}

#nav{
	float: left;
	width: 200px;
	height: 160px;
	border-style: solid;
	border-width: 0px;
	margin-top: 15px;
	margin-right: 80px;
	padding-top: 10px;
}

#banner{
	margin-top: 7px;
	margin-left: 0px;
	float: left;
}

#left{
	width: 240px;
	float: left;
	background-color: #ccc;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content{
	width: 419px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	background-color: #fff;
 	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;

}

.clear{clear: both;}

.lbl{float: left; font-family: verdana; font-size: 11px; width: 80px;}

.field{float: left;}

input{font-family: verdana; font-size: 9px; font-weight: bold; width: 140px; border-width: 1px; border-style: solid; border-color: #333333; background-color: aliceblue;}

textarea{font-family: verdana; font-size: 9px; width: 230px; font-weight: bold; background-color: aliceblue; border-style: solid; border-width: 1px; border-color: #333333;}


#footer{
	margin-left: auto;
	margin-right: auto;
	width: 699px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000;
	height: 20px;
	background-color: maroon;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;

}