﻿
body
{
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
#wrapper
{
width: 830px;
}
#menu
{
float: left;
display: block;
width: 230px;
text-align: right;
}

#menu ul
{
list-style-type: none;
}
#menu a:link, #menu a:visited
{
margin: 0 10px 0 0 ;
padding: 0;

text-decoration: none;
font-weight: bold;
line-height: 24px; 
color:#88290B;  
}

#menu a:hover, #menu a:active
{
color: #c2b600;

}

#content
{
font-size: 15px;
float: right;
width: 580px;
}
#content a:link, #content a:visited
{
font-weight: bold;
color: #c2b600;
}
#content a:hover, #content a:active
{
color: #88290B;
}
