#main {
	width:980px;

	background-image: url(bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-color: #55A0C7;
	
}

#header {}
#header, #content, #footer { font-size:0.75em;}
#header .col-1 { width:310px;}
#header .col-2 { width:600px;}

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

/*======= index.html =======*/
#page1 #content .col-1 {width:261px; margin-right:18px;}
#page1 #content .col-2 { width:599px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:261px; margin-right:18px;}
#page2 #content .col-2 { width:599px;}
#page2 #content .col-2 .col-1 { width:236px; margin-right:44px;}
#page2 #content .col-2 .col-2 { width:238px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:261px; margin-right:18px;}
#page3 #content .col-2 { width:599px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:261px; margin-right:18px;}
#page4 #content .col-2 { width:599px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:261px; margin-right:18px;}
#page5 #content .col-2 { width:599px;}


/*=========================*/


#footer {}

.phone {
	color: #FFF;
	float: right;
	font-size: 26px;
	margin-top: 5px;
	margin-right: 5px;
	}

