@charset "utf-8";
/* Body & Layout */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #856b55;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 955px;
	margin: 0px auto;
}
#header {
	background:url(../images/bg_header.jpg) top left no-repeat;
	height: 132px;
}
#header_menu {
	height: 24px;
	background: #a1836b;	
}
#content_header_menu {
	width: 725px;
	float: right;
	height: 24px;
}  
#content_holder { 
	width: 955px;
	margin: 0px auto;
	background: url(../images/bg_content.gif) top left no-repeat;
}
#content_left_side {
	width: 200px;
	float: left;
}
#content_right_side {
	width: 755px;
	float: left;
}
#content_right_side div { padding:15px; }

#content_footer {
	padding-top: 15px;
	text-align: center; 
}
#about_loz {
	margin-left: 130px;
	margin-right: 15px;
	height: 140px;
}
#left_menu_holder {
	width: 190px;  
	float: left;
	margin-right: 10px;
	padding: 5px; 
}
#left_menu_space {
	width: 284px;
	background:#FFFFFF;
	height: 15px;
}
.left_button_middle {
	background:url(../images/button_middle.jpg);
	height: 4px;
}
.left_button_bottom {
	background:url(../images/button_bottom.jpg);
	height: 2px;
}
#index_content { padding: 5px; }
#right_content_holder {
	padding: 0px 15px 15px 200px;
}
#footer {
	width: 955px;
	margin: 0px auto;
	text-align: center; 
}

/* NAV SIDE 35px */

ul.nav_side {
	padding: 20px 0px;
	margin: 0px; 
	list-style: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	text-align: center;
	width: 200px;
}
/*
ul.nav_side li {
	border-top: 1px solid #6F3E04;
	border-left: 1px solid #6F3E04;
	border-right: 1px solid #6F3E04;
}
*/
ul.nav_side li a {
	text-decoration: none;
	display: block;
	width: 200px;
	color: #fff;
	font-weight: bold;
	padding: 8px 0px;
}

ul.nav_side li a:hover {
	color: #a1836b;
}

/* Text */

.left_menu_holder_title {
	font-weight: bold;
}
.bottom_legal {
	font-size: 9px;
}
.bottom_legal a:link {
	font-size: 9px;
}
.bottom_legal a:hover {
	font-size: 9px;
}
.bottom_legal a:visited {
	font-size: 9px;
}

a:hover {
	color: #C3AD7E;
}
a:link {
	color: #54421b;
}
a:visited {
	color: #54421B;
}
