body
{
	behavior:url(/css/hover.htc);
	background-color:#C2E0C2;
	margin-top:0px;
	margin-bottom:0px;
	cursor:default;
}
#wrapper
{
	position:relative;
	width:700px;
	margin:0 auto;
	padding:20px;
	text-align:left;
	border:2px solid #009966;
	background-color:#99CC99;
}
#logo, #banner, #top, #page, #bottom, #footer
{
	position:relative;
	display:inline-block;
	width:700px;
}
#top
{
	margin-top:8px;
	margin-bottom:10px;
}
#top .left
{
	float:left;
}
#top .right
{
	float:right;
}
#bottom
{
	clear:both;
	margin-top:10px;
}
#footer
{
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#777;
	text-align:center;
}