p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cbb683;
	text-decoration: none;
	line-height: 18px;
	margin: 0;

}

html,body
{
	SCROLLBAR-FACE-COLOR: #4c2c05;
	SCROLLBAR-HIGHLIGHT-COLOR: #cbb683;
	SCROLLBAR-SHADOW-COLOR: #000000;
	COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #cbb683;
	SCROLLBAR-ARROW-COLOR: #cbb683;
	SCROLLBAR-TRACK-COLOR: #2b1200;
	SCROLLBAR-DARKSHADOW-COLOR: #2b1200;
	overflow-x: hidden;
	
	background-position: center top;
	text-align: center;
	background-repeat: repeat-y;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #eeddbb;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #eeddbb;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #624517;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
table {
	background-repeat: no-repeat;
	background-position: top;
}
td {
	background-repeat: repeat;
	background-position: left;
}
form { margin:0; }
