#main {width:943px; margin:0 auto;}

#header {height:80px; position:relative;}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:547px; margin-right:31px;}
#page1 #content .col-2 { width:313px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:547px; margin-right:31px;}
#page2 #content .col-1 .col-1 { width:233px; margin-right:66px;}  
#page2 #content .col-1 .col-2 { width:233px;}  
#page2 #content .col-2 { width:313px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:313px; margin-right:31px;}
#page3 #content .col-2 {width:547px;}
#page3 #content .col-2 .col-1 { width:233px; margin-right:66px;}  
#page3 #content .col-2 .col-2 { width:233px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:547px; margin-right:31px;}
#page4 #content .col-1 .col-1 { width:233px; margin-right:66px;}  
#page4 #content .col-1 .col-2 { width:233px;}  
#page4 #content .col-2 { width:313px;}  

/*======= index-4.html =======*/
#page5 #content .col-1 { width:313px; margin-right:31px;}
#page5 #content .col-2 {width:547px;}
#page5 #content .col-2 .col-1 { width:233px; margin-right:66px;}  
#page5 #content .col-2 .col-2 { width:233px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:547px; margin-right:31px;}
#page6 #content .col-1 .col-1 { width:233px; margin-right:66px;}  
#page6 #content .col-1 .col-2 { width:233px;}  
#page6 #content .col-2 { width:313px;}  

/*======= index-5.html =======*/
#page7 #content .col-1 { width:313px; margin-right:31px;}
#page7 #content .col-2 {width:547px;}
#page7 #content .col-2 .row-1 .col-1 { width:233px; margin-right:66px;}  
#page7 #content .col-2 .row-1 .col-2 { width:233px;}
#page7 #content .col-2 .row-2 .col-1 { width:270px; margin-right:0;}  
#page7 #content .col-2 .row-2 .col-2 { width:274px;}


/*=========================*/

#footer {height:76px;}

.CollapsePanel
{
	width: 500px;
	height: 0px;
	background-color:white;
	overflow:hidden;
	padding:6px;
	
}

.CollapsePanelHeader
{
	width: 500px;
	height: 30px;
	background-image: URL(images/PanelBack.png);
	background-repeat:repeat-x;
	color: black;
	float: left;
	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
}




	
