html, body 
{
	color: #eee;
	font-size: 12px;
}

/* Start Layout and Page Formatting */

.pagelayout
{
	position: relative;
	margin:auto auto;
	width:1000px;
}
#tagline{
color:#ccc;
}
#leftmenu{
height:300px;
}
h3{
clear:both;
display:none;
}
ul li{float:left;width:45%;
}
.RecentComment{
display:none;
}
input,button,textarea{
border:1px solid #aaa;
background:#ddd;
}