@charset "utf-8";
body  {
	background: url(images/background.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#container { 
	width: 780px;  
	background: url(images/body.jpg) repeat-y top left;
	margin: 0 auto; 
	text-align: left;
} 
#header { 
	background: url(images/header.jpg) no-repeat top left;
	height: 92px;
	} 
#sidebar1 {
	float: left; 
	width: 65px; 
	padding: 5px 0 0 8px;
	height: 300px;
	}
#pageHeader {
	margin: 30px 0 0 0;
	width: 200px;
}
#mainContent {
	margin: 0 40px 0 110px;
	padding: 20px 10px;
	font-size: x-small;
	/*height: 325px;*/
	} 
#mainContent h4 {
	color: #336600;
	}
#mainContent a:link {
	color: #336600;
	text-decoration: none;
	}
#sidebar2 {
	float: right; 
	width: 255px; 
	margin: 50px 0 0 0;
	height: 350px;
	z-index: 100;
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#footer { 
	padding: 20px 10px 0 20px; 
	background: url(images/footer.jpg) no-repeat top left #FFFFFF; 
	color: #336600;
	text-align: center;
	height: 47px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a:link {
	color: #996600;
	text-decoration: none;
}

/*-------------------------menu-------------------*/
#menu {
	float: left; 
	padding: 5px 0 0 8px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 70px;
	margin: 0px;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#menu ul li {
margin: 0px;
padding: 0px;
}
#menu ul li a {
	font-size: x-small;
	display: block;
	/*border-bottom: 1px dashed #C39C4E;*/
	padding: 3px 0px 2px 4px;
	text-decoration: none;
	color: #336600;
	width:65px;
}

#menu ul li a:hover, #menu ul li a:focus {
	color: #FFFFFF;
	background-color: #FFB442;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}