#main {width:100%; min-width:900px;}

/*----!!!-----*/
#main-width { width:100%; margin:0 auto;}
/*----!!!-----*/

.sidebar { float:left; width:238px;}
.center { padding-left:238px;}

#header {height:164px; no-repeat center top;}
#header, #content, #footer { font-size:0.8125em;}

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

/*======= index.html =======*/
#page1 #content .center .col-1 { float:none; padding-right:238px}
#page1 #content .center .col-2 { float:right; width:238px;}

/*======= index-1.html =======*/
#page2 #content .center .col-1 { float:none; padding-right:238px}
#page2 #content .center .col-2 { float:right; width:238px;}
#page2 #content .center .block .col-1 { float:left; width:69%; padding:0;}
#page2 #content .center .block .col-2 { float:left; width:30%}


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


#footer { padding:15px 0 15px 0; font-size:.69em;}

.navigation {
       color: #666; 
       margin: 15px 0 15px 0;
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
       text-decoration: none; 
       color: #636363; 
       background: #F9F9F9; 
       border: 1px solid #E6E6E6; 
       padding: 2px 5px;
}
.navigation a:hover {
       background: #799AE3; 
       color: #fff; 
       border-color: #E6E6E6;
}
.navigation span {
       text-decoration: none; 
       background: #799AE3; 
       padding: 2px 5px; 
       border: 1px solid #E6E6E6;
       color: #FFFFFF;
}
