body {
	background-repeat: repeat-x; 
	background-attachment: fixed;
	margin: 0;
}

div#site_container {
	position: relative;
	top: 25px;
	width: 832px;
	height: auto;
	margin: 0 auto; 
	text-align: left;
	padding: 0 16px 0 16px;
}

div#site_container_top {
	position: relative;
	width: 832px;
	height: 29px;
	background: transparent url('graphics/site_container_top.png') no-repeat;
	font-size: 1px;
	line-height: 1px;
}

div#site_container_content {
	position: relative;
	width: 832px;
	height: auto;
	background: transparent url('graphics/site_container_content.png') repeat-y;
}

div#site_container_bottom {
	position: relative;
	width: 832px;
	height: 29px;
	background: transparent url('graphics/site_container_bottom.png') no-repeat;
}

div#container_body {
	position: relative;
	width: 774px;
	height: auto;
	border-top: 1px solid black;
	padding-top: 5px;
	margin: 0 auto;
}

div#container_header {
	position: relative;
	width: 774px;
	height: 115px;
}

div#topmenu {
	position: relative;
	width: 759px;
	height: 54px;
	background: transparent url('graphics/corners_menu.gif') no-repeat;
	background-position: bottom;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 54px;
	padding-left: 15px;
}

div#topmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

div#submenu {
	position: relative;
	margin: 30px 0 100px 0;
	width:  210px;
}

div#submenu hr {
	margin: 6px 0;
	background-color: #FFF;
	height: 1px;
	border: 0;
}

div#submenu a.submenu {
	text-decoration: none;
	margin-left: 15px;
}

div#submenu a.selected {
	margin-left: 30px;
}

div#container_content {
	position: relative;
	width: 774px;
	height: auto;
}

div#column_left {
	position: relative;
	float: left;
	width: 210px;
}

div#column_right {
	position: relative;
	float: left;
	width: 520px;
	min-height: 200px;
	margin-left: 5px;
	padding: 10px 19px;
	line-height: 1.5em;
}

div#content_corners_top {
	width: 774px;
	height: 9px;
	background: transparent url('graphics/corners_content_top.gif') no-repeat;
	font-size: 1px;
	line-height: 1px;
}

div#content_corners_bottom {
	width: 774px;
	height: 9px;
	background: transparent url('graphics/corners_content_bottom.gif') no-repeat;
	font-size: 1px;
	line-height: 1px;
}

div#address {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 180px;
	line-height: 1.2em;
}

div#copyright {
	position: relative;
	width: 774px;
	height: 15px;
	margin: 0 auto;
	text-align: right;
	margin-top: -8px;
}

div#copyright a {
	text-decoration: none;
}

hr.page_divider {
	margin: 6px 0;
	height: 1px;
	border: 0;
}

div.divider_horizontal {
	position: relative;
	width: 100%;
	height: 7px;
	background: transparent url('graphics/dots_horizontal.gif') repeat-x;
	font-size: 1px;
	line-height: 1px;
	margin: 8px 0;
}

div#container_content_columns {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url('graphics/dots_vertical.gif') repeat-y;
	background-position: center;
}

div.content_column {
	position: relative;
	width: 47%;
	height: auto;
	overflow: hidden;
	float: left;
}

div.article_header {
	font-weight: bold;
}

div.article_subheader {
	font-weight: normal;
}

span.article_date {
	font-style: italic;
}

div.page_header {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

span.article_read_more a {
	font-weight: bold;
	text-decoration: none;
}
