/* CSS Document */
html, body {
    height: 100%;
	background: #D1B585 url(../PICSSITE/BGNDBOTTOM.jpg) repeat-y 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}
#mainholder {
	width: 100%;
	height:100%;
	position: relative;
	text-align: left;
	background-image: url(../PICSSITE/BGNDFULL.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-color: #00FFFF;
}

a:link {
	color: #664D2B;
}
a:visited {
	color: #A27A44;
}
a:hover {
	color: #A27A44;
}
a:active {
	color: #A27A44;
}

select,input,textarea {
border-width: 1;
color: #000000;
font-size: 7pt;
font-family: verdana;
}
