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

html, body {
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/background.jpg);
}
.head_txt {
	color:#425707;
	font-weight:bold;
	font-size:13px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #E3DDD1;
}
a:active {
	color: #000;
}
.cl {
	clear:both;
}
.header {
	background-image: url(images/header.jpg);
	margin: 0 auto;
	width:1020px;
	height:170px;
}
.navholder {
	margin: 0 auto;
	width:1020px;
	height:30px;
}
.nav1 {
	background-image:url("images/header_1.jpg");
	float:left;
	width:330px;
	height:30px;
}
.nav2 a {
	display:block;       
	width:63px;
	height:30px;
    background: url("images/header_2.jpg") 0 0 no-repeat;
    float:left;
}
.nav2 a:hover {
	background-position:-63px 0;
}
.nav2 a:active {
	background-position:-63px 0;
}
.nav3 a {
	display:block;       
	width:99px;
	height:30px;
    background: url("images/header_3.jpg") 0 0 no-repeat;
    float:left;
}
.nav3 a:hover {
	background-position:-99px 0;
}
.nav3 a:active {
	background-position:-99px 0;
}
.nav4 a {
	display:block;       
	width:88px;
	height:30px;
    background: url("images/header_4.jpg") 0 0 no-repeat;
    float:left;
}
.nav4 a:hover {
	background-position:-88px 0;
}
.nav4 a:active {
	background-position:-88px 0;
}
.nav5 a {
	display:block;       
	width:143px;
	height:30px;
    background: url("images/header_5.jpg") 0 0 no-repeat;
    float:left;
}
.nav5 a:hover {
	background-position:-143px 0;
}
.nav5 a:active {
	background-position:-143px 0;
}
.nav6 a {
	display:block;       
	width:51px;
	height:30px;
    background: url("images/header_6.jpg") 0 0 no-repeat;
    float:left;
}
.nav6 a:hover {
	background-position:-51px 0;
}
.nav6 a:active {
	background-position:-51px 0;
}
.nav7 a {
	display:block;       
	width:113px;
	height:30px;
    background: url("images/header_7.jpg") 0 0 no-repeat;
    float:left;
}
.nav7 a:hover {
	background-position:-113px 0;
}
.nav7 a:active {
	background-position:-113px 0;
}
.nav8 a {
	display:block;       
	width:133px;
	height:30px;
    background: url("images/header_8.jpg") 0 0 no-repeat;
    float:left;
}
.nav8 a:hover {
	background-position:-133px 0;
}
.nav8 a:active {
	background-position:-133px 0;
}
.main_top {
	background-image:url(images/back_T.gif);
	margin: 0 auto;
	width:1020px;
	height:10px;
}
.main_holder {
	background-image:url(images/back_M.gif);
	margin: 0 auto;
	width:1020px;
}
.td_edgeleft {
	background-image:url(images/edge_L.gif);
	width:10px;
}
.td_edgeright {
	background-image:url(images/edge_R.gif);
	width:10px;	
}
.td_edgetop {
	background-image:url(images/edge_T.gif);
	height:10px;	
}
.td_edgebottom {
	background-image:url(images/edge_B.gif);
	height:10px;	
}
.main_footer {
	background-image:url(images/back_B.gif);
	margin: 0 auto;
	width:1020px;
	height:20px;
}