body {
	color: black;
	text-align: center;
	font : 12px Verdana, Sans-Serif;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffc
}

h1 {
	font : bold 20px verdana, sans-serif;
}

h2 {
	font : bold 14px verdana, sans-serif;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display : block;
}

nav {
	margin : 5px 0px;
}

article {
	background : #FFFBCC;
	border : 1px solid #999999;
	padding : 20px;
	margin-bottom : 15px;
}

article footer {
	text-align : right;
}

time {
	font : bold 8px verdana, sans-serif;
	color : #999999;
}

figcaption {
	font : italic 14px verdana, sans-serif;
}

#wrapper {
	width : 1024px;
	margin : 15px auto;
	text-align : left;
}

#main_header {
	background : #FFFBCC;
	border : lpx solid #999999;
	padding : 20px;
}

#main_menu {
	background : #CCCCCC;
	padding : 5px 15px;
}

#main_menu li {
	display : inline-block;
	list-style : none;
	padding : 10px;
	font : bold 14px verdana, sans-serif;
}

#main_section {
	float : left;
	width : 700px;
	margin : 0px;
}

#main_aside {
	float : left;
	width : 284px;
	margin : 0px 0px;
	padding : 20px;
	background : #CCCCCC;
}

#main_footer {
	font : bold 8px verdana, sans-serif;
	clear : both;
	text-align : center;
	padding : 20px;
	border-top : 2px solid #999999;
}

#player {
	width : 720px;
	margin : 20px auto;
	padding : 5px;
	background : #999999;
	border : 1px solid #666666;
	
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	border-radius : 5px;
}

#buttons {
	float : left;
	width : 85px;
	height : 20px;
}

#bar {
	position : relative;
	float : left;
	width : 600px;
	height : 16px;
	padding : 2px;
	border : 1px solid #CCCCCC;
	background : #EEEEEE;
}

#progress {
	position : absolute;
	width : 0px;
	height : 16px;
	background : rgba(0, 0, 150, .2);
}
