.container {
	width:950px;
	margin:0 auto;
	
}

#header {
	height:175px;
	background:url(images/header-bg.gif) left top repeat-x #fff;
}
#header, #content, #extra-content, #footer {
	font-size:14px;
	line-height: normal;
}

.col-1, .col-2, .col-3 {
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 {
	width:626px;
	margin-right:22px;
	
}
#page1 #content .col-2 {width:302px; margin-right:22px;}
#page1 #content .col-3 {
	width:302px;
	
}
#page1 #extra-content .col-1 {width:464px; margin-right:22px;}
#page1 #extra-content .col-2 {width:464px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:302px; margin-right:22px;}
#page3 #content .col-2 {width:302px; margin-right:22px;}
#page3 #content .col-3 {width:302px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {
	width:262px;
	margin-left: 58px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #CCCCCC;
}
#page5 #content .col-2 {width:626px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:302px; margin-right:22px;}
#page6 #content .col-2 {width:302px; margin-right:22px;}
#page6 #content .col-3 {width:302px;}


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


#footer {background:url(images/footer-bg.gif) left top repeat-x #000000;}


#videoLayer {
	position:fixed;
	width:300px;
	height:300px;
	z-index:1;
	bottom: -0px;
	Right: 30px;
}
div#fixme-bottom {
position: fixed; 
bottom:-0px; 
Right: 30px;
z-index: 33;
}
div#fixme-top {
position: fixed; 
top:100px; 
Right: 0px;
z-index: 33;
}

