body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #0A2E37;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:visited, a:link {
	color: #555;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
form {
	display: inline;
	margin: 0;
}
textarea {
	font: 13px Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #888;
	font-weight: bold;
}
h1 {
font-size: 32px;
color: #0A2E37;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
/* Layout Divs */

#wrap {
	margin: 25px auto;
	text-align: left;
	width: 800px;
	background: #FFF url(../images/content_bg.gif) center;
}

#header {
	background: url(../images/header_bg.gif) center;
	height: 33px;
}

#content {
	background: #FFF url(../images/content_bg.gif) center;
	padding: 1px 32px;
	line-height: 1.75;
}

#left_column {
float:left;
background: #000 url(../images/content_image_left.jpg) no-repeat;
}

#footer {
	background: url(../images/footer_bg.gif) no-repeat;
	height: 33px;
	clear: both;
}

#copyright {
	background: #0A2E37;
	color: #CCC;
	margin-top: -3px;
	padding: 0 25px;
	font-size: 10px;
}

/* Other Styles */

#main_menu {
	list-style: none;
	margin-left: -25px;
	padding: 1px 0;
	font-size: 12px;
	background: #F2F2F2;
}

#main_menu a {
	padding: 8px 5px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

.main_menu a:hover, .menu_unselected a:hover {
	color: #FFF;
	background: #0A2E37;
}

.menu_selected a {
	color: #F2F2F2;
	background: #0A2E37;
}

#main_menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

.fine_text {
	color: #C1C1C1;
	font-size: 10px;
}

.caption a:visited, .caption a:link {
	padding: 0 5px;
	text-decoration: none;
	color: #777;
	font-size: 10px;
}

.caption a:hover {
	color: #F2F2F2;
	text-decoration: underline;
}

.message_box {
	border: 1px #CCC solid;
	padding: 10px;
	background: #F2F2F2;
}

.thumbnail {
	margin: 25px 5px 0 5px;
	border: 1px #999 solid;
	padding: 1px;
}

.underlined {
	border-bottom: 1px #CCC solid;
	margin-bottom: 8px;
}

.post_container {
	padding: 10px 0;
}