@charset "UTF-8";
body {
	margin-top: 0px;
	background-color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #5A461B;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
}h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #586523;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4D4D4D;
	margin-top: 0px;
	text-align: justify;
}
/* CSS Document */

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-image.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#header {
	background-image: url(images/header-image.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 143px;
	width: 950px;
}
#main_content {
	height: auto;
	width: 538px;
	float: right;
	margin-right: 90px;
	margin-top: 40px;
}
#main_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4D4D4D;
	line-height: 18px;
}
#side-nav {
	padding: 0px;
	width: 220px;
	margin-left: 78px;
	float: left;
	height: auto;
}
#clrfloat {
	clear: both;
}

#footer {
	background-image: url(images/footer-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	width: 630px;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 25px;
	padding-left: 320px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #556423;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #550B23;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #550B23;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #556423;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4D4D4D;
	text-align: left;
}
a.footer:link, a.footer:visited, a.footer:active {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4D4D4D;
	}
a.footer:hover {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4D4D4D;
	}
