
#main {
	width:1000px;
	margin:0 auto;
}

#top-header-left{
	position:absolute;	
	top:0;
	left: 0;
	width:50%; height:144px;
	background: #ff9d33 100% 0;
}
#top-header-right{
	position:absolute;	
	top:0;
	right: 0;
	margin-left:998px;
	width:50%; height:144px;
	background: #6f3415  100% 0;
}


#top-header-img{
	margin:0;
	padding:0;
	position:absolute;
	float:left;
	top:0;
	width:998px;
	height:144px;

	/*background: url('../img/header.jpg') no-repeat #ff9d33 100% 0;*/
	
}


#left_content {
	margin-top: 0px;
	width: 360px;
	height:390px;
	float:left;
	text-align: right;
	margin-right:0px;
	position: relative;
}
#leftcopy{
	margin-top: 0px;
	height:390px;
	float:left;
	text-align: right;
	margin-right:0px;
	background: #2165a1;
}

#leftcopy h1{
	font-weight: 600; 
	font-size: 43px;
	color: #fff;
	margin-bottom: 5px;
	margin-left:10px;
	letter-spacing: -1px;
	line-height: 1;
	text-align:left;
	margin-top: 45px;

}

#leftcopy h2{
	font-weight: 600; 
	font-size: 35px;
	color: #fff;
	margin-bottom: 5px;
	margin-left:0px;
	letter-spacing: -1px;
	line-height: 1.1;
	text-align:left;
	margin-top: 45px;
padding-right: 20px;
}



#content{
	margin-top: 0px;
	width: 640px;
	float:left;
	position: relative;

}
#content #video{
	width:640px;
	height:auto;
	background: #ea6f00  100% 0;


}

#content div.video2{
	width:640px;
	height:390px;
	background-image: url('../img/v2D.jpg');
background-repeat: no-repeat;
display: block;
}

div.video2 p {color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    padding: 40px 80px 0 40px;
    width: 50%;}

#bottomCopy{
	width:998px;
	top:0;
	left: 0;
	margin:0 auto;
	font-size: 13px;
	color: #999;
	line-height:1.4em;
}
#bottomCopy span{
	color: #eb6e00;
}

#bottomCopy h1{
	font-size: 32px;
	color: #838383;
	letter-spacing: -1px;
}


#bottomCopy  p a{
	font-weight: 500; 
	font-size: 14px;
	color: #ff9d33;
	margin-left:0px;
	text-align:left;
	margin-bottom: 0px;
	margin-top:5px;
	text-decoration: none;
	float:left;
	display: block;
	
}


#bottomCopy  p a:hover{
	color: #888787;
}



#leftColumn{
	width:450px;
	margin-top:10px;
	float:left;
padding: 0 50px 0 0;
}

#rightColumn{
	width:450px;
	margin-top:10px;
	margin-left:50px;
	float:left;	

}



#left-back{
	top:0;
	left: 0;
	width:50%; height:390px;
	background:  #2165a1 100% 0;

}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	nav li{
	     margin-right:21px;
	}
	#footer{
		font-size: 7px;
		letter-spacing: -1px;
	}
	#top{
		margin:10px;
	}
	
    #bottomCopy{
    	margin:10px;
    }
     #left_content{
    	/*margin-left:8px;*/
    }

}

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {
	nav li{
	     margin-right:23px;
	}

	#top{
		margin:10px;
	}
	
    #bottomCopy{
    	margin:10px;
    }
     #left_content{
    	margin-left:20px;
		width: 330px;
    }
	
    
}

