@charset "utf-8";
/* review */

#wrapper{
 background: #87D77B;
}

#footer{
margin-bottom: 0px!important;
}

#leftcolumn{
border-bottom:none!important;
}

#rightcolumn{
border-bottom:none!important;
}

#post-container {
 float: left;
 color: #333;
 font-size: 10px;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 456px;
 display: inline;
						
}


#post-container p {
	text-align: justify;
}

#bottom-nav {
	margin: 5px auto 8px 0;
	padding: 2px 25px 2px 2px;
	list-style: none;

}	

#bottom-nav li {
float:left;
margin-right:10px;
width:235px;
}

#bottom-nav li  a {
	color:white;
	text-decoration:none;
}

#bottom-nav li a:hover{
 text-decoration:underline;
}


#post-page h1 {
	font:18px Verdana;
}

#post-page ul{
margin:0;
padding:0;
}

#post-page li{
list-style-type:none;
}

#bottom-panel h2 {
	color:#fff;
	font-size:17px;
	text-align:left;
}

#post-page p{
	color:#333333;
	font-size:10px;
	margin-top:7px;
}
