@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #242424;
	font-size: 14px;
	line-height: 21px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#conatiner {
	width: 763px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3c413a;
	margin-top: 10%;
}

img {
	border: 0;
}
.sidebar {
	float: left;
	width: 294px;
	height: 304px;
}
.content {
	width: 441px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
	height: 300px;
	overflow: auto;
	padding-right: 8px;
}
.content2 {
	margin-left: 20px;
	float: left;
	font-size: 12px;
	height: 300px;
	margin-right: 20px;
	width: 663px;
	padding-left: 60px;
}
.footer {
	height: 13px;
	background-color: #3c413a;
	margin-top: 8px;
	font-size: 9px;
	color: #FFFFFF;
	line-height: normal;
	text-align: right;
	padding-right: 12px;
}
h1 {
	text-align: center;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 6px;
}
h2 {
	text-align: center;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 4px;
}
td {
	text-align: left;
	vertical-align: top;
}
.thumbnail {
	float: left;
	height: 120px;
	width: 120px;
	margin: 15px;
}
.music {
	margin-left: 0px;
	font-size: 12px;
	margin-right: 20px;
	width: 700px;
}
.videocontent2 {
	margin-left: auto;
	font-size: 12px;
	height: 330px;
	margin-right: auto;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.videocontent {
	margin-left: 20px;
	float: left;
	font-size: 12px;
	height: 300px;
	margin-right: 20px;
	width: 663px;
	padding-left: 70px;
}
.videocontent img {
	padding: 5px;
	margin-top: 25px;
}
.videocontent td {
	text-align: center;
}
.videocontent a {
	color: #242424;
}
