/* CSS Document */
#main {	
	width:100%; 
	margin:0 auto;
}

#header {height:466px;
background-image:url(images/headder_bg.jpg);
background-repeat:repeat-x;}
#footer { height:50px;background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;}


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

#page1 .col-1{ width:250px;  }
#page1 .col-2{ width:680px;  }

#page2 .col-1{ width:519px; }
#page2 .col-2{ width:290px; }

#page3 .col-1{ width:320px; }
#page3 .col-2{ width:320px; }
#page3 .col-3{ width:320px; }

#page4 .col-1{ width:250px; }
#page4 .col-2{ width:530px; }

#page5 .col-1{ width:300px; }
#page5 .col-2{ width:310px; }
#page5 .col-3{ width:300px; }

#page6 .col-1{ width:980px; }