#main {width:1000px; margin:0 auto; position:relative;}

#header {height:359px; background:url(images/header-bg.jpg) no-repeat left top;}
#header, #content, #footer { font-size:0.75em;}

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

/*======= index.html =======*/
#page1 #content .col-1 {width:280px; float: left;}
#page1 #content .col-2 {width:560px; padding-left: 80px; float: right; margin-right: -150px;}

/*======= service.html =======*/
#page2 #content .col-1 {width:210px;}
#page2 #content .col-2 {width:210px; margin-left:25px;}
#page2 #content .col-3 {width:210px;margin-left:25px;}
#page2 #content .col-4 {width:210px;margin-left:25px;}

/*======= tutoring.html =======*/
#page3 #content .col-1 {width:420px;}
#page3 #content .col-2 {width:420px;}

/*======= webdesign.html =======*/
#page4 #content .col-1 {width:400px;}
#page4 #content .col-2 {width:400px; margin-left: 90px;}


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


#footer {height:90px; background:url(images/footer-bg.jpg) no-repeat left top;}