/*~~~~~~~~~~~STANDARD PAGE IDS~~~~~~~~~~~*/ 

body {
	margin:0;padding:0;
	background-color: #EEECA7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#site-wrapper {
	width: 874px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(header.png);
	height: 190px;
}

#content {
	background-image: url(content.png);
	background-repeat: repeat-y;
	padding: 15px 40px 15px 40px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	clear: both;
}

#footer {
	background-image: url(footer.png);
	height: 49px;
	clear: both;
}


/*~~~~~~~~~~~NAVIGATION~~~~~~~~~~~*/

#nav {
	padding-top: 160px; margin-top:0px; margin-bottom: -19px;
}

#nav ul {
	margin-left: auto; margin-right: auto; 
}

#nav li {
	float: left;
	display: block;
	width: 120px;
	margin-left: 16px;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
}

#nav li a {
	color: #FBD120;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
	display: block;
}

#nav li a:hover {
	background-color: white;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	color: Black;
}

.there {
	background-color: white;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	color: black;
}

#nav .there {
	color: black;
}

/*~~~~~~~~~~~CONTENT~~~~~~~~~~~*/

h1 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 89%; margin-bottom: 7px;
}

h2 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 12%; margin-bottom: 7px;
}

h4 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 15%; margin-bottom: 7px;
}

h3 {
	font-size: 12px; letter-spacing: 1px; color: #333333; border-bottom: 1px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 12%; margin-bottom: 7px;
}

p {
	margin: 18px 0 18px 0;
}

#content li {
	margin: 7px 0 7px 45px;
}

a {
	color: #9B920C; text-decoration: underline;
}

a:hover {
	color: #E0D313; text-decoration: none;
}

.centered {
	margin-left: auto; margin-right: auto; text-align: center;
}

#footer p {
	padding: 4px 40px 0 40px;
	margin: 0 0 0 0;
	font-size: 11px;
	color: #856950;
	line-height: 15px;
}

#footer a {
	color: #856950;
	text-decoration: underline;
}

#footer a:hover {
	color: #856950;
	text-decoration: none;
}

.contact {
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEECA7;
}

.miniform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;
}