/* CSS Document */
#main {	
	width:980px; 
	margin:0 auto;
}

#header {height:414px;}
#footer { height:50px;}


.col-1, .col-2, .col-3{
	float:left;
	text-align:left;
}

.col-1{ width:250px;  }
.col-2{ width:600px;  }
.col-3{ width:870px; }
