body
{
background-color:#D8CBBE;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

p
{font-size:14px;}

#wrapper
{position:relative;width:1024px;margin:0 auto;background-color:#44401B;}

#wrapper #header
{width:1024;height:220px;background-image:url(images/hd.png);}


#wrapper #nav
{
clear:both;float:left;width:200px;min-height:300px;background-color:#44401B;
}

#wrapper #nav ul
{
list-style:none;
margin:20px 0px 0px 20px;
padding:0;
}

#wrapper #nav ul a
{
font-size:16px;
display:block;
width:155px;
height:25px;
line-height:25px;
color:#B69E85;
text-decoration:none;
padding-left:5px;
}

#wrapper #nav ul a:hover
{
text-decoration:underline;
}

#wrapper #nav ul #nav_selected a
{
font-size:16px;
display:block;
width:155px;
height:25px;
line-height:25px;
background-color:#B69E85;
color:#44401B;
text-decoration:none;
padding-left:5px;
}

#wrapper #nav ul #nav_selected a:hover
{
text-decoration:underline;
}

#wrapper #details
{
float:left;
width:804px;
min-height:300px;
color:#44401B;
padding:0px 10px 0px 10px;
background-color:#D8CBBE;
}

#wrapper #details a
{
color:#44401B;
font-weight:bold;
}

#wrapper #details a:hover
{
color:#44401B;
font-weight:bold;
text-decoration:none;
}

#wrapper #details #scroller
{
overflow-x: scroll; 
width: 804px; 
height: 225px;
}

#wrapper #details #scroller #fixed
{
width: 2000px; 
height: 200px;
}

#wrapper #details #scroller #fixed a img
{border:0;}

#wrapper #footer
{
clear:both;
width:1024px;
height:50px;
background-image:url(images/footer.png);
background-color:#D8CBBE;
}
#wrapper #footer #footerright
{width:400px;float:right;text-align:right;color:#B69E85;padding-right:10px;line-height:50px;font-size:10px;}
#wrapper #footer #footerright a
{font-size:10px;text-decoration:none;color:#B69E85;}
#wrapper #footer #footerright a:hover
{font-size:10px;text-decoration:underline;}
