#main {width:980px; text-align:left;}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{
	float:left;
	width: 100%;
}

#header {
	width:980px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}

#content{
	
	background-image: url(images/content.jpg);
}

#footer {
	width:980px;
	background-repeat: no-repeat;
	text-align: left;
}




#content .col_1{
	width:246px;
	padding-right: 30px;
}
#content .col_2{
	width:360px;
}
