@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
} 

body {
	background:#add8e6;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 100%;
	}
#header {
width: 100%;
height: 160px;
background: #B5DC7C;
background-image:url(../images/logo/footer_zv.gif);
background-position:center;
background-repeat:no-repeat;
}
#header_bottom {
	margin : 0 auto;
	width : 100%;
	height : 35px;
	background-color:#78a31b;
}
#container {
margin: 15px auto;
width: 960px;
height: 100%;
}
.clearfloat {
	clear: both;
}
#star {
	margin: 0 auto;
width: 960px;
height: 70px;
background: #add8e6;
background-image:url(../images/logo/star.gif);
background-position:center;
background-repeat:no-repeat;
}
#footer {
width: 100%;
height: 100%;
clear: both;
background: #b5dc7c;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6EEF7;
}	
#footercontainer {
	margin: 0  auto;
	width: 960px;
	height: 100%;
}
.right_f {
	width: 289px;
	height: 408px;
	float: right;
	margin: 10px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	line-height: 2em;
	color: #006600;
}
.left_f{
	width: 312px;
	height: 408px;
	float: right;
	margin: 10px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	line-height: 2em;
	color: #006600;
}
.cntr {
	text-align: left;
	font-size: 70%;
	color: #000000;
}
#bottom_f {margin: 0 auto;
	 width: 1000px;
	 padding: 0;
 }

a.nav {
	font-size : 80%;
	font-weight : normal;
	text-decoration : underline;
	color:#666;
	outline:none;
}

/*rounded corners*/
.roundedcornr_box_1 {
   background: #fcfeff url(../images/logo/roundedcornr_1_grad.gif) repeat-x top left;
}
.roundedcornr_top_1 div {
   background: url(../images/logo/roundedcornr_1_tl.gif) no-repeat top left;
}
.roundedcornr_top_1 {
   background: transparent url(../images/logo/roundedcornr_1_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_1 div {
   background: url(../images/logo/roundedcornr_1_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_1 {
   background: transparent url(../images/logo/roundedcornr_1_br.gif) no-repeat bottom right;
}

.roundedcornr_top_1 div, .roundedcornr_top_1,
.roundedcornr_bottom_1 div, .roundedcornr_bottom_1 {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_1 
{ margin: 0px 30px; 
 }
 /*rounded corners*/
