body {
	padding: 0;
	margin: 0;
}

img {
	border:none;
}

#primary {
	font-family: arial;
	width: 940px;
	margin: 0px auto;
	background: #6C8CA3;
}

#header {
	color: #fff;
	float: right;
	margin: 0;
	font-size: 12px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: underline;
}

#branding {
	height: 160px;
	margin: 10px 0px 0px;
	clear:both;
}

.separator {
	font-weight: bold;
	font-size: 13px;
}

#menu {
	background: #6C8CA3;
	color: #fff;
}

#menu .item a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	float:left;
	width: 225px;
	height: 45px;
}

#menu .item a:hover {
	color: #fff;
	text-decoration: none;
	background: #41637D;
}

#menu .title {
	font-weight: bold;
	font-size: 12px;
}


#menu .text {
	font-size: 11px;
}

#main {
	/*padding: 10px;*/
	padding-top: 5px;
	/*height: 700px;*/
	clear:both;
	width: 940px;
	background: #E0E0E0;
}

#contents {
	float:left;
	width: 940px;
	background: #E0E0E0;
}

#browse {
	font-size: 12px;
	margin: 5px 0 10px 10px;
}

#browse .title {
	font-weight: bold;
}

#browse a {
	color: #6C8CA3;
	text-decoration: none;
	font-weight: bold;
}

#browse a:hover {
	color: #0066CC;
	text-decoration: underline;	
}

#video {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	width: 505px;
	background: #ccc;
}

#main_video {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 10px;
	width: 640px;
	background: #ccc;
}

#main_video .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#video_title {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 5px;
}

#recent_videos {
	padding: 5px;
	margin-right: 5px;
	float: left;
	width: 260px;
	height: 368px;
	background: #ccc;
}

#other_videos {
	padding: 5px;
	margin-right: 5px;
	float: left;
	width: 260px;
	height: 568px;
	background: #ccc;
}

#recent_videos_title {
	font-size: 12px;
	font-weight: bold;
	
}

#recent_videos_title .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#recent_videos .recent_video {
	padding: 5px 0;
	color: #000;
	font-size: 11px;
	clear: both;
}

#recent_videos .video_thumbnail {
	float: left;
}

#recent_videos .recent_video_text {
	float: left;
	padding: 0px 5px;
}

#recent_videos .recent_video .hr {
	clear: both;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
}

#other_videos .recent_video {
	padding: 5px 0;
	color: #000;
	font-size: 11px;
	clear: both;
}

#other_videos .video_thumbnail {
	float: left;
}

#other_videos .recent_video_text {
	float: left;
	padding: 0px 5px;
}

#other_videos .recent_video .hr {
	clear: both;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
}


#ads {
	float: right;
	background: #ccc;
	width: 140px;
}

#gallery {
	float:left;
	background: #ccc;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 0px 0px;
	
}

#songs{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
	width: 930px;
	float: left;
	background: #ccc;
}

#artist_songs {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 5px 0;
	background: #ccc;
	height: 470px;
	width: 770px;
}

#gallery .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#video .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#songs .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#artist_songs .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#artist_songs a {
	color: #6C8CA3;
	text-decoration: none;
}

#artist_songs a:hover {
	color: #6C8CA3;
	text-decoration: underline;
}

#artists {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	margin: 0 0 5px 0;
	background: #ccc;
	height: 470px;
	width: 770px;
}

#artists a {
	color: #6C8CA3;
	text-decoration: none;
}

#artists a:hover {
	color: #6C8CA3;
	text-decoration: underline;
}

.row {
	margin: 20px 0;
}

#artists .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#artists .row {
	margin: 10px 0;
}

#songs .song {
	float: left;
	margin: 0 20px 0 0; 
	font-size: 12px;
	font-weight: normal;
}

#artist_songs .song {
	float: left;
	margin: 0 60px 0 0; 
	font-size: 12px;
	font-weight: normal;
}

#artists .row .song {
	float: left;
	margin: 0 5px 0 0; 
	font-size: 12px;
	width: 300px;
	font-weight: normal;
}

.song a {
	color: #6C8CA3;
	text-decoration: none;
	font-weight: bold;
}

.song a:hover {
	color: #0066CC;
	text-decoration: underline;	
}

#contact {
	float: left;
	margin: 0px 5px 5px 10px;
	padding: 5px;
	width: 480px;
	background: #ccc;
	font-size: 12px;
	font-weight: normal;
}

#contact .hr {
	margin: 5px 0;
	border-bottom: 1px solid #000;
}

#contact table td {
	font-size: 12px;
	font-weight: normal;
}

.textInput {
	width: 200px;
}

.textComment {
	width: 250px;
}

#footer {
	clear:both;
	text-align: right;
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: #6C8CA3;
	margin: 10px;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
