#main { 
	width:955px; 
	margin:0 auto;
}
#header { 
	height:241px;
	position:relative;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content { padding:330px 0 11px 0;}
#page1 #content .col-1 { width:280px; margin-right:36px;}
#page1 #content .col-2 { width:358px; margin-right:27px;}
#page1 #content .col-3 { width:254px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:288px; margin-right:56px;}
#page2 #content .col-2 { width:308px; margin-right:27px;}
#page2 #content .col-3 { width:250px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:406px; margin-right:20px;}
#page3 #content .col-2 { width:308px;}

#page3 #content2 .col-1 { width:406px; margin-right:20px;}
#page3 #content2 .col-2 { width:406px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:288px; margin-right:56px;}
#page4 #content .col-2 { width:611px;}

#page4 #content2 .col-1 { width:288px; margin-right:56px;}
#page4 #content2 .col-2 { width:611px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:288px; margin-right:56px;}
#page5 #content .col-2 { width:308px; margin-right:27px;}
#page5 #content .col-3 { width:250px;}

#page5 #content2 .col-1 { width:288px; margin-right:56px;}
#page5 #content2 .col-2 { width:308px; margin-right:27px;}
#page5 #content2 .col-3 { width:250px;}

#page5 #content2 .gray-left {
	float:left; 
	width:440px; 
	height:250px; 
	background-color:#4a4a48; 
	padding:7px; 
	padding-bottom:3px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 3px;
}

.gray-right {
	float:right; 
	width:440px; 
	height:250px; 
	background-color:#4a4a48; 
	padding:7px; 
	padding-bottom:3px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 3px;
	
}

.template-box {
	background-color:#fff;
	width:715px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	
	
}

.template-wrapper {
	width:765px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
/*=========================*/


#footer { 
	height:95px;
	border-top:1px solid #4a4a48;
}
