@charset "UTF-8";
body {
	background-color: #42392E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}
#content {
	width: 550px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 59px;
	padding-bottom: 10px;
}
#header_links {
	float: right;
	vertical-align: bottom;
	height: 59px;
	padding-top: 40px;
	font-size: .8em;
}
.link_text {
	font-size: .8em;
}
#header_image {
	float: left;
}
h1 {
	font-size: 1.2em;
}
a:link {
	color: #F9BF73;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9BF73;
}
a:hover {
	text-decoration: underline;
}
#left_content {
	width: 250px;
	padding: 0;
}
#right_content {
	padding: 0 10px 0 20px;
	float: right;
	width: 260px;
}
.clearfloat  {
	clear: both;
}
