@charset "utf-8";
/* CSS Document */
body{
	background-color:#CCCCCC;
}
.horizon{
	position:absolute;
	width:100%;
	height:1px;
	overflow:visible;
}
.container{
	width:656px;
	position:absolute;
	left:50%;
	margin-left:-328px;
}
.header{
	background-image:url(../images/header.jpg);
	width:656px;
	height:216px;
}
.btop{
	background-image:url(../images/body_top.jpg);
	height:34px;
	width:656px;
}
.bbg{
	background-image:url(../images/body_bg.jpg);
	height:auto;
	width:656px;
	text-align:center;
}
.bdata{
	padding:15px;
}
.bfoot{
	background-image:url(../images/body_bottom.jpg);
	height:40px;
	width:656px;
}
.foot{
	background-image:url(../images/footer.jpg);
	height:35px;
	width:656px;
}
.navb{
	background-image:url(../images/nav_bg.jpg);
	height:43px;
	width:656px;
}
/*******************************************************************************************************************************/
.nav{
	background-image:url(../images/nav_bg.jpg);
	width:656px;	
	height:43px;
}
.navcont{
	width:656px;
	text-align:left;
	text-decoration:none;
}
.hcont{
	padding-top:10px;
	width:100px;
	margin-left:30px;
	text-align:center;
	text-decoration:none;
}

.icont{
	margin-top:-18px;
	width:100px;
	margin-left:158px;
	text-align:center;
	text-decoration:none;
}
.dcont{
	margin-top:-18px;
	width:100px;
	margin-left:283px;
	text-align:center;
	text-decoration:none;
}
.lcont{
	margin-top:-18px;
	width:100px;
	margin-left:406px;
	text-align:center;
	text-decoration:none;
}			
.ccont{
	margin-top:-18px;
	padding-bottom:15px;
	width:100px;
	margin-left:125px;
	text-align:center;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
}
a:active{
	color:#666666;
}
a:link{
	color:#FFFFFF;
}
a:hover{
	letter-spacing:1px;
	color:#CCCCCC;
}
.navtxt{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
