/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/* Hyperlink style */

a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: none;
}

a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; color: #000000; 
text-decoration: none;
}

a:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: underline;
}

a:active {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: underline;
}

/* home id styles */

#homewrapper {
	background-color: #CCCCCC;
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	height: 700px;
	z-index: 1;
}


#homemain {
	background-color: #000000;
	height: 600px;
	width: 600px;
	position: absolute;
	left: 100px;
	top: 50px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#homephoto {
	background-color: #00;
	height: auto;
	width: 242px;
	position: absolute;
	z-index: 3;
	left: 263px;
	top: 117px;
	padding: 15px;
}

#homelogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	background-color: #666666;
	height: 58px;
	width: 283px;
	position: absolute;
	left: 430px;
	top: 475px;
	z-index: 4;
	text-align: left;
	padding: 10px;
}

#homenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	height: 21px;
	width: 134px;
	border: 1px dotted #000000;
	position: absolute;
	top: 540px;
	left: 323px;
	color: #000000;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 5;
}
