body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #f7f7f6 fixed repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#page {
	margin: 0px auto; 
	width: 823px; 
	text-align: left;
	background-image: url(../images/canvas_bg.jpg);
	background-repeat: repeat-y;
}

#page_header {
	width: 823px;
	height: 212px;
	background-color:#fff;
	background-image: url(../images/page_header.jpg);
	background-repeat: no-repeat;
}

#page_header h1 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#main_menu {
	position: relative;
	width: 575px;
	height: 50px;
	margin: -60px 25px 0 0;
	float: right;
	z-index: 20;
}


#main_menu a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 115px;
	height: 50px;
}

#main_menu a:link, #main_menu a:visited {
	color: #000;
	background-image: url(../images/button_bg_ie.gif);
	font-size: 12px;
}

#main_menu a:hover {
	color: #fff;
	font-weight: bold;
	background-image: url(../images/button_bg.jpg);
	font-size: 11px;
}

#main_menu a p {
	padding: 18px 0 0 0;
	margin: 0;
	text-align: center;
}

#content {
	width: 100%;
	padding: 25px 0 0 0;
	color: #fff;
}

#tag_line {
	width: 823px;
	height: 200px;
	background-image: url(../images/tag_line.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
}

#tag_line p {
	width: 320px;
	margin: 0;
	padding: 55px 0 0 60px;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

#main_page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#main_page_left, #main_page_right {
	width: 740px;
}

#main_page_left {
	float: left;
}

#main_page_right {
	float: right;
}

.clear {
	clear: both;
}

#main_page_left h1, #main_page_right h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #D7EECC;
	font-size: 20px;
	font-weight:100;
	border-bottom: 1px solid #D89F41;
}

#main_page_news h1 {
	margin: 24px 0 15px 0;
	padding: 0;
	color: #D7EECC;
	font-size: 20px;
	font-weight:100;
	border-bottom: 1px solid #D89F41;
}

#right_sub {
	float:right;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: 100;
	vertical-align: bottom;
	line-height: 28px;
}

#right_sub a:link, a:visited {
	color: #D7EECC;
	text-decoration: none;	
}

#right_sub a:hover {
	color: #fff;
	text-decoration: none;
}

.left_item {
	text-align: left;
	border-bottom: 1px solid #6FB161;
	clear: both;
	height: 60px;
	margin: 3px;
}

.left_item img {
	float:left;
	margin: 0 15px 0 0;
}

.left_item a, .right_item a {
	text-decoration: none;
}

.left_item a:link, .left_item a:visited, .right_item a:link, .right_item a:visited {
	color: #1A2015;
}

.left_item a:hover, .right_item a:hover {
	color: #fff;
}

.right_item {
	text-align: left;
	border-bottom: 1px solid #6FB161;
}

.right_item p {
	margin: 5px 0 5px 0;
	padding: 0;
}

.right_item p b {
	color: #fff;
	padding: 0 5px 0 0;
}

.right_item a {
	
}

#footer {
	width: 823px;
	height: 80px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: 0px auto;
	position: relative;
}

#footer h2 {
	margin: 0px 20px 0 0;
	padding: 40px 0 0 0;
	color: #fff;
	font-size: 10px;
	font-weight: lighter;
}

#footer h2 a:visited {
	color: #d3d8c4; 
	border-bottom: #d3d8c4 1px dotted; 
	text-decoration: none;
}

#footer h2 a:link {
	color: #d3d8c4; 
	border-bottom: #d3d8c4 1px dotted; 
	text-decoration: none;
}

#footer h2 a:hover {
	color: #fff; 
	text-decoration: none; 
	border-bottom-style: none;
}
