@charset "UTF-8";
/* CSS Document */


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #899F90;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.style1 {color: #CCCCCC}

body {
	background-image:url(/imageseye/vertbackeye.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}


#wrapper {
	width: 957px;
	margin: auto;
	float: center;
	background-image:url(/imageseye/vertbackeye.jpg);
	background-repeat:repeat-y;
		
}
#unity {
	float: left;
	width: 956px;
	height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	padding-top: 10px;
	/* border-bottom-width: 1px;
	border-bottom:solid;
	border-bottom-color:#999999; 
	padding-right:10px;
	padding-left: 10px; */
}



#main {
		float: left;
		height: auto;
		width: 955px;
		
		
		
}




#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	height: 15px;
	width: 957px;
	background-color:#666666;
	padding-top: 5px;
	margin-top: 5px;
