#center { /*This is what makes the website center in the window*/
	width:975px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#68867E url(../images/bg_body.gif) repeat top;
}

#header_container {
	width:901px;
	padding:0;
	margin:0 auto;
	height:78px;
	background-color:#82302F;
	text-align:center;
}

#logo {
	float:left;
	padding:0px;
	margin:0px;
	width:266px;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:635px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	font-weight:normal;
	background-color:#82302F;
	float:left;
}

#menu_top {
	float:right;
	padding:0px;
	margin:0px;
	width:280px;
	height:37px;
	background:#174539 url(../images/bg_home_menu_line.gif) repeat-x bottom;
}

#menu_bottom {
	float:left;
	padding:0px;
	margin:0px;
	width:635px;
	height:41px;
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:975px;
	padding:0;
	margin:0;
	text-align:left;
	background-color:#82302F;
}

#main_bg_container {
	width:975px;
	float:left;
	padding:0px;
	margin:0px;
	background:url(../images/bg_main_main.gif) repeat 0 0;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:658px;
	padding:0;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;
/*	background-color:#00FF33; bright green */
}

#content_spacer {
	width:595px;
	padding:0px;
	margin:0px;
	height:256px;
}

#content_border {
	width:595px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0 auto 25px auto;
	background:#FFFFFF url(../images/bg_content_border.gif) repeat-y top;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:595px;
	padding:5px 0 0 0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0 auto;
	background:url(../images/bg_content_bottom.gif) no-repeat bottom;
}

#content_body {
	width:555px;
	padding:20px;
	margin:0px;
	text-align:left;
}

#main_right {
	width:243px;
	padding:0;
	margin:0;
	float:left;
}

#right_container {
	width:243px;
	padding:150px 0 0 0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
}

.clr {
	clear:both;
}

#footer {
	width:901px;
	padding:0px 0px 20px 0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0px;
	height:30px;
	background-color:#82302F;
}

#footer_content {
	width:901px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:11px;
	background-color:#FFFFFF;
	color:#5C5C5C;
}

#footer_left {
	float:left;
	padding:0px;
	margin:0px;
	width:430px;
}

#footer_right {
	float:right;
	padding:0px;
	margin:0px;
	width:350px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

#content_body {
	line-height:140%;
}

p {
	padding:9px 0;
	line-height:14px;
}

h1 {
	padding:0 0 8px 0;
	font-size:16px;
	font-weight:bold;
	color:#82302F;
	line-height:160%;
}

h2 {
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	color:#505050;
}

h3 {
	padding:3px 0 3px 0;
	font-size:13px;
	font-weight:bold;
	color:#82302F;
	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#content_body li {
	padding-bottom:8px;
}

a {
	color:#174539;
}

a:hover {
	color:#82302F;
}

/* This makes PNG's work in IE6 */

img, div { 
	behavior: url(png/iepngfix.htc);
}

/* Rounded box */
.round_container {
	float:left;
	width:212px;
	padding:0px 0px 20px 0px;
	margin:0px;
}

.round_top {
	float:left;
	width:212px;
	height:25px;
	padding:0px;
	margin:0px;
	background:url(../images/round-top.png) no-repeat top;
}

.round_repeat {
	float:left;
	width:182px;
	padding:0px 15px;
	margin:0px;
	background:url(../images/round-repeat.png) repeat top;	
}

.round_bottom {
	float:left;
	width:212px;
	padding:0px;
	height:27px;
	padding:0px;
	margin:0px;
	background:url(../images/round-bottom.png) no-repeat bottom;	
}

p.legal {
	font-size:10px;
	color:#CCCCCC;
}

p.articles-p {
	padding:0px;
	margin:0px;
	text-align:left;
}

.articles-ls {
	font-size:12px;
	padding:4px;
	margin:0px;
	text-align:left;
}

.articles-ls span {
	font-size:11px;
}

.articles-ls a {
	text-decoration:none;
}

p.rss-item {
	line-height:12px;
	font-size:12px;
	padding:4px;
	margin:0px;
}

p.rss-item a {
	line-height:12px;
	font-size:12px;
	text-decoration:none;
}