body {
    background: url(../img/bg.png) #fff repeat-x;
    font-size: 12px;
    line-height: 1.5em;
	color:#444444;
	font-family: Arial, Helvetica, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "MS Trebuchet";
	padding:50px 0 0 0;
}

#wrapper {
    width: 967px;
    margin: 0 auto;
}
#topFade {
	background:url(../img/topFade.png) no-repeat;
	height:7px;
	width:967px;
	font-size:0;
	line-height:0;
}
#bottomFade {
	background:url(../img/bottomfade.png) no-repeat;
	height:7px;
	width:967px;
	font-size:0;
	line-height:0;
}
#content {
	background:url(../img/mainBg.png) repeat-y;
	padding:0 7px;
}
#navigation {
	width:904px;
	height:46px;
	margin:10px auto 0;
	background:url(../img/menuBg.png) no-repeat
}
	#navigation ul {
		margin:0;
		padding:0 0 0 8px;
	}
		#navigation ul li {
			margin:0;
			padding:0;
			float:left;
			list-style:none;
		}
			#navigation ul li a {
				float:left;
				display:block;
				padding:0 22px 0 11px;
				line-height:45px;
				font-size:1.3em;
				text-transform:uppercase;
				height:44px;
				color:#444;
				background:url(../img/menuItemRight.png) right no-repeat;
			}
			#navigation ul li a.last {
				background:none;
				padding:0 0 0 13px;
			}
			#navigation ul li a:hover, #navigation ul li.active a {
				color:#e2001a;
			}
#mainFrame {
	margin:20px 26px 0;
	padding:0 0 20px 0;
}	
	#mainFrame #mainLeft {
		width:588px;
		float:left;
	}
	#mainFrame #mainRight {
		width:290px;
		margin:2px 0 0 0;
		float:right;
	}
			#mainFrame #mainLeft #main_pic {
				background:url(../img/main_pic_bg.png);
				width:593px;
				height:234px;
				margin:0 0 24px 0;
			}
				#mainFrame #mainLeft #main_pic img {
					margin:11px 0 0 11px;
				}
		#mainFrame #mainLeft .column  { 
			margin:0 0 0 0;
		}
		#mainFrame #mainLeft h1 {
			margin:0 0 0 0;
		}
#footer {
	margin:10px auto 0;
	height:46px;
	line-height:46px;
	font-size:0.8em;
	text-align:center;
	background:url(../img/footer_bg.png) no-repeat;
	width:904px;
	clear:left;
}

/*CONTENT STYLING*/
	.box_wrap {
		margin:0 0 22px 0;
		width:274px;
		float:right;
	}
		.box_wrap .box_top {
			background:url(../img/box_top.png) no-repeat;
			font-size:0;
			line-height:0;
			height:7px;
			width:274px;
		}
		.box_wrap .box_middle {
			background:url(../img/box_loop.png) repeat-y;
			width:274px;
		}
			.box_wrap .box_middle .box_content {
				width:234px;
				margin:0  auto;
				padding:8px 0 0 0;
			}
			.box_wrap .box_middle .box_content .news_image {
				background:url(../img/news_pic_bg.png) no-repeat;
				width:234px;
				height:92px;
			}
				.box_wrap .box_middle .box_content .news_image img {
					margin: 7px 0 0 7px;
				}
			.box_wrap .box_middle .box_content .news_header {
				font-weight:bold;
				margin:8px 0;
				color:#e2001a;
			}
				.box_wrap .box_middle .box_content .news_header a {
					color:#e2001a;
					font-size:1.1em;
				}
			.box_wrap .box_middle .box_content .news_link a {
				color:#e2001a;
			}

		.box_wrap .box_bottom {
			background:url(../img/box_bottom.png) no-repeat;
			font-size:0;
			line-height:0;
			height:29px;
			width:274px;
		}
		.box_wrap h2 {
			margin:0 0 12px 0;
		}
		.box_wrap h2 span{
			display:none;

		}

.news_box2 {
	border-bottom: 1px solid #eee;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
	.news_box2 .news_image {
		float: left;
		margin: 0 20px 0 0;
		width: 220px;
	}
	.news_box2 .right {
		width: 350px;
		float: right;
	}
		.news_letter {

		}
			.news_letter select, {

			}
			.news_letter input {
				float:left;
				background:none;
				border:1px solid #ccc;
				height:16px;
				padding:2px 0 0 2px;
				width:227px;
				margin:0 0 10px 0;
			}
			.news_letter #submit_btn {
				width:50px;
				background:url(../img/submit_btn.png) no-repeat;
				height:18px;
				border:0;
				cursor:pointer;
			}
			.news_letter label {
				width:50px;
				font-weight:bold;
			}
#bottomFade {
	background:url(../img/bottomfade.png) no-repeat;
	height:7px;
	width:967px;
	font-size:0;
	line-height:0;
}

/* global styles */
.float_left {
    float: left;
}
.float_right {
    float: right;
}

h1 {
	line-height:1.6em;
	font-size:1.8em;
	font-weight:bold;
}

h2 {
	line-height:1.4em;
	font-size:1.4em;
	font-weight:bold;
}

a {
	color:#0046ae;
}
