#main {margin:0 auto; width:850px; text-align:left;}

#header, #content, #footer {width:100%}

.width {width:100%}

.min_width {min-width:850px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 850)? "850px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 850px.*/

.col_1, .col_2, .col_3, .column_1, .column_2, .column_3, .col_box_1, .col_box_2{ float:left;}

.block .column_1 {width:33%}
.block .column_2 {width:33%}
.block .column_3 {width:33%}

#content h1       { font-size: 1.6em; color: #a9d478;  clear: both; }
#content h2       { font-size: 1em; color: #a9d478; margin-top: 15px; border-bottom: 1px solid #CCCCCC; clear: both;}

/*======= index.html =======*/
#page1 #content .col_1{width:66%;}
#page1 #content .col_2{width:33%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:41%;}
#page2 #content .col_2{width:58%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:66%;}
#page3 #content .col_2{width:33%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:34%;}
#page4 #content .col_2{width:65%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:33%;}
#page5 #content .col_2{width:66%;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{width:38%;}
#page6 #content .col_2{width:61%;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{width:515px;}
#page7 #content .col_2{margin-left:515px; float:none}
/*=========================*/



#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #d3d3d3;
color:black;
}

#tablist li a:link, #tablist li a:visited{
color: black;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background:#FF9900;
color:black
}
