#main {margin:0 auto; width:780px; text-align:left; border-style: inset; border-color: white; border-width: 2px;}

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#header, #content {width:100%}
#footer {width:100%;
		text-align: right;
		}

/*======= index.html =======*/
#page1 #content .col_1{width:252px;}
#page1 #content .col_2{width: 472px;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .col_1{width:337px;}
#page2 #content .col_2{width:443px;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:302px;}
#page3 #content .col_2{width:478px;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:479px;}
#page4 #content .col_2{width:301px;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:302px;}
#page5 #content .col_2{width:478px;}
/*=========================*/

/*======= index-5.html =======*/
#page6 #content .col_1{width:479px;}
#page6 #content .col_2{width:301px;}
/*=========================*/

/*======= index-6.html =======*/
#page7 #content .col_1{width:237px;}
#page7 #content .col_2{width:256px;}
#page7 #content .col_3{width:287px;}
/*=========================*/

/*======= blog.html =======*/
#faq #content .col_1{width:252px;}
#faq #content .col_2{width: 780px;}
/*=========================*/



#flash_bar {
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-top-width: 3px;
	width: 100%;
	background-color: black;
	height: 75px;
	float: left;
	
	}