/* CSS Document */
#primaryNavigationContainer {
	margin-bottom: 38px;
}

#contentRHS {
	float: right;
	padding-right: 50px;
	width: 162px;
	margin-top: 20px;
}
#contentRHS p {
	margin-bottom: 30px;
}
#contentRHS p.quote {
	margin-bottom: 15px;
	font-style: italic;
}
#contentRHS a {
	color: #DDD8C3;
	font-size: 10px;
	background-color: #131313;
	border: solid 1px #363531;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}


#contentLHS {
	padding: 0 50px 0 50px;
	margin-right: 240px;
	border-right: solid 1px #777369;
}
#contentLHS h2 {
	background-image: url(../images/titles/about.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 44px;	
}
#contentLHS p {
	margin-bottom: 15px;
}

