.container {width:950px; margin:0 auto; }

#header {height:210px; background:url(../images/header-bg.gif) left top repeat-x #fff; }
#header, #content, #extra-content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:302px; margin-right:22px;}
#page1 #content .col-2 {width:302px; margin-right:22px;}
#page1 #content .col-3 {width:302px;}
#page1 #extra-content .col-1 {width:464px; margin-right:22px;}
#page1 #extra-content .col-2 {width:464px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:302px; margin-right:22px;}
#page3 #content .col-2 {width:302px; margin-right:22px;}
#page3 #content .col-3 {width:302px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:302px; margin-right:22px;}
#page5 #content .col-2 {width:626px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:302px; margin-right:22px;}
#page6 #content .col-2 {width:302px; margin-right:22px;}
#page6 #content .col-3 {width:302px;}


/*==========styles for side===============*/
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.header_03 {
	clear: both;
	height: 35px;
	padding: 15px 0 0 20px;
	font-size: 18px;
	color: #ffffff;
	background: url(../images/side_title_bg.jpg) repeat-x;
}

#column_w300 {
	float: right;
	width: 298px;
	background: #efefef;
	border: 1px solid #e5e5e5;
}
.column_w300_section_01 {
	clear: both;
	padding: 20px 19px;
	background: url(../images/indented_divider.jpg) bottom repeat-x;
}
.news_content {
	float: right;
	width: 170px;
}
.news_content .service {
	font-size: 14px;
	font-weight:bold;
	color: #333;
}

.news_content p{
	line-height: 15px;
	font-size: 11px;
}
.even_color {
	background: #e0dfdf;
}
.news_image_wrapper {
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	background: #ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.news_image_wrapper img{
	width: 69px;
	height: 69px;
	border: 1px solid #9c9d85;
}



/*****************************************************styles for content**********************************************************/
#column_w530 {
	float: left;
	width: 610px;
	line-height: 20px;
	background: #ffffff;
	text-align:justify;
}



