@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-image: url(Images/footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#nav {
	width: 193px;
	float: left;
	padding-left: 4px;
}
#content {
	width: 562px;
	padding-left: 20px;
	float: right;
	padding-right: 20px;
	background-position: left bottom;
	padding-bottom: 150px;
}
#index_content {
	float: right;
	width: 562px;
	padding-right: 20px;
	padding-bottom: 150px;
	padding-left: 20px;
	background-image: url(Images/home_page_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.right_img {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#index_content a:link, #index_content a:visited {
	font-size: 1em;
	color: #492a46;
	text-decoration: none;
}
#index_content a:hover {
	font-weight: bold;
	color: #9bb26b;
	text-decoration: underline;
}
.left_img {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	padding-bottom: 3px;
}
#nav   a:link, #nav a:visited {
	font-size: 0.95em;
	color: #492a46;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #492B47;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #492A46;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.content_li {
	padding-bottom: 5px;
}
#footer {
	clear: both;
	text-align: center;
	padding-left: 198px;
	font-size: 0.9em;
	font-weight: lighter;
	padding-bottom: 10px;
}
.newsletter_list {
	list-style-type: none;
	padding-bottom: 7px;
}
#content a:link, #content a:visited {
	font-size: 1em;
	color: #492a46;
	text-decoration: none;
}
#content a:hover {
	color: #9bb26b;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #9bb26b;
	text-decoration: none;
}
#header {
	height: 235px;
	width: 800px;
}

