body {margin-left:20px;
font-family: Verdana, Helvetica, sans-serif;
font-size:12px;
}

#main {
	margin: 0 120px 1em 170px;
	padding: 0; 
	width:825px;
}

/*-------------
SITENAV
-------------*/
#sitenav
{
	width: 150px;
	font-size: 1em;
	font-weight:normal;
	position: absolute;
	top: 130px;
/*
	top: 234px;
*/
	left: 0px;
	/*
	background-color: #BF1F1E;
*/
text-align: right;
}
/*
#sitenav a {
   text-decoration: none;  color:black;
    
  }
#sitenav a:hover {color: blue;}
#sitenav h4 {background: rgb(33%,33%,33%); color: white;
   text-align: center; margin: 0; padding: 0.25em 0 0.125em 0;}

#sitenav a.active {color:#FFFDA8;}
 
 #sitenav hr
 {
 	margin-right:0px; margin-left:12%;
	height: 5px;
 	background-color: #FFFDA8;
 }
*/


/*-------------
MENU
-------------*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

