#main {width:1000px; margin:0 auto;}

#header {height:127px; background:url(images/header-bg.gif) no-repeat left bottom; overflow:hidden;}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#index #content .col-1 {width:300px}
#index #content .col-2 {width:400px}

/*======= main.html =======*/
#main #content .col-1 {width:371px; margin-right:61px;}
#main #content .col-2 { width:378px;}

/*======= products.html =======*/
#products #content .col-1 {width:229px; margin-right:73px;}
#products #content .col-2 { width:504px;}
#products #content .col-2 .col-1 { width:203px; margin-right:0;}
#products #content .col-2 .col-2 { width:280px;}

/*======= solutions.html =======*/
#solutions #content .col-1 {width:375px; margin-right:77px;}
#solutions #content .col-2 { width:358px;}

/*======= support.html =======*/
#support #content .col-1 {width:480px; margin-right:83px;}
#support #content .col-1 .col-1 { width:203px; margin-right:0;}
#support #content .col-1 .col-2 { width:280px;}
#support #content .col-2 { width:244px;}

/*======= contact.html =======*/
#contact #content .col-1 {width:229px; margin-right:83px;}
#contact #content .col-2 { width:495px;}
#contact #content .col-2 .col-1 { width:260px; margin-right:0;}
#contact #content .col-2 .col-2 { width:235px; margin-right:0;}


/*=========================*/


#footer {height:133px; background:url(images/footer-bg.gif) no-repeat left top;}
