/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
.style1 
{
	font-size: x-large;
	color: #333;
}
#container
{
 width: 740px;
 margin: 15px auto;
 overflow: auto;
 border: 3px solid #bfbb9d; 
 background-color: #000;
}

#header
{
	width: 740px;
	height: 130px;
	background-image: url(header5.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;
	float: left;
	margin-left: 7px;


	
}
#leftnav ul
{

	text-decoration: none;
	 
}
#leftnav li
{

	 

}
#leftnav li a
{

	text-decoration: none;
	color:#bfbb9d;
	padding-right: 5px;
	display: block;
	border-bottom: #FF981d 1px solid;
	line-height: 2em;




	
	
}
#leftnav li a:hover
{
	text-decoration: none;
	background-color: #FFc30d;
	color: #000000;
	
}

#contentcontainer
{
	float: right;
	display: inline;
	width: 544px;
	color: #000;
}
#slideshow
{
	width: 544px;
	background: #999999;
	height: 200px;
	padding: 0;
}
#text
{
	padding: 8px;
	padding-top: 16px;
	background-color: #000;
	width: 528px;
	height: 550px;
}
#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;
}
