body{
width: 850px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-color: #ccf;
}

div#wrap{
background-color:#eee;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding: 0 0 0 0; 

}

div#posts{
width: 40%;
margin: 0 0 0 0;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
background-color: #eee;
float:left;
}

div#posts img{
float: right;
}

div.post{
width: 300px;
background-color: #CC5;
margin-top: 30px;
margin-bottom: 30px;
overflow:auto;
float:left;
margin-left: 30px;
margin-right: 30px;
border-bottom: medium solid #777;
padding: 10px 10px 10px 10px;
}

div#title{
text-align:center;
width:100%;
float:left;
background-color: #ddd;
height: 140px;
margin: 0 0 0 0;
padding: 0 0 0 0;
overflow:auto;
}

div#title h2{
font-size: 28px;
}
div#title p{
font-size: 10px;
}


div#leftCol{
float:left;
background-color: #eee;
width: 20%;
height: 1800px;
overflow: hidden;
padding-left: 2px;
padding-right: 2px;
}


div#rightCol{
float:left;
background-color: #eee;
height: 1800px;
width: 30%;
overflow: hidden;
padding-left: 2px;
padding-right: 2px;
text-align:center;
}

div#recip{
clear:left;
float:left;
width: 100%;
text-align:center;
margin-bottom: 10px;
background-color:#eee;
}


div#ml{
text-align:center;
clear:both;
font-size: 13px;
}

div#sitemapLink{
clear:both; 
text-align: center;
background-color: #CCC;
margin-top: 10px;
}


div#header{
text-align:center;
clear:both;
font-size: 13px;
font-weight: bold;
margin-top:0px;
margin-bottom: 10px;
background-color: #CCC;

}

div#footer{
text-align:center;
clear:both;
font-size: 13px;
font-weight: bold;
margin-top: 10px;
background-color: #CCC;

}

ul#navlist
{
margin-left: 0;
padding-left: 0;

}

#navlist li
{
display: inline;
list-style-type: none;
color: #333;
margin-top: 3px;
margin-bottom: 3px;
padding: 3px 3px 3px 3px;
}

#navlist a { padding: 3px 10px 3px 3px; }

#navlist a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #333;
text-decoration: none;
font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}
