body {
	background-color: #A6A48A;
	margin: 10px;
	padding: 0;
	font-family: tahoma, serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #260101;
	text-decoration: none;}
#container {
	width: 700px;
	margin: 0 auto; 
	padding: 6em 8em 8em 8em; }
#content_right {
	width: 250px;
	float: right; }
#content_left {
	width: 465px;
	margin: 0 1em 0 0; 
	padding: 0 3em 0 0;}
h1 {	font-size: 1.5em;
	margin: 0 0 1em 0; 
	border-bottom: 3px solid #590202;}
h2 {	font-size: 1.2em;
	margin: 0 0 0.5em 0.5em; }
	p {	color: #344037;
		font-size: 0.9em;
		margin: 0 0.5em 1em 1em; }
	a {    color: #590202;
		text-decoration: none;}
	a:active {
		color: #344037;
		text-decoration: none;}
	a:hover {
		color: #590202;
		text-decoration: underline;}
	a:visited {
		color: #590202;
		text-decoration: none;}
.left {
	text-align: left; }
