/* CSS Document */

body {
	background-color: #846b4e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}
a:link {
	color: #386C5C;
	text-decoration: none;
}
a:visited {
	color: #5D7D4A;
	text-decoration: none;
}
a:hover {
	color: #A42721;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #A32520;
}


.norepeat {background-repeat:no-repeat; }
.style2 {font-size: 12px}


/* FORM ELEMENTS */

INPUT {
background-color: #FFFFFF;
border: #A42620 1px dashed;
color: #4f160c;
font-family: georgia, arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt
}

TEXTAREA {
background-color: #FFFFFF;
border: #A42620 1px dashed;
color: #4f160c;
font-family: georgia, arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
}

OPTION {
background-color: #FFFFFF;
border: #A42620 1px dashed;
color:#000000;
font-family: georgia, arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt
}



#contactbox
{
/* aubrey island 1.17 edits */
 width: 450px;
 height: 200px;
 background-color: #990000;
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:gold;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:gold;
}

.footer
{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}