/*<group=Home Page>*/ 

body {
	background: #9999cc;
}
#float_box {
	position: absolute;
	width: 100%;
	top: 50%;
	margin: -150px 0 0 0;
}
#float_content {
	clear: both;
	height: 300px;
	position: relative;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 70%;
	margin: 6em 0 0 0;
	color: #000000;
	text-align: center;
}
#home1 {
	height: 168px;
	width: 86px;
	margin: 0 auto 0.3em auto;
	background: url(images/_owl.gif);
}
#home2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 400%;
	margin: 0 0 0.2em 0;
	text-align: center;
}
#home3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 110%;
	margin: 0 0 2em 0;
	color: #000000;
	text-align: center;
}
#homeNavBar {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	width: 650px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	text-align: center;
	margin: auto;
}
#homeNavBar ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#homeNavBar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	list-style: none;
	display: inline;
	text-decoration: none;
}
#homeNavBar ul li a {
	text-decoration: none;
	color: #ddddff;
}
#homeNavBar ul li a:hover {
	text-decoration: none;
	color: #000000;
}














