#main {width:100%; height:100%; margin:20 auto; position:relative; padding-bottom:20px;}

#header {overflow:hidden;}
#header, #content, #footer {
	font-size:0.73em;
}

.content {
	margin-right:5px;
	width: 100%;
}
.aside {
	width:240px;
	float:left;
}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .content .col-1 {width:339px; margin-right:5px;}
#page1 #content .content .col-2 { width:339px;}

/*======= index-1.html =======*/
#page2 #content .content .col-1 {width:339px; margin-right:5px;}
#page2 #content .content .col-2 { width:339px;}

/*=========================*/

#archive #content .content .col-1 {
	width:190px;
}
#archive #content .content .col-2 {
	width:500px;
}
#archive #content .content {
	width:690px;
}

#page1 #container .container .leftcolumn {width:225px; margin-left:10px; margin-right:10px; float:left;}
#page1 .player {
	width:440px;
	float: left;
	height: 268px;
}
#page1 .history {
	width:350px;
	height: 280px;
	float: left;
}

