/* Architecture */

#content { /* centers */
	position:relative;
	width: 972px;
	padding-left:6px;
	padding-right:6px;
	margin-right:auto;
	margin-left:auto;
	font-family:Trebuchet MS;
	}
#ash {
margin:0px;
}
#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;
	}
h2.right_header {

			margin-top:10px;
			padding-top:2px;
			float:right;
			width:300px;
			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%;
	}
.subNavigation	{
	position:absolute;
	left:20px;
	width:200px;
	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;
	}

#mainText {
	color:#BBB;
	margin-left:320px;;
	width:600px;
	margin-top:42px;
	line-height:150%;
	}

#mainText blockquote {
	width:400px;
	
	}

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 {

	}

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

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

