a{
	color: #999933;
	text-decoration: none;
}

a:visited{
	color: #999933;
}

a:hover{
	color: #999933;
	text-decoration: underline;
}

body {
	background: #976C5C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

fieldset{
	border: solid 2px #555555;
	margin: 0px;
}

h1 {
	color: #FFFFFF;
	font: small-caps normal 20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

h2 {
	color: #999933;
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
}

h2.guest {
	color: #999933;
	display: inline;
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
}

input, textarea, select{
	background-color: #C7A395;
	border: solid 2px #555555;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p.testonews{
	padding-left: 30px;
}

.news{
	border-bottom: solid 1px #C7A395;
	margin-top: 10px;
	padding-bottom: 2px;
}

.posted{
	color: #666666;
	font: italic normal 11px Georgia, "Times New Roman", Times, serif;
}

#footer {
	background: url(img/footer.jpg);
	clear: both;
	height: 32px;
	text-align: center;
	font-weight: bold;
}

#header {
	background: url(img/header.jpg) no-repeat;
	height: 122px;
}

#main {
	background: url(img/back.jpg);
	color: #C7A395;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 766px;
}

#menu {
	background: url(img/menu.jpg) no-repeat;
	float: left;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 110px;
	width: 100px;
}


#text {
	margin-left: 160px;
	padding-left: 0px;
	padding-right: 0px;
	width: 550px;
}

