@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #805D2A;
	background-image: url(../_images/bckgrnd_1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#wrapper {
	background-repeat: repeat-y;
	background-position: center top;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
#top_nav {
	width: 874px;
	background-repeat: repeat-x;
	position: relative;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 2px;
}
#top_content {
	height: 416px;
	width: 874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/* icon treatment */

#icon-list {
}

#icon-list td {
	background: url(../_images/icon_bckgrnd.gif) top left no-repeat;
	padding: 1px 0 10px 1px;
}

/* end icon elements */

#bottom_content {
	width: 874px;
	height: 160px;
	position: relative;
	background-image: url(../_images/home_btm.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
}
#bottom_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 110%;
	padding-top: 15px;
	padding-left: 274px;
	padding-right: 10px;
	position: relative;
	text-align: left;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
.copy_headline {
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.copy_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.copy_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.copy_whitebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	vertical-align: 15%;
}
.copy_head_whitebox {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #B18E56;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.copy_top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #7E5B3D;
}
#top_nav a:link {
	color: #563E2A;
	text-decoration: none;
}
#top_nav a:visited {
	color: #563E2A;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#top_nav a:active {
	color: #563E2A;
	text-decoration: none;
}

