/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
h1 
{
	font-size: x-large;
	color: #000;
}
h3 
{
	font-size: 14pt;
	color: #ba229f;
}
h3 a:hover
{
	font-size: large;
	color: #fff;
}

li
{
	list-style: circle;
	text-indent: 15px;
	list-style-position: outside;
}
a
{
text-decoration: none;
color: #fff;
}
a:hover
{
text-decoration: none;
color: #5FA036;
}
#container
{
 width: 740px;
 margin: 15px auto;
 overflow: auto;
 border: 3px solid #fff; 
 background-color: #C8C3A3;
}

#header
{
	width: 740px;
	height: 150px;
	background-image: url(header2.jpg);
}


#leftnavheader
{
	background-color: #7b90da;
	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: #D24B51;
	float: left;
	margin-left: 7px;
	text-align: right;
	
}
#leftnav ul
{
	list-style: none;
	background-color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
}
#leftnav li
{
	list-style: none;
}
#leftnav li a
{
	display: block;
	width: 160px;
	background-color: #97AF95;
	text-decoration: none;
	list-style-type: disc;
	color:#fff;
	padding-right: 5px;
	border: 1px solid #fff;
	
	
}
#leftnav li a:hover
{
	text-decoration: none;
	background-color: #333333;
}

#contentcontainer
{
	float: right;
	display: inline;
	width: 544px;
}
#slideshow
{
	width: 544px;
	background: #999999;
	height: 200px;
	padding: 0;
}
#text
{
	padding: 8px;
	padding-top: 16px;
	background-color: #c8c3a3;
	width: 528px;
}
#footer
{
clear: both;
background: #97AF95;
color:#FFFFFF;
text-align: right;
padding-right: 10px;
}
#footer a
{
color: #060D51;
text-decoration: none;
}
#footer a:hover
{
color: #fff;
text-decoration: none;
}
#box

{

   height: 56px;

   width: 500px;

   background-image: url(box.jpg);
	background-repeat: no-repeat;

   text-align: center;

   margin-bottom: 5px;

   padding-top: 15px;

  }