/* CSS Document */

#body{
background-color:#f6f4e9;
margin-top:20px;
margin-left:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
}

body a{
color:#006633;
}

body a:hover{
color:#333333;
}

#pageHead{
width:862px;
height:114px;
background-image:url(../images/structure/pageHead.jpg);
background-position:center;
background-repeat:no-repeat;
}

#menu{
width:192px;
padding-top:20px;
}

#main{
width:650px;
padding-top:20px;
padding-left:20px;
}

#pageFoot{
height:20px;
background-image:url(../images/structure/pageFoot.png);
background-position:center;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:11px;
}