html, body {
	background-color: #716751;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
}

#centering
{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 812px;
}


#greentopbar
{
	width: 1022px;
	height: 189px;
	border: 1px solid #d7d6c6;
}

#menu
{
	background-color: #9ca88f;
	width: 198px;
	height: 473px;
	border: 1px solid #ffffff;
	float: left;
	text-align: center;
}

#main
{
	background-color: #d7d3c8;
	width: 822px;
	height: 473px;
	border: 1px solid #ffffff;
	float: left;
	overflow: auto;
}


#copyright
{
	background-color: #aca390;
	width: 932px;
	float: left;
	text-align:center;
	padding-left: 90px;
	border: 1px solid #d7d6c6;
}

#guestbook
{
	background-color: #f3efe5;
	width: 96%;
}

#textview
{
	margin-left: 8px;
}

img.floatRightClear 
{
	float: right;
}

img.menu
{
	margin-top:9px;
}

img.list
{
	margin: 20px;
}

table {
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: ;
	border-collapse: separate;
	background-color: #ffffff;
}
table th {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: #9ca88f;
	background-color: #e4e1d7;
	-moz-border-radius: ;
}
table td {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: #9ca88f;
	background-color: #e4e1d7;
}

	a:link {color: #a89878; text-decoration: underline; }
	a:active {color: #ffffff; text-decoration: underline; }
	a:visited {color: #a89878; text-decoration: underline; }
	a:hover {color: #ffffff; text-decoration: none; }

left {
	float: left;
}

right {
	float: right;
}
