@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0
}

table {
	margin:0px;
	padding:0px;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;
}

body {
	margin:0;
	background:url(/images/content_repeat.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#663333;
}

#header_container{
	height:159px;
	background:url(images/header_repeat.jpg) repeat-x;
	width:100%;
	clear:both;
}

#contact {
width:400px;
}

#header {
	width:999px;
	height:159px;
	float:left;
	background:url(images/header.jpg);
}

#container {
	float:left;
	width:100%;
}

#menu {
	background:url(images/left_border.jpg) no-repeat;
	width:200px;
	padding-left:62px;
	float:left;
	margin-left:-100%;
}

#menu_header h1, #menu_history h1, #menu_society h1, #menu_future h1 {
	font-size:19px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:none;
	color:#7b4848;
}

.menu_text li {
	list-style-type:none;
		
}

.menu_text {
	width:170px;
	margin-bottom:15px;
}

.menu_text a {
	padding-left:3px;
	margin-top:6px;
	text-align:left;
	color:#7b4848;
	font-size:12px;
	border-bottom:solid 1px #d1cabb;
	display:block;
	width:170px;
	height:17px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;

}

.menu_text a:hover {
	background:#e1dcd1;
}

.menu_selected a {
	background:#d1cabb;
}

#content-container {
	margin-left:262px;
	min-height:570px;
	clear:left;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#663333;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
	max-width:1000px;
	min-width:600px;
}

#content a {
	color:#663333;
}

#content_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#682f22;
	font-weight:bold;
}

.image-left {
	float:left;
	padding-right:10px;
	border:1px #ccc solid;
}

.image-right {
	float:right; 
	padding-left:10px;
	border:1px #ccc solid;
}

#footer {
	padding-left:2px;
	paddin-right:2px;
	border-top:solid 1px #d1cabb;
	clear:both;
}

#footer_text_left {
	padding-left:10px;
	float:left;
	width:400px;
	font-size:11px;
	color:#AF876B;
}

#footer_text_right {	
	padding-right:12px;
	float:right;
	font-size:11px;
	color:#AF876B;
}

#footer_text_right a {
	text-decoration:none;
	color:#AF876B;
}

#footer_text_right a:hover{
	text-decoration:underline;
}