/* Content related CSS */

/*************/
/* Frame */
/*************/
#welcome {
width:1000px;height:1000px;background-color:#000000;z-index:80;position:relative;
	}
	
#floater{
width:720px;height: 345px;position: absolute;top: 50%;left: 50%;margin-left: -360px;margin-top: -170px;z-index:90;
	}
	
#movie {
border:#666666 10px double; position: relative;width:720px;height:345px;margin:0px auto;z-index:100;
	}
	
#frame {
	width:920px; 
	padding:0px;
	margin:0px;
	position:absolute;
	top:0;
	left:0;
	}
	
#container {
	padding:0px;	
	margin:0px;
	min-width:890px;
	max-width:890px;
	}
	
/*************/
/* Head & Navigation */
/*************/

#head {
	height:60px;float:left;margin:10px 0px 5px 0px;
	}
	
#logo {
	width:350px;float:left;padding:0px 0px 0px 5px;background: url(../images/template/logo_bk.jpg);text-align:right;
	}
	
#nav {
	width:500px;float:right;text-align:right;margin:0px;padding:0px;
	}
	
#bar {
	margin:25px 0px 0px 0px; background-color:#333333; border-top:#999999 1px solid; border-bottom:#999999 1px solid;height:80px;
	}
	
#title {
	float:left;margin:0px;  
	}
	
#title h1{
	color:#ffffff;
	font-size:14px;
	padding:12px 30px 0px 50px;
	}
	
#image {
	float:right;
	border:#666666 1px solid;
	}
	
/*************/
/* Content */
/*************/
	
#content {
	padding:0px 0px 30px 25px;	
	margin:0px 0px 0px 25px;
	min-width:840px;
	max-width:840px;
	border-left:#333333 1px solid;
	}
	
#copy {
	width:175px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	}
	
.box {
	float:right;
	width:638px;
	height:270px;
	margin:0px;
	background-color:#333333;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#333333 1px solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 7px;
	}
	
.feature {
	width:20%;float:left;margin:20px 8px 0px 12px;border:#666666 1px solid;
	}
	
.feature p {
	padding:0 8px 0 8px;
	margin:3px;
	}	
	
#content .col1 {
	float:left;width:96%;margin:0px;padding:30px 15px 5px 0px;
	}
	
#content .col2 {
	float:left;width:46%;margin:0px;padding:30px 30px 5px 0px;
	}
	
/*************/
/* Footer */
/*************/
	
#footer {
	padding:5px 5px 10px 30px;background-color:#333333;border:#666666 1px solid;min-width:800px;max-width:855px;height:125px;
	}
	
#footer a {
	padding-right:5px;
	}
	
.col3 {
	margin:0px; padding:20px; width:28%; float:left; line-height:18px; letter-spacing:1px;
	}
	
.colred {
	margin:0px; padding:20px; width:28%; float:left; color:#CE2A31; line-height:18px; letter-spacing:1px;
	}
