body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #363636;
}
body {
	background: #b3c070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#site{
	width:			920px;
	background:		url(../images/bg.jpg) center top repeat-y;
}
#content{
	width:			900px;
	margin-left:	auto;
	margin-right:	auto;
	color:			#363636;
	text-align:		left;
}
#menu{
	float: 			left;
	width:			160px;
	padding-left:	10px;
	padding-right:	10px;
}
#right{
	color:			#92a542;
	float: 			right;
	width:			130px;
	text-align:		center;
}
#main{
	float: 			left;
	width:			560px;
	color:			#363636;
	padding-left:	10px;
	padding-right:	10px;
}
.gbookEntry{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#C1CD82;
	border:1px solid #fff;
	padding:10px;
	margin-bottom:		5px;
}
.gbooksubmit{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#C1CD82;
	border:1px solid #fff;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:	350px;
}
a:link {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #363636;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #363636;
	font-weight: bold;
}
script, noscript, object, embed{
	margin:			0px;
	padding:		0px;
}
.spacer{
	background:		url(../images/spacerR.png) center center no-repeat;
	height:			2px;
	line-height:	2px;
	font-size:		1px;
}
input, select, textarea
{
	background-color: #dee5b6;
	border:			1px solid #92a542;
	color:			#92a542;
	font-size:		11px;
	font-weight:	bold;
	font-family:	Arial;
}
input.login{
	background-color: #dee5b6;
	font-family:	Verdana, Geneva, sans-serif;
	border:			1px solid #92a542;
	color:			#92a542;
	font-size:		10px;
	font-weight:	bold;
}
.banner{
	margin-bottom:	5px;
}
