#content_outer_div {
	width: 800px;
	border: 1px solid silver;
	overflow: auto;
	margin: auto;
}
#header_div {
	height: 90px;
	width: 800px;
	text-align: left;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#left_nav_div {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 42px;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left_nav_div a {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 175%;
	text-decoration: none;
}

#main_content_div {
	float: right;
	width: 610px;
	text-align: left;
	padding-right: 10px;
}
#footer_div {
	width: 800px;
	text-align: center;
	margin: auto;
	float: left;
	background-image: url(images/footer_bg.jpg);
	line-height: 300%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
}
#left_nav_div a:hover {
	color: #AE262C;
}
#main_content_div h1 {
	font-size: 18px;
	text-align: center;
	color: #333333;
}
#main_content_div h2 {
	font-size: 18px;
	color: #333333;
}
#main_content_div li {
	line-height: 150%;
}
.header_red_txt {
	color: #AE262C;
}

#header_title_div {
	padding-left: 15px;
	padding-top: 5px;
}
#header_title_div h1 {
	font-size: 30px;
	color: #333333;
}

#new_posts {
	margin-top: 50px;
	border: 1px solid silver;
}

#new_posts h1 {
	font-size: 14px;
	color: #333333;
	background-image: url(images/header_bg.jpg);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
}

#new_posts li {
	list-style-position: outside;
	margin-left: -15px;
	list-style-image: url(images/li_bullet.jpg);
}

#new_posts a {
	font-weight: normal;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

#new_posts a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#div_caption_border {
	border: 1px solid #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#blue_content_box {
	background-color: #DFE4F4;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

