html, body{
margin:0;
padding:0;
background-color:#d66038;
text-align:center;
}

#pagewidth{
width:776px;
text-align:left;
margin-left:auto; 
margin-right:auto;
margin-bottom:5px;
background-color:#fff;
border-left:8px groove #674;
border-right:8px groove #674;
}

img
{
border:0;
}

#header img
{
float:left;

}

#banner
{
float:right;
width:468px;
padding-top:10px;
padding-right:5px;
}


#wrapper
{
background-color:#fff;
font: normal 12px verdana, sans-serif;
}

h2.home-center
{
font:bold 14px "Times New Roman", serif;
color:#d66038;
text-align:center;
text-decoration:underline;
text-transform:uppercase;
}


#header{
position:relative;
height:100px;
background-color:#F8F7B1;
width:100%;
border-bottom:1px solid #000;
} 
 
#leftcol{
width:180px;
height:600px;
float:left;
clear:both;
background-color:#63852e;
}

#twocols{
width:70%;
float:right;
position:relative;
}
 
#rightcol{
width:160px;
height:600px;
float:right;
position:relative;
background-color:#fff;
color:#fff;
}

#rightcol p, #rightcol h2
{
margin:5px;
}

#rightcol ul
{
list-style:none;
margin:5px;
padding:5px;
}

#rightcol ul li
{
background:url(images/arrow-bullet.png) top left no-repeat;
padding-left:18px;
height:35px;
}
 
#maincol{background-color: #FFF;
float: left;
display:inline;
position: relative;
width:375px;
margin-left:20px;
}

#footer{
height:60px;
text-align:center;
clear:both;
color:#fff;
background-color:#2C5E1C;
font-size:12px;
font-family:verdana, sans-serif;
}

#footer a
{
color:#fff;
}

/* Styling for Menus  */

#menus {
width:180px;
}

#menus ul
{
list-style:none;
margin:0;
padding:0;
}

#menus li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
border-bottom:1px #fff solid;

	}

#menus li a:link, #menus li a:visited {
color: #fff;
background-color:#63852e;
display: block;
padding: 8px 0 0 30px;
font-weight:bold;
font-size:12px;
font-family:"Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

#menus li a:hover {
color: #FFF;
background-color:#ff7f00;
padding: 8px 0 0 30px;
font-weight:bold;
font-size:12px;
font-family:"Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}
 

