body{
margin:0;
padding:20px 0;
font:80% verdana,sans-serif;
background-color:#99cccc;
color:#000;
}

#container{
width:705px;
margin:0 auto;
padding:0;
background-color:#FFFFFF;
color:#000;
}

#banner{
width:705px;
margin:0 auto;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
height:248px;
background-position:top center;
}

#banner a { 
width: 705px;
height: 200px; 
 top: 25px;
position: absolute;
text-decoration:none;
}

#banner a i { 
visibility: hidden; 
}

#title {
background-color:#FFFFFF;
color:#000;
margin-left:50px;
margin-top: -25px;
margin-right: 50px;
font-weight:200;
}


h4 {
font-family:"Times New Roman", Times, serif;
font-size:1.7em;
text-align:center;
color:#666633;
background-color:#FFFFFF;
margin:0;
padding:0;
}

h3 {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:1.7em;
text-align:center;
color:#666633;
background-color:#FFFFFF;
margin: 10px 0 0 0;
padding:20px 0 0 0;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:2em;
text-align:center;
color:#666633;
background-color:#FFFFFF;
margin:0;
padding:0;
}

#content {
background-color:#FFFFFF;
color:#000;
margin-left:270px;
/* margin-top: -25px; */
margin-right: 50px;
font-weight:200;
line-height: 130%;
}

#content a:link, #content a:visited, #content a:active {
	color: #FF9834;
background-color:#FFFFFF;
text-decoration:underline;
	}
	
#content a:hover {
	text-decoration:none;
	}

#leftside {
float:left;
width:200px;
margin-left:25px; 
margin-top: 10px;
}

#menu {
	width: 200px;
	margin: 10px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu img {
    border: none;
} 
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #6C5735;
	display: block;
	background-image:url(images/menu.gif);
	padding: 8px 0 0 10px;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #FF9834;
	background:url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#leftside a:link, #leftside a:visited, #leftside a:active {
	color: #FF9834;
background-color:#FFFFFF;
text-decoration:underline;
}

#leftside a:hover {
text-decoration:none;
}

#footer {
width: 705px;
height: 70px;
margin: 0 auto;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position: bottom center;
}
#footer p {
text-align: center;
font-size: 0.9em;
padding-top:50px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active  {
color: #FF9834;
background-color:#FFFFFF;
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}

#content img {
border: 4px solid #f0f0f0;
background: #cccccc;
color:#000000;
}

.right {
margin: 10px 0 5px 10px;
float: right;

}

.left {
margin: 10px 10px 5px 0;
float: left;
}