body {padding:0; margin:0; color:#000000; text-align: center; background:url(../images/bg.jpg) repeat-x top}

br{font-size:10px}

/*********************
        LINKS
*********************/

A:link { text-decoration: underline; color:#ebe5d8 }
A:visited { text-decoration: none; color:#dddcd9 }
A:active { text-decoration: underline; color:#ebe5d8 }
A:hover { text-decoration: underline; color:#fffefc }

#footer A:link { text-decoration: underline; color:#817f7f}
#footer A:visited { text-decoration: none; color:#FFFFFF}
#footer A:active { text-decoration: underline; color:#817f7f}
#footer A:hover { text-decoration: underline; color:#cccaca}

#container A:link {
	text-decoration: underline;
	color:#5F5C5C
}
#container A:visited {
	text-decoration: none;
	color:#655749
}
#container A:active {
	text-decoration: underline;
	color:#4D4A4A
}
#container A:hover {
	text-decoration: underline;
	color:#9B9797
}
/*********************
       TYPOGRAPHY
*********************/

p {
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	margin-top: 15;
	margin-right: 20;
	margin-bottom: 10;
	margin-left: 20;
}

p.rt {
	text-align: right;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 10;
	margin-right: 15;
}

#footer p {
	background-color: #d5cab2;
	height: 30px;
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #000000;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 15;
}

#nav {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #C9C9C9;
	text-align: right;
	margin-top: 165px;
	margin-right: 60px;
	margin-left: 280px;
	word-spacing: 1em;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3D2B01;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20;
	padding-top: 15px;
}

/*********************
       LAYOUT
*********************/

 #container {
	margin:0 auto;
	width: 770px;
	background-color: #e9e5e1;
	height: 730px;
	text-align: left;
}

#header {
	padding: 0;
	background-image: url(../images/header.jpg);
	height: 410px;
	width: 766px;
	margin:0 auto;
	background-position: top;
}

 
#footer {
	background-color: #d5cab2;
	height: 30px;
	margin:0 auto;
	width: 770px;
	height: 30px;
	text-align: left;
}


#header div {
	margin-top: 80px;
}
#watermark div {
	background-image: url(../images/initials.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 103px;
	width: 100%;
}




/*********************
       FORM
*********************/


.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 650px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 115px;
	margin-right: 15px; /*spacing with right column*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #493200;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;

}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;

}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
	margin-top: 5px; /*space above buttonsdiv*/
	margin-left: 140px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdi v'. Assumed to be form buttons. */
	width: 80px;
	background: #937e50;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #333333;
}
.img_border {
	border: 1pt solid #A29180;
}

