*{
	margin: 0px;
	padding: 0px;
}
aside, article, section, header, footer, nav {
	display: block;
}
article, div, h1, {
	margin: 0;
	padding:0;
}
 p {
	 padding-bottom:10px;
 }
body {
	/*background:#F0FCFF;*/
	font: 15px Arial, "Helvetica", Arial, sans-serif;
}
article {
	display:block;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	border: 0px solid green;
	width: 1200px;
	height: 1200px;
	padding-bottom:100px;
	margin: 15px auto;/*top right;*/
	background: #fff;		
}
#logo {
	display: -webkit-box;
	width:245px;
	height:174px;
	border-bottom: 0px solid #999;
	display: -webkit-box;
	margin-left: 8px;
	padding-top:15px;
	padding-bottom:10px;
}
a {
	font: 29px Arial, "Helvetica", Arial, sans-serif;
	text-decoration:none;
	color:#0084FE;
}
a > h2 {	
		color:#999;
}
a > h3 {	
		color:#999;
}
a:hover {
	font: 29px Arial, "Helvetica", Arial, sans-serif;
	text-decoration:none;
	color:#999;
}
#nav {
	border: 0px solid red;
	display: -webkit-box;
	padding-top:5px;
	width: 264px;
	-webkit-box-flex: 1;
	background:white;
}
#nav ul {
	list-style:none;	
	margin-left: 10px;	
}
#nav ul li h1 {
	font: 29px AppleSDGothicNeo-Light;
	text-align: left;
	line-height:36px;
	letter-spacing:0.39em;	
	padding-left:8px;
	border-bottom: 1px solid #999;
}
#nav ul li h2 {
	font: 29px AppleSDGothicNeo-Light;
	text-align: left;
	line-height:36px;
	letter-spacing:0.37em;	
	border-bottom: 1px solid #999;
	padding-top:6px;
	padding-left:3px;
	margin-left:4px;
}
#nav ul li h3 {
	font: 29px AppleSDGothicNeo-Light;
	text-align: left;
	line-height:36px;
	letter-spacing:0.37em;	
	border-bottom: 1px solid #999;
	padding-top:6px;
	padding-left:2px;
	margin-left:4px;
}
#nav ul li h4 {
	font: 29px AppleSDGothicNeo-Light;
	text-align: left;
	line-height:36px;
	letter-spacing:0.37em;	
	border-bottom: 1px solid #999;
	padding-top:6px;
	padding-left:2px;
	margin-left:4px;
}
@font-face {
	font-family: "AppleSDGothicNeo-Light";
	src: url(AppleSDGothicNeo-Light.otf);
}
#nav ul li {
	display: inline;
	list-style:none;
}
/**/#content {
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	border: 0px solid orange;
}
.one {
	display: block;
	float:left;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;/**/
	border: 0px solid blue;
	width: 640px;
	height: 1000px;
	padding-left: 155px;
	padding-right: 50px;
	padding-bottom:100px;
	text-align: justify;
	margin-bottom:10px;
}
.two {
	border: 0px solid red;
	float:right;
	display: -webkit-box;
	display:block;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;/**/
	width: 200px;
	height: 1200px;
	text-align: justify;
	margin-bottom:0px;
	padding-bottom:100px;
	-webkit-box-flex: 1;
	margin-left:0px;
}
#scrollbox {
	margin-top:10px;
	border: 0px solid red;
	width: 240px;
	max-height: 1100px;	
	display: -webkit-box;
	display:block;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	top: 0px;
	float:right;
	-webkit-box-flex: 0;
	overflow-y: auto; 
	
}
#video {
		border:red 0px solid;
		width: 640px;
		height: 480px;		
}
#video-standard {
	background-color:	 black;
}
#edgevideo {
		border:black 0px solid;
		width: 640px;/*604px  small*/
		height: 480px;/*464px small*/
		
}
.caption {
	display: block;
	font: 1.8em Arial, "Helvetica", Arial, sans-serif;
	color:#999;
	border:0px solid #666;
	margin-bottom:40px;
}
.footer {
	
	border-top: #E5F1FF thin solid;
	padding: 25px;
	display: -webkit-box;
	text-align:center;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-flex: 0;
	clear: both;
}
