article, footer, header, nav, section, video { 
	display:block;
	font-family:courier;
	color:#FFF;
	text-decoration:none;
} 

header {
	background-image:url(images/bg.gif);
	background-repeat:no-repeat; 
	background-position:bottom;
	height: 250px;
	margin-bottom:0px;
	background-color: #FFFFFF;
	margin:
} 	
	
body {  
	margin:0;  
	padding:0;  
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	background-color:000;
} 	
	
container {  
	width: 90%; 
	padding:10px;  
	margin: 0 auto;  
	text-align:left;  
	margin-top: 20px;  
	margin-bottom: 20px; 
	border:5px solid #000000;  
	background-color: yellow;
	-moz-border-radius: 20px 20px 20px 20px;  
	-webkit-border-radius: 20px 20px 20px 20px;  
	border-radius: 20px 20px 20px 20px;
} 

nav {
	overflow: hidden;
	background-color: #000000;
	width: 100%;
	margin: 0 0 0 0;
	color: white;
}

nav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

nav a:hover {
	background: #FF0000;
	color: black;
}

	#content {  
	display: table;
	width:100%;  
	border-top: 1px solid #000; 
}
	
section {  
	display:table-cell;  
	width:70%;    
	padding:10px;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 10px 10px 10px 10px; 
	border: 5px solid #FFF;
	color:#FFF;
} 
	
article {  
	padding:0 20 0 0;
	display :table-cell;
	width:30%;
	background-color:black;  
	color:white;  
	font-size:14px;  
	margin:0px;   
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 10px 10px 10px 10px; 
	border: 5px solid #FFF;
}

footer {
	height:30px;  
	padding:0px;  
	text-align:center;  
	font-size: small;  
	background-color:#000;  
	-moz-border-radius:  10px 10px 10px 10px;  
	-webkit-border-radius: 10px 10px 10px 10px;  
	border-radius:  10px 10px 10px 10px; 
	border: 5px solid #000;
}