/* CSS Document */

#wrapper {
	display: block;
	margin: auto;
	clear: both;
	width: 800px;
	background-repeat: repeat-y;
	height: auto;

}

#header {

}

#topnav_wrapper {
	display: block;
	clear: both;
	background-image: url(../images/master/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;

}

#topnav_right {
	float: right;

}

#content_wrapper {
	display: block;
	clear: both;
	color: #9C5147;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/master/side_redbar.jpg);
	background-repeat: repeat-y;
	height: auto;
}
/* hide hack from Mac-IE5 \*/
* html #content_wrapper { height: 1%; }
/* end hiding */

#content_wrapper li {
	background-image: url(../images/master/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.7em;
	padding-left: 30px;
}

#footer_wrapper {
	display: block;
	clear: both;
	text-align: center;
	font-size: 0.75em;
	color: #6C5F4A;
}

#footer_wrapper a:link {
	color: #6C5F4A;
	text-decoration: none;
}


#footer_wrapper a:visited {
	color: #7D6F55;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer_wrapper a:hover, #footer_wrapper a:active {
	color: #6C5F4A;
	text-decoration: none;
}
#footercontact {
	background-image: url(../images/master/contact_footer.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	display: block;
	clear: both;
	color: #F9FAF4;
}

#footercontact a:link {
	color: #F9FAF4;
	text-decoration: underline;
}


#footercontact a:visited {
	color: #CFC4A7;
	text-decoration: underline;
}

#footercontact a:hover, #footercontact a:active {
	color: #F9FAF4;
	background-color: #8D7F5C;
}
#sitemap {
	text-align: right;
	display: block;
	clear: both;
}

#footernav a:link,  #footernav a:visited, #footernav a:hover, #footernav a:active {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}

#copyright {

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9FAF4;
	font-size: 0.8em;
	line-height: 1.5em;
}

a:link {
	color: #7D6F55;
}

a:visited {
	color: #AD9092;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CFC5A0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
