/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	color: #6D443A;
	background-color: #5B1F15;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#topheader {
	background-color: #D9B68E;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: 70px;
	position: relative;
	text-align: left;
	background-image: url(hea_bac.gif);
	background-position: bottom;
}

.headerright {
	position: absolute;
	right: 0px;
	bottom: 0px;
}



#header {
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	height: 298px;
	background-image: url(headerbac.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

.navigation1 {
	position: absolute;
	right: 155px;
	top: 5px;
	text-align: center;
}

.navigation2 {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
}

/* within the navigation div - these control how links will look */

.navigation1 a:link, .navigation1 a:visited, .navigation2 a:link, .navigation2 a:visited {
	display: block;
	width: 140px;
	height: 14px;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: white;
	color: #014B03;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 2px;
}

.navigation1 a:hover, .navigation2 a:hover {
	display: block;
	width: 140px;
	height: 14px;
	padding-top: 2px;
	padding-left: 5px;
	color: black;
	background-color: #C88133;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}

#mainpage {
	width: 718px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(bac.gif);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#footer{
	width: 758px;
	height: 11px;
	background-image: url(footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 3px;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
	color: white;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 600px;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	margin-top: 0px;
	font-size: 15px;
	font-style: italic
}

h2 {
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
}

h4 {
	margin-top: 0px;
}

h5 {
	margin-top: 0px;
}

h6 {
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

a:link, a:visited {
	color: #C88133;
	text-decoration: none; 
}

a:hover {
	color: #FF8800;
	text-decoration: underline; 
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.leftimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.rightimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.clearboth {
	clear: both;
	height: 4pz;
	font-size: 2px;
}
