#main {margin:0 auto; width:766px; text-align:left;}

#header, #content, #footer {width:705px}

.col_1, .col_2, .col_3, .col_4, .col_box_1, .col_box_2, .col_box_3, .col_box_5, .col_box_6, .col_box_7, .col_box_8{ float:left;}


/*======= index.html =======*/
#page1 #content .col_1{width:190px;}
#page1 #content .col_2{width:325px;}
#page1 #content .col_3{width:190px;}
#page1 #content .col_4{width:515px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:515px;}
#page2 #content .col_2{width:190px;}
/*=========================*/

#dropmenudiv{
position:absolute;
border:1px solid #CCC;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #9EDD12;
}

.sublink{
	color:#AC0E0D;
}