@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 10px;
	line-height: 15px;
	text-align: left;
}
body {
	font: 11px/1.45em Arial, Helvetica, sans-serif;
	color:#664a34;
	text-align: left;
	background-color: #ffffff;
}
#container {
	width: 852px;
	margin-left:24px;
	margin-top:24px;
}
#header {
	background: url(/images/header.gif) no-repeat right;	
}
#head_link {
	height:40px;
}
#logo {
	height:78px;
}
#head_image {
	height:113px;
}
.nav_title {
	font-size:11px;
	text-align:left;
	cursor: pointer;
	padding-bottom:10px;
}
.nav_title ul {
	list-style: none;
}
.nav_title li.selected {
	color:#5c412e;
	text-decoration:underline;
}
.nav_title div.selected {
	color:#5c412e;
	text-decoration:underline;
}
.title:hover {
	text-decoration:underline;
}
.title.selected {
	text-decoration:underline;
}
#nav {
	float:left;
	width:308px;
}
#nav ul {
	list-style: none;
}
#nav li {	
	font-size:11px;
	text-align:left;
	cursor: pointer;
	padding-bottom:3px;
}
#nav li a {
	color:#5c412e;
	text-decoration:none;
}
#nav li:hover a {
	color:#5c412e;
	text-decoration:underline;
}
#nav li.selected a {
	color:#5c412e;
	text-decoration:underline;
}
#content {
	margin-top:24px;
}
#middle {
	float:left;
	width:311px;
	padding-left:32px;
	padding-right:32px;
	background:url(../images/bg_content_middle.jpg) repeat-y left top;
}
#middle2 {
	float:left;
	width:241px;
	padding-left:32px;
	padding-right:32px;
	background:url(../images/bg_content_middle2.jpg) repeat-y top;
}
#middle3 {
	float:left;
	width:480px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:20px;
	background:url(../images/bg_content_middle3.jpg) repeat-y left top;
}
#middle3 p {
	line-height:20px;
}
#middle3 p {
	line-height:20px;
}
#right {
	float:right;
	width:151px;
	padding-left:18px;
}
#right2 {
	float:right;
	width:217px;
	padding-left:22px;
}
#footer {
}
a:link {
	color: #5c412e;
	text-decoration: underline;
}
a:visited {
	color: #5c412e;
	text-decoration: underline;
}
a:hover {
	color: #5c412e;
	text-decoration: none;
}
h1 {
	color:#5c412e;
	font-size:18px;
	text-align:left;
	margin-bottom:44px;
	padding-top:4px;
	font-weight:normal;
}
h2 {
	color:#5c412e;
	font-size:15px;
	text-align:left;
	margin-bottom:29px;
	padding-top:12px;
	font-weight:normal;
}
img {
	border:0px;
}
strong {
	font-weight: bold;
}
.search_field {
	border:1px solid #cccccc;
	padding:2px;
	margin-bottom:5px;
	color:#666666;
}
.img_list {
	padding-right:16px;
	padding-bottom:16px;
}