/* Structure */

#container {
	position:relative;
	width: 980px;		/* 972px; */
	padding-left:6px;
	padding-right:6px;
	margin-right:auto;
	margin-left:auto;
	}

#menu {
	margin-top:0px;
	min-width:250px;
	text-align:left;
	padding-left:20px;
	padding-top:25px;
	border-left:2px solid #9c522d;
	margin-bottom:80px;
	}

.homeLink {
	color: #BBB;
	}
.homeLink:hover {
	color:#9c522d;
	}

h5.right_header {
	margin-top: 10px;
	padding-top: 2px;
	float: right;
	width: 500px;
	text-align: right;
	}
			
#menu > * {
	position:relative;
	bottom:-9px;
	}

.title_block {
	border-top: 1px solid #764832;
	margin-top:10px;
	padding-top:20px;
	line-height:175%;
	padding-left:40px;
	}

.title_block p {
	font-size:14px;
	margin:0px;
	margin-bottom:15px;
	line-height: 150%;
	}

.title_block span	{	/* for index and slide page nav menus <prev-next> */
	float: right;
	margin-right: 40px;
}

.title_block span a	{
	color: #764832;
	font-weight:bold;
}

.title_block span a:hover	{
	color: #BBB;
	font-weight:bold;
}

.index_page_nav	{
	color: #764832;
	font-weight:bold;
	background: #BBB;
}

/* ---------------------------------------- */
.subNavigation	{
	position:relative;
	left:20px;
	width:200px;
	margin-left: 600px;
	margin-top: 30px;
	border-bottom:1px solid #555;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;
	color:#BBB;
	text-align:right;
	/* line-height:110%; */
 	}

.subNavigation li{
	margin-top:0px;
	/* margin-bottom:12px; */
	padding-left:0px;
	}

.subNavigation h3{
	border-top:1px solid #555;
	}

#content {
	color:#BBB;
	margin-left:40px;		/* 320px; */
	width:92%;		/* 600px; */
	margin-top:42px;
	line-height:150%;
	}

#content blockquote {
	width:400px;
	
	}

.left {float: left;}
.right {float: right;}

div.section {
	width:100%;
	margin-bottom:30px;
	clear:both;
	}

div.left {
	float:left;
	clear:left;
	width:240px;	
	text-align:right;
	}

div.right {
	padding-left:30px;
	margin-left:240px;
	width:600px;
	}

.right img {
	border:5px solid #fff;
	margin-left:5px;
	}

.section h1, .section h2 {
	font-size:12px;
	font-weight:bold;
	color:#9c522d;
	text-transform: uppercase;
	margin:0px;
	font-family:Arial, sans-serif;
	}

.section p {
	font-size:13px;
	margin-top:0px;	
	}

#footer	{
	border-top: 1px solid #764832;
	margin-bottom: 30px;
	text-align: right;
	clear: both;
}
