/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
.style1 
{
	font-size: x-large;
	color: #333;
}
#container
{
 width: 780px;
 margin: 15px auto;
 overflow: auto;
border: 4px solid #000;
 background-image: url(backo.jpg);
}

#header
{
	width: 780px;
	height: 130px;
	background-image: url(header.jpg);
}


#leftnavheader
{
	background-color: #bfbb9d;
	color: #fff;
	text-align: right;
	padding-right: 5px;
	width: 160px;
	height: 25px;
	margin-top: 15px;
	margin-left: 7px;
	border: 1px solid #bfbb9d;
	float: left;
	font: cursive;
	
}

#leftcontainer
{
	width: auto;
	float: left;
    height: 700px;
}
#leftnav
{
	margin-top: 20px;
	width: 160px;
	background-color: #ae1214;
	float: left;
	margin-left: 4px;
	text-align: right;
	
}
#logo
{
	margin-top: 11px;
	width: 164px;
	background-image: url(kwlogo.jpg);
	height: 112px;
	float: left;
	margin-left: 4px;
	text-align: right;
	border: 1px solid #b3ae65;
	
}
#leftnav ul
{
	list-style: none;
	background-color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
}
#leftnav ul
{
	list-style: none;

}
#leftnav li
{
	list-style: none;

}
#leftnav li a
{
	display: block;
	width: 160px;
	background-image: url(backr.jpg);
	text-decoration: none;
	list-style-type: disc;
	color:#fff;
	padding-right: 5px;
	border: 1px solid #fff;

	
	
}
#leftnav li a:hover
{
	text-decoration: none;
	color: #000;
	background-color: #333;

}

#contentcontainer
{
	float: right;
	display: inline;
	width: 594px;
}
#slideshow
{
	width: 594px;
	background: #999999;
	height: 200px;
	padding: 0;
}
#text
{
	padding: 8px;
	padding-top: 16px;
	background-color: #fff;
	width: 578px;
	height: 550px;
}
#texts
{
	padding: 8px;
	padding-top: 16px;
	background-color: #fff;
	width: 578px;
	height: 750px;
}
#footer
{
clear: both;
background: #999;
color:#FFFFFF;
text-align: right;
padding-right: 10px;
}
#footer a
{
color: #060D51;
text-decoration: none;
}
#footer a:hover
{
color: #fff;
text-decoration: none;
}
