html
{
background: url(images/BodyBG.jpg) no-repeat;
background-position: 50% 0%;
}

body
{
background: url(images/WrapperBottomBG.jpg) no-repeat;
background-position: 50% 100%;
font-family: arial, helvatica, sans-serif;
font-size: 13px;
color: #675335;
}

#wrapper
{
margin: 0 auto;
width: 900px;
}



#leftpanel
{
margin-top: 250px;
margin-left: 0px;
float: left;
width: 196px;
background: url(images/PanelBG.png);
border: 2px solid #B1A694;
}

#LeftNav a
{
background: url(images/NavBG.png);
width: 165px;
height: 27px;
display: block;
text-decoration: none;
color: #675335;
font-weight: bold;
padding-top: 10px;
padding-left: 20px;
margin-bottom: 2px;
}

#LeftNav a:hover
{
background: url(images/NavBG2.png);
width: 165px;
height: 27px;
display: block;
text-decoration: none;
color: #675335;
font-weight: bold;
padding-top: 10px;
padding-left: 20px;
margin-bottom: 2px;
}

#LeftSecondNav
{
margin-left: 10px;
width: 178px;
border-top: 1px solid #B1A694;
border-bottom: 1px solid #B1A694;
margin-top: 30px;
}

#LeftSecondNav a
{
display: block;
margin-bottom: 2px;
text-decoration: none;
color: #675335;
font-weight: bold;
}

#LeftSecondNav a:hover
{
display: block;
margin-bottom: 2px;
text-decoration: underline;
color: #DFA800;
font-weight: bold;
}

#LoginArea
{
padding-bottom: 5px;
margin-left: 10px;
width: 178px;
border-top: 1px solid #B1A694;
border-bottom: 1px solid #B1A694;
margin-top: 30px;
margin-bottom: 30px;
}


#CenterContent
{
color: #282732;
margin-left: 15px;
margin-top: 250px;
float: left;
width: 470px;
}

#CenterContent a
{
font-weight: bold;
text-decoration: underline;
color: #282732;
}

#CenterContent a:hover
{
color: #DFA800;
}

p
{
margin-top: 0px;
border-top: 1px solid #B1A694;
border-bottom: 1px solid #B1A694;
margin-bottom: 25px;
padding-bottom: 5px;
}

#rightpanel
{
font-weight: bold;
padding-top: 5px;
padding-bottom: 30px;
text-align: center;
margin-top: 250px;
margin-left: 0px;
float: right;
width: 196px;
background: url(images/PanelBG.png);
border: 2px solid #B1A694;
}

#footer
{
height: 45px;
padding-top: 50px;
clear: both;
margin-left: 20px;
text-align: center;
}

#footer a
{
margin-right: 20px;
text-decoration: none;
color: #675335;
font-weight: bold;
}

#footer a:hover
{
margin-right: 20px;
text-decoration: underline;

font-weight: bold;
}
