/* 2.4 - Header / Image Container
------------------------------------------------------------*/

body {

	background-image: url(../images/innerbg.jpg);
	background-repeat:repeat-x;
	 }
	
#image_container {
	height: 260px;
	overflow: hidden;
}

#content {
	background-image:url(../images/contentinnerbg.jpg);
	padding-top:50px;
	}

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column_1 {
	width:602px;
	float:left;
	margin-left:0px!important;
	margin-right:20px;

}

*html #column_1 {
width:600px!important;

}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
		display:none;

 }


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {
		width:298px;
		float:left;
}




