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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#cfbca0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4f211c;
}

#container {
	width:913px;
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
}
#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	height:398px;
}
#nav {
	height:32px;
	top:146px;
	left:35px;
	position:relative;
	text-align:center;
}

#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
}
#content_right {
	float:right;
	width:200px;
	margin-right:30px;
	margin-top:30px;
	padding-bottom:30px;
}

#content_left {
	float:left;
	width:600px;
	padding:30px;
}
#content_bot {
	clear:both;
	height:17px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
#footer {
	color:#4f211c;
	padding:0px 5px 5px 5px;
	font-size:10px;
}

#footer .right {
	float:right;
	text-align:right;
	
}
#footer .left {
	float:left;
}
#footer .right a, #footer .right a:hover, #footer .right a:visited {
	color:#4f211c;
	text-decoration:none;
}
#footer .right a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

#nav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#nav ul li {
	float:left;
	padding:0px;
	margin:0px;
}
#nav ul li a, #nav ul li a:visited {
	padding:6px 12px 7px 12px;
	display:block;
	border-right:1px solid #cfbca0;;
	color:#4f211c;
	font-size:14px;
	text-decoration:none;
}
#nav ul li a:hover {
	background-color:#cfbca0;
}

#nav .first {
	border-left:1px solid #cfbca0;
}

#news {
	border:1px solid #c1d097;
	line-height:16px;
	color:#4f211c;
}

#news_header {
	background-color:#c1d097;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#4f211c;
}

.news_item {
	margin:10px;
	border-bottom:1px dashed #4f211c;
	padding-bottom:0px;
	padding-top:0px;
}
.news_item_container {
	margin:10px;

	padding-bottom:0px;
	padding-top:0px;
}

#gallery img {
	margin:5px;
}





h1 {
	color:#4f211c;
	font-weight:normal;
	margin-top:0px;
	font-size:22px;
}

.green {
	color:#c1d097;
	font-weight:bold;
	font-size:13px;
}

img {
	border:0px;
}
	
