body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A5A36E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5A36E;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #A5A36E;
}
a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #A5A36E;
}
a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #A5A36E;	
}
a.nav:hover {
	color: #FFFFFF;
}
a.left_nav:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #A5A36E;
}
a.left_nav:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #A5A36E;	
}
a.left_nav:hover {
	color: #FFFFFF;
}
.content {
	background-color: #3A3926;
	width: 780px;
	margin: auto;
	text-align: left;
	display: table;
}
.content_white {
	color: #FFFFFF;
	font-size: 18px;
}
.white {
	color: #FFFFFF;
}
.dark {
	color: #1D1C13;
}
.left_bar {
	float: left;
	width: 200px;
	margin: 10px;
	padding-top: 24px;
}
.right_box {
	width: 500px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #A5A36E;
}
.quote {
 	color: #FFFFFF;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.capital {
	font-size: 36px;
}
.right_title {
	font-size: 24px;
	color: #FFFFFF;
}
