/* CSS Document */


body
{
margin: 0;
padding: 0;
background-color: #dbd482;
font-family: "Trebuchet MS", "Times New Roman";
font-size: 14px;
color: #000;
}

#wrapper
{
background: url(../images/menu_bg.gif) no-repeat;
width: 756px;
margin: 0;
padding: 0;
}
#top
{

background: url(../images/banner.gif) no-repeat;
width: 583px;
height: 131px;
margin: 0 0 0 171px;
padding: 0;
}
#menu ul
{
float: left;
width: 146px;

text-align: right;
margin: 70px 0 0 0;
padding: 0;
}

#menu li
{
font-size: 15px;
list-style-type: none;
margin: 0; 
padding: 6px 0 6px 0;
}
#menu a:link, #menu a:visited
{
color: #000;
font-size: 15px;
text-decoration: none; 
margin: 0;
padding: 0px 25px 0px 0px; /*padding from right side of link to mo*/
}
#menu a:hover, #menu a:active
{
background: url("../images/mo.gif") no-repeat;
background-position: right top; /*mo on right side of link*/
}

#content
{

float: right;
width: 583px;
}
#content a:link, #content a:visited
{

}
#content a:hover, #content a:active
{

}
h1
{
font-size: 24px;
color: #425E12;
border-bottom: 1px solid #425E12;
margin-left: 0px;
letter-spacing: 1px;
width: 565px;
margin-top: 10px;
}
h2
{

}
#footer
{

clear: both;
text-align: center;
width: 756px;
height: 50px;
padding: 20px 0;
}
#footer a:link, #footer a:visited
{

}
#footer a:hover, #footer a:active
{

}

