body {
background-color:#ffffff;
font-family: georgia;
color:#333;
margin:0;
padding:0;
}
 
 a{
 text-decoration:none;
 color:#333;
 }
 
 img {
 border:0;
 }

 
#wrapper {
width:1000px;
background-color:#ffffff;
/*margin:0 auto;
border-left:0px solid #ccc;
border-right:0px solid #ccc;*/
text-align:left;
margin-left:20px;
position: absolute;
}


#header {
width:1000px;
height:30px;
margin:0 auto;
margin-bottom:0px;
border-bottom:3px double #ccc;
border-top:0px solid #ccc;
}

#header h2 {
padding:0px;
}

#header h3 {
padding:1px;
color:#333;
}

#nav {
width:750px;
height:120px;
float:left;
margin-bottom:15px;
}

#content {
width:750px;
float:left;
/*padding:10px;*/
font-size:15px;
font-family:sans serif;
position: relative;
}


#content  p{
font-size:13px;
font-family:sans serif;
}

#content  h5{
width:150px;
font-size:15px;
font-family:sans serif;
border-bottom:1px dotted #333;
text-align:center;
}

#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
color:#610B0B;
font-size:13px;
font-family:sans serif;
}

#sidebar li {
list-style:none;
border-bottom:1px solid #ccc;
}

#sidebar h3{
color:#333;
font-family:georgia;
border-bottom:1px solid #ccc;
}

#footer {
clear:both;
width:1000px;
height:80px;
border-top:1px solid #ccc;
}

#footer p {
padding:1px;
font-size:8px;
font-weight:bold;
}
/*
table {
color:#610B0B;
font-size:13px;
font-family:sans serif;
border-color:#610B0B; 
border-style:solid;
}	

th{
background-color:#E6E6E6;
}
*/
