#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	background-color: #FFFFFF;
	background-image: url(images/left_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: none;
	list-style-type: disc;
	margin-left: 30px;
	line-height: 150%;
}

.nav a:link {
	display: block;
	color: #9B5825;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 11px;
	height: 38px;
	}
.nav a:visited {
	display: block;
	color: #9B5825;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 11px;
	height: 38px;
	}
.nav a:hover {
	display: block;
	color: #9B5825;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 241px;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 11px;
	height: 38px;
	}
	

	
#news {
	float: right;
	width: 301px;
	font-size: 12px;
}
.news {
	background-image: url(images/news_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	color: #FFFFFF;
	background-color: #9C5925;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A77A56;
	border-right-color: #A77A56;
	border-bottom-color: #A77A56;
	border-left-color: #A77A56;
}
.news a:link {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
.news a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	}
.news a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	}
.news p {
	line-height: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.news hr {
	border: 0;
	height: 1px;
	width: 80%;
	text-align: center;
	color:#CF8854;
	background-color: #cf8854;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.right {
	background-image: url(images/right_back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.right p {
	padding-right: 5px;
	}
#container .left li ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
}

