@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bgrnd_wide.jpg)  50% 50% repeat;
	background-image: url(../images/bgrnd_wide2.jpg);
	font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}


* { padding: 0; margin: 0; }

#wrapper { 
 margin: 0 auto;
 width: 1024px;

}

a:link, a:visited {
	color:#81451f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#686433;
}


#header {
	color: #333;
	width: 1024px;
	float: left;
	padding: 0px;
	height: 217px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #BD9C8C;
	margin-bottom: 0px;
}
#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	height: 698px;
	width: 294px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	color: #333;
	border: 0px solid #ccc;
	width: 1024px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/content.png);
	
}

#container {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	width: 650px;
	display: inline;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#container_large {
	float:left;
	color: #333;
	border: 0px solid #ccc;
	width: 770px;
	display: inline;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 130px;
}

#container_large h1 {
    
	color:#846933

}

#container h1 {
    
	color:#846933

}

#container h2 {
    
	color:#846933

}

#menu {
	float: right;
	border: 0px solid #ccc;
	/*height: 347px;*/
	width: 264px;
	display: inline;
	/*background-image: url(../images/menu_new.gif);*/
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#menu_header {
	float: left;
	color: #333;
	height: 28px;
	width: 264px;
	display: inline;
	background-image: url(../images/menu_header.png);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#menu_footer{
	float: left;
	color: #333;
	
	height: 46px;
	width: 264px;
	display: inline;
	background-image: url(../images/menu_footer.png);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#menu_content{
	float: left;
	color: #333;
	border: 0px solid #ccc;
	width: 264px;
	display: inline;
	background-image: url(../images/menu_middle.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;	
}

#menu_items{
	float: left;
	color: #333;
	border: 0px solid #ccc;
	width: 264px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;	
}

#menu_items_under{
	float: left;
	color: #333;
	border: 0px solid #ccc;
	width: 264px;
	display: inline;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer {
	width: 1024px;
	height: 100px;
	clear: both;
	color: #FFFFFF;
	border: 0px solid #ccc;
	padding: 0px;
	background-image: url(../images/footer.png);
	background-repeat: repeat;
}

#footer_content {
	clear: both;
	color: #FFFFFF;
	border: 0px solid #ccc;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	margin-right: 20px;
	margin-left: 20px;
}

#remax_logo {
	clear: both;
	color: #FFFFFF;
	border: 0px solid #ccc;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	width: 375px;
}
