/*
red #8e3422
tan border #c7c0b8
content bg #ebe9e6
dark brown #908371
light brown (underline) #e4e1dc
menu background #f5f4f3



*/

.clear{clear:both;}

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;
	background: #fff;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:760px;
	background:#fff;
	padding:10px;
	border:4px solid #c7c0b8;
}

#inner_wrapper {
	
	/*background: #FF3300;*/
	background: #ebe9e6;
	background-image: url("../img/content_bg.gif") repeat-y;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}

#top_header {
	height:75px;
	margin:0 auto;
	width: 770px;
}

#header {
	height:150px;
	width: 760px;
	background: url("../img/header_banner.jpg") top repeat-x;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:30px 20px 10px 20px;
	color:#fff;
}

/* Menu */


#menu {
	margin: 0px auto;
	width: 210px;
	padding: 0 0 20px 14px;
	font-size: 16px;
	color: #908371;
	line-height:25px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu li {
}

#menu a {
	display: block;
	width: 190px;
	padding: 5px 0px 5px 12px;
	background-color: #f5f4f3;
	border-top: 1px solid #e4e1dc;
	border-bottom: 1px solid #bab9b6;
	border-right: 1px solid #bab9b6;
	text-align: left;
	text-decoration: none;
	color: #908371 ;
}

#menu a:hover {
	background-color: #e4e1dc;
	border-top: 1px solid #e4e1dc;
	border-bottom: 1px solid #bab9b6;
	color: #908371;
}

#sidebar_left {
	float:left;
	width:225px;
	padding:0px 0px 0px 5px;
	font:100% Verdana;
	line-height:20px;
	margin:-20px 0px 0 0;
}

#sidebar_left h2 {
	font:175% Arial;
	padding:15px 0px 10px 0;
	color:#908371;
	padding-left:15px;
}

#email {
	margin: 0px 0 0 15px ;
	padding:10px 10px;
	width: 180px;
	background-color: #f5f4f3;
	border-bottom: 1px solid #bab9b6;
	border-right: 1px solid #bab9b6;
}

.opening {
	margin-left: 15px ;
	padding:5px 0px;
	width: 200px;
	font:100% Arial;
	color: #555;
	background-color: #f5f4f3;
	border-bottom: 1px solid #bab9b6;
	border-right: 1px solid #bab9b6;
}

#events {
	margin-left: 15px ;
	/*float: left;*/
	padding:5px 0px;
	width: 200px;
	font:100% Arial;
	/*color: #908371;*/
	color: #555;
	background-color: #f5f4f3;
	border-bottom: 1px solid #bab9b6;
	border-right: 1px solid #bab9b6;
}

#events p {
	line-height:15px;
	margin: 10px;
	/*padding: 10px;*/
}

#events a {
	text-decoration:underline;
	color: #8e3422;
}

#events a:hover{
	text-decoration:none;
	background-color: #e4e1dc;
	color: #8e3422;
}

#content a {
	text-decoration:underline;
	color: #8e3422;
}

#content a:hover {
	background-color: #e4e1dc;
	text-decoration:none;
	color: #8e3422;
}

#content_top {
	/*background-image: url("../img/content_top.gif"); 
	height: 40px;*/
}

#content {
	width:460px;
	float:right;
	margin:0px 15px 10px 0px;
	padding:15px 25px 40px 25px;
	text-align:justify;
	
	background-color:#fff;
	border-right:1px solid #bab9b6;
	border-bottom:2px solid #bab9b6;

	font-size:130%;	
}

.emphasis {
	font:110% Arial;
	font-weight: bold;
	color:#908371;
}

#content h1 {
	margin: 0px 5px 20px 0;
	font:240% Arial;
	font-weight: bold;
	line-height:40px;
	color:#8e3422;
	border-bottom:1px solid #e4e1dc;
}

#content h2 {
	font:140% Arial;
	margin: 20px 5px 20px 0;
	color:#908371;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:110% Arial;
	font-weight: bold;
	margin: 0px 5px 15px 0;
	color:#908371;
}


#content p {
	line-height:20px;
	margin:10px 0px 0px 0px;
	
}

#content ul {
	margin-left: 0px;
	list-style: disc;
	text-indent:0px;
	padding-left: 40px;
}

#content li {
}

#sidebar_left h1,h2,h3,h4,p,blockquote {
	margin:0px 0;
	line-height:25px;
}

#footer {
	color: #c7c0b8;
	margin:0 auto;
	width: 760px;
	clear:both;
}

#footer a {
	color: #c7c0b8;
	text-decoration:none;
}

#footer a:hover {
	color: #908371;
	text-decoration:none;
}

.indent {
	text-indent:20px;}

.small {
	font-size: 90%;
}

.img {
	padding-right: 20px;
	float:left;
}

#area {
	
	background-color:#ebe9e6;
	padding:5px 5px 20px 20px;
	margin: 0 10px 20px 0;
}
