@charset "UTF-8";
body {
	background-color: #E0D9CE;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #93862E;
	text-decoration: none;
}
#container  {
	width: 1000px;
	margin: auto;
	background-color: #D6C9B0;
}
#mainContent {
	width: 1000px;
	background-color: #D6C9B0;
}
#header {
	height: 286px;
	background-image: url(../photos/header.jpg);
}
#nav {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	margin-left: 60px;
	height: 35px;
}

ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
ul li {
	position: relative;
	float: left;
	width: 177px;
}
li ul {
	position: absolute;
	top: 30px;
	opacity: 0;
		
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #777;
	padding: 5px;
	background: #C3B960;
	margin: 0 2px;
	display: block;
	-webkit-transition-property: background-color, color, text-shadow;
    -webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
}
ul li a:hover {
	background-color: #C3B960;
}

li:hover ul, li.over ul { display: block; }
	
li:hover ul { opacity: 1;
-webkit-transition: opacity 4s linear;
  
}
#navPartOne {
	height: 250px;
}
#title {
	height: 60px;
	text-align: left;
	background-color: #D6C9B0;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #6D1D30;
	border-right-color: #6D1D30;
	border-bottom-color: #6D1D30;
	border-left-color: #6D1D30;
	margin-right: 20px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer {
	height: 28px;
	width: 1000px;
	background-color: #69401C;
	float: none;
}
.navfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #6B1A37;
	font-weight: normal;
}
.titleFont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #69401C;
	text-align: left;
	font-weight: bolder;
	padding: 5px;
}
.mainTitleFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69401C;
	font-size: 2.5em;
	font-weight: normal;
}
.footerpadding {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #E0D9CE;
	text-align: center;
	padding-top: 8px;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #69401C;
	text-align: justify;
	padding: 5px;
	text-decoration: none;
}
.textTwo {
	font-size: 10.5pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #69401C;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	color: #691C32;
	text-decoration: none;
}

a:link {
	color: #661B31;
	text-decoration: none
}
a:visited {
	color: #641C30;
	text-decoration: none
}
a:hover {
	color: #E0D9CE;
	text-decoration: none
}
a:active {
	color: #E29B48;
	text-decoration: none
}
.border {
	border: thin solid #691C32;
}

