body {
background-color:#f6efdf;
margin-bottom:0px;
margin-top:0px;
}

body, html{ height:100%;} 

p{
margin:0px; padding:0px; 
margin-bottom:10px; 
}

ul{
margin-left:20px; padding:0px;
list-style:square;
}

li{
margin:0px; padding:0px;
margin-left:10px;
margin-bottom:5px;
text-align:justify;
}

h1 {font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 color:#000000; 
 font-size:15px;
 font-weight: bold;}

h2 {font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:13px;
color: #660000;
font-weight:bold;
text-decoration:underline;
}


/* #main 
____________________________________________________________*/
#main{ padding:0px;
margin-top:0px;        
margin:auto;
width:770px;
height:1100px;

}

/* #wrapper 
____________________________________________________________*/
#wrapper{
width:770px;
height:151px;
background-image: url(images/kzntopbanner.jpg);
background-repeat:no-repeat;
}

/* #navigation 
____________________________________________________________*/
.navigation{ 
height:30px;
background-image:url(images/kznmenuback.jpg);
background-repeat:no-repeat;
width:770px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
color:#a04128;
font-size:15px;
text-align:center;
}

.navigation a{
display:block;
float:left;
margin:0px;
padding:5px 30px 5px 30px;
text-decoration:none;
color:#a04128;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:15px;
}

.navigation a:hover{ text-decoration:underline;}

.navigation #selected {color:#000000;
	font-weight:bolder;
	text-decoration:underline;
	}

/* #content 
____________________________________________________________*/
#content {width:770px;
background-image:url(images/kznbottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:1000px;
	}
	
/* #content-main 
____________________________________________________________*/
#content-main {width:770px;
background-image:url(images/kznbottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:2250px;
	}

/* #content-main2 
____________________________________________________________*/
#content-main2 {width:770px;
background-image:url(images/kznbottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
height:1200px;
	}
	
/* #content-text
____________________________________________________________*/
#content-text {font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:12px;
line-height:15px;
margin-left:15px;
margin-right:15px;
margin-top:5px;
text-align:justify;
color:#a04128;
}

#content-text a{color: #000000;
	text-decoration: underline;

}

/* footer */

.footer {
background-color:#a14128;
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 770px;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}