#site_center {text-align:center;}
#main {width:855px; margin:0 auto; text-align:left;}

#header {height:247px; background:url(images/bannerASLH3.jpg) left bottom repeat-x #967a67;}
#header, #content, #footer { font-size:0.69em;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:623px;}
#page1 #content .row_1 .col_2 { width:232px;}
#page1 #content .row_2 .col_1 { width:406px;}
#page1 #content .row_2 .col_2 { width:434px;}

#page1 #content .row_2 .col_1 .column1 { width:176px;}
#page1 #content .row_2 .col_1 .column2 { width:128px;}
#page1 #content .row_2 .col_2 .column1 { width:231px;}
#page1 #content .row_2 .col_2 .column2 { width:200px;}

/*======= index-1.html =======*/
#page2 #content .row_1 .col_1 {width:426px;}
#page2 #content .row_1 .col_2 { width:420px;}
#page2 #content .row_2 .col_1 { width:448px;}
#page2 #content .row_2 .col_2 { width:385px;}

#page2 #content .row_1 .col_2 .column1 { width:160px;}
#page2 #content .row_1 .col_2 .column2 { width:162px;}
#page2 #content .row_2 .column1 { width:156px;}
#page2 #content .row_2 .column2 { width:190px;}
#page2 #content .row_2 .col_2 .column2 { width:226px;}

/*======= index-2.html =======*/
#page3 #content .row_1 .col_1 {width:442px;}
#page3 #content .row_1 .col_2 { width:383px;}

/*======= index-3.html =======*/
#page4 #content .row_1 .col_1 {width:508px;}
#page4 #content .row_1 .col_2 { width:317px;}
#page4 #content .row_2 .col_1 { width:508px;}
#page4 #content .row_2 .col_2 { width:317px;}

#page4 #content .row_2 .column1 { width:156px;}
#page4 #content .row_2 .column2 { width:272px;}

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 {width:508px;}
#page5 #content .row_1 .col_2 { width:317px;}

#page5 #content .row_1 .col_1 .column1 { width:73px; text-align:right;}
#page5 #content .row_1 .col_1 .column2 { width:336px;}

/*======= index-5.html =======*/
#page6 #content .row_1 .col_1 {width:448px;}
#page6 #content .row_1 .col_2 { width:368px;}
#page6 #content .row_2 .col_1 { width:448px;}
#page6 #content .row_2 .col_2 { width:368px;}

#page6 #content .row_2 .col_1 .column1 { width:195px;}
#page6 #content .row_2 .col_1 .column2 { width:151px;}
#page6 #content .row_2 .col_2 .column1 { width:177px;}
#page6 #content .row_2 .col_2 .column2 { width:179px;}

/*======= index-6.html =======*/
#page7 #content .row_1 .col_1 {width:508px;}
#page7 #content .row_1 .col_2 { width:317px;}
#page7 #content .row_2 .col_1 { width:508px;}
#page7 #content .row_2 .col_2 { width:317px;}

#page7 #content .row_2 .column1 { width:204px;}
#page7 #content .row_2 .column2 { width:205px;}

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


#footer {height:79px;}

#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 5px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 40px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float:left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #ffffff;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
