#site_center {text-align:center;}
#main { width:950px; margin:0 auto; text-align:left;}

#header {padding:0 15px 0 17px; background:url(/images/top_bg.gif) top right no-repeat;}


#footer { height:31px;}

.column1, .column2, .column3, .indent_column, .col1, .col2, .col3, .ind_col {float:left; padding:0px;}
.columns3, .columns2, .columns1 {width:100%; margin-top:15px; padding-bottom:15px;}

/* ============================= columns ===========================*/

.columns3 .column1 {width:/*254px*/31%; background:url(/images/ver_line.gif) right repeat-y;}
.columns3 .column2 {width:/*239px*/31%; background:url(/images/ver_line.gif) right repeat-y; padding-left:18px;}
.columns3 .column3 {width:/*255px*/31%; padding-left:18px;}

.columns2 .column1 {width:/*254px*/48%; background:url(/images/ver_line.gif) right repeat-y; }
.columns2 .column2 {width:/*239px*/48%; padding-left:18px; padding-left:18px;}

.columns1 .column1 {width:/*254px*/100%; }

.column_content{
	text-align:left;	
	position:relative;
	padding:5px;
}

.column_content h1{
	font-size: 1.5em;
	color:#1c9ed5;
	margin-bottom:12px;
}

.column_content h2{
	font-size: 1em;
	color:#1c9ed5;
	margin-bottom:12px;
	margin-bottom:1px;
	font-weight:bold;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.columns3:after, .columns2:after, .columns1:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.columns3, .columns2, .columns1{display: inline-block;}

/* Hides from IE-mac \*/
* html .columns3, *html .columns2, *html .columns1{height: 1%;}
.columns3, .columns2, .columns1{display: block;}
/* End hide from IE-mac */ 