body{
	
}

#outer{
	background: #ffffff url("../images/bg_homebody.jpg") repeat-x;
}
	
#homemain{
	background: #b7d4ed url("../images/bg_homemain.gif") repeat-x 0% 0%;
	height: 351px;
	text-align: center;
	margin: 0 auto;
}

#homeheader{
	height: 180px;
	background: #ffffff url("../images/bg_homeheader.gif") repeat-x 0% 0%;
}

#homeicocont{
	background: #fef4db url("../images/bg_homeico.jpg") repeat-x 0% 0%;
	/*background: #fef4db;*/
	height: 65px;
	width: 189px;
	float: right;
}

#homeico{
	padding: 6px 0px 0px 12px;
}


.homepanel{
	background: #fdfdfb url("../images/bg_homepanel.gif") repeat-x 0% 0%;
	height: 318px;
	width: 167px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	float: left;
}

.hompanelphoto{
	margin: 6px 0px 3px 0px;
}

.subnav{
	margin: 0px 0px 6px 0px;
	height: 106px;
}

.subnav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.subnav li{
	background: url("../images/bg_homesubnavli.gif") no-repeat 50% 0%;
	text-align: left;
	padding: 3px 0px 5px 22px;
	font-size: 11px;
	line-height: 12px;
}

.subnav a{
	color: #a60000;
	height: 17px;
}

.subnav a:hover{
	color: #545454;
}

.subnav a:active{
	color: #1d1d1d;
}

.homepanel select{
	background: #fff7e5;
	font-size: 11px;
	color: #1f1f1f;
	width: 154px;
	height: 19px;
	border: 1px solid #7f9db9;
	margin: 0;
}


