@charset "UTF-8";
/* CSS Document - div styles */
body{
	padding:0;
	margin:0;
	background-repeat:repeat-y;
	background-position:center;
	background-image:url('../images/body_images/drop_shadow.jpg');
}
#body_wrapper {
	width:100%;
	min-width:955px;
	height:100%;
	padding:0;
	margin:0;
}
#header {
	width:936px;
	height:121px;
	background:url(../images/body_images/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#h_contact {
	float:right;
	width:138px;
	vertical-align:text-bottom;
}
#navigation {
	width: 936px;
	height: 29px;
	background-image:url(../images/body_images/navigation_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#main_nav {
	width:745px;
	text-align:center;
	padding:0;
	margin:0;
}
#changing_news {
	background-image:url(../images/body_images/news_bg.jpg);
	width:936px;
	height:387px;
}
#lower_wrapper {
	width:936px;
	height:497px;
}
#left_lower {
	width:642px;
	height:497px;
	float:left;
	background-image:url(../images/body_images/blog_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#right_lower {
	width:294px;
	height:497px;
	float: right;
	background-image:url(../images/body_images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#footer_navigation {
	width:936px;
	height:auto;
	background-image:url(../images/body_images/footer_bg.jpg);
	background-repeat:no-repeat;
}
#footer_copyright {
	width:936px;
	min-height:88px;
	background-image:url(../images/body_images/footer_2_bg.jpg);
	background-repeat:no-repeat;
}
#footer_wrapper {
	width: 936px;
	min-height: 275px;
	background: #d9eeff;
}
#home_blog {
	width: 311px;
	height: 497px;
	margin: 0 0 0 10px;
	float:left;
	overflow:hidden;
}
#home_news {
	width: 321px;
	height: 497px;
	float:right;
	overflow:hidden;
}
#news_left {
	width:448px;
	height: 358px;
	padding: 5px;
	float: left;
}
#news_right {
	width:448px;
	height: 358px;
	padding: 5px;
	float: right;
}
