* {
	margin:0px;
	padding:0px;
}
html, body {
height: 100%;
}
h2 {padding:0px 5px}
p {
	margin:5px;
	padding:5px;
}
b {
	font-weight: bold;	
}
hr {
	margin-left: auto;
	margin-right: auto;
    width: 85%;
}
li { 
    list-style-position: outside;
	padding-left:8px;
	margin-left:28px;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#CC9966;
	text-decoration:underline;
}
body {
	margin:0px;
	padding:0px;
	font: 12px/1.7   verdana,  Arial, sans-serif;	
    background: #cab785;
}
#header {
  background:url(./header.gif) no-repeat center #b79e6a;
  height:105px;
}
#topnav {
    overflow : hidden;
    background: #917137;
    height:30px;
  }
#wrap {
    background: #cab785;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    top:170px;
    width:1000px;
    }
#main {	
    position: relative;
    float:left;
    width:700px;
	}
#sidebar {	
   position: relative;
   text-align:left;
   float:right;
   width:270px;
}
.round {     
     margin-top: 12px;  
     margin-bottom: 5px;  
     background: #dacca1;
	 border: 2px solid #b79e6a;
	 padding: 5px 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
     border-radius: 15px;
     box-shadow: 3px 3px 8px #818181;
    -webkit-box-shadow: 3px 3px 8px #818181;
    -moz-box-shadow: 3px 3px 8px #818181;
     }
#menu ul {

   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}
#menu li{

   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   text-indent:0px;

}
#menu li a{
    font-family:tahoma, arial;
    font-weight: bold;
	 font-size:11px;
	 color:#000000;
	 text-align:center;
	 line-height:26px;
	 display:inline-block;
	 text-decoration:none;
	 background:#d7c38e;
	 padding-left:16px;
	 padding-right:16px;
	 margin-top:2px;
	 border-right:2px double #b79e6a;
	 border-left:2px double #b79e6a;
}
#menu li a:hover{
	background:#FEF9E5;
	color:#0000CC;
	text-decoration:none;
	 border-right:2px double #b79e6a;
	 border-left:2px double #b79e6a;
}
#menu li a#menuAct{
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	height:30px;
	position:relative;
	top:-2px;
	border-right:none;
}
#menu li a#menuLast{
	border-right:none;
	padding-left:15px;
	padding-right:15px;
}
#footer {
    clear:both;
	background: #b79e6a;
	height:40px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
}