#content_left{
	width: 70%;
	float: left;
}

#content_right{
	width: 30%;
	float: left;
}

#main_text {
	margin-top: 200px;
	color:#351B00;
}

#main_text h1 {
	font-weight:600;
	font-size: 370%;
	margin-bottom: 0%;
	margin-top:10%;
	min-width: 490px;
}

#main_text h2 {
	margin-top: 1%;
	font-size: 160%;
	font-weight:400;
}

#main_text h2 span {
	font-style:italic;
}

#main_text p {
	font-size: 99%;
}

#main_text a {
	font-weight:600;
	font-style:oblique;
	text-decoration:underline;
	color:#351B00;
}

#main_text a:hover {
	color:#993300;
}

#text_divider {
	height: 2px;
}