/*  Styles */


p { 
	margin: 5px;
	padding: 0;
}

h1 {
	font-size: 32px;
	color: #660000;
	font-style: italic;
	padding: 0px;
	margin: 5px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 16px;
	color: #818183;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #9B181D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9B181D;
}
a:hover {
	text-decoration: underline;
	color: #7B5548;
}
a:active {
	text-decoration: none;
	color: #7B5548;
}
#apDiv8 {
	background-image: url(img/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 550px;
	width: 924px;
	padding-top: 125px;
	padding-right: 120px;
	padding-left: 120px;
}
#form {
	height: 450px;
	width: 100%;
}


/*  Menu  */

#nav {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	float: right;
	margin-right: 100px;
}
#foot {
	clear: both;
	width: 100%;
}




#nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

#nav a {
	display: block;
	margin: 0px;
	padding: 10px;
	height: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
#nav a:hover, .current {
	text-decoration: none;
	color: #660000;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

