html,
body
{
	background-image: url(../cmsimages/background.jpg);
	background-color: #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	margin: 0; 
	padding: 0;
}

a,
a:link
{
	color: #64180e;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: underline;
}

a:visited,
a:active
{
	color: #4a3b1d;
}

a:hover
{
	color: #4a3b1d;
}

div#header div
{
	line-height: 0;
}

div#container
{
	background-image: url(../cmsimages/backgroundcontainer.jpg);
	background-color: #ac8d5b;
	margin: 0 auto 0 auto;
	width: 760px;
}

div#content,
div#content_2
{
	margin: 0 45px 20px 45px;
	width: 680px;
}

div#content_2
{
	margin: 20px 45px 20px 45px;
}

div#footer
{
	background-image: url(../cmsimages/footer.jpg);
	background-repeat: no-repeat;
	height: 76px;
}

div#footer_left
{
	float: left; 
	height: 87px;
	width: 250px; 
}

div#footer_right
{
	background-image: url(../cmsimages/footer.jpg);
	float: right;
	font-size: 10px;
	height: 27px;
	padding-top: 60px;
	text-align: center;
	width: 510px; 
}

div#footer_nav
{
	margin-left: -125px;
}

div#footer_right a,
div#footer_right a:visited,
div#footer_right a:link,
div#footer_right a:active
{
	color: #ac8d5b;
}

div#footer_right a:hover
{
	color: #f7d7a4;
}