#top {
	background-color: #3a3b36;
	width: 965px;
	text-align: right;
	color: #fff;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #eff0ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
}
	#top a.twitter {
		color: #fff;
		position: relative;
		top: -4px;
		left: -115px;
	}
	#top img {
		position: relative;
		left: -115px;
	}
	
	#top span.login {
		color: #fff;
		position: relative;
		top: -4px;
		left: -104px;
	}
		#top span.login a {
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: 0px;
			padding: 0px;
			color: #fff;
		}
#header {
	display: block;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	background-image: url("../img/bgheader.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #eff0ea;
	margin: 0px;
	width: 965px;
	height: 85px;
}
	#header td.right {
		text-align: left;
		padding: 8px;
	}
	#header td.right a {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #34352d;
		font-family: "Times New Roman", Times, serif;
	}
	#header td.right a:hover {
		text-decoration: none;
		color: #6e715e;
	}
	#header img.logo {
		margin: 3px;
	}

#menu {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #5e5f5a;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #eff0ea;
	list-style-type: none;
	width: 965px;
	margin: 0px;
	border-top: 1px solid #fff;
}
	#menu li {
		display: inline;
	}
	#menu a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 15px;
		text-decoration: none;
		font-family: "Times New Roman", Times, serif;
		border-right: 1px solid #fff;
	}
	#menu a:hover {
		background-color: #fff;
		color: #5e5f5a;
	}
	
#container {
	width: 965px;
	display: block;
}
	#container td.leftside {
		width: 168px;
		background-color: #fff;
		border-left: 1px solid #b4b4b4;
		border-right: 1px solid #dedede;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	#container td.body {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	#container td.rightside {
		width: 215px;
		background-color: #f5f6f1;
		border-left: 1px solid #f3f3f1;
		border-right: 1px solid #eff0ea;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	#container div {
		margin: 10px;
	}
	
#body {
	display: block;
	width: 965px;
}

td.body {
	width: 580px;
}

#link {
	width: 550px;
	padding: 5px;
	border-top: 1px dashed #ccc;
	height: 55px;
}
#link:hover {
	background-color: #f5f6f1;
}
	#link a.link {
		font-size: 14px;
		color: #000033;
		font-weight: bold;
		display: block;
		margin: 1px;
		padding: 2px;
	}
	#link img {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 10px;
		padding: 1px;
		border: 1px solid #ccc;
	}
	#link span {
		display: block;
		font-style: italic;
		color: #333333;
	}

#beats {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
	#beats li {
		margin-top: 5px;
		margin-bottom: 5px;
		width: 90%;
		padding-left: 7px;
	}
	#beats a {
		font-size: 14px;
		text-decoration: none;
		display: block;
		width: 90%;
		padding: 4px;
		border-left: 4px solid #5e5f5a;
		padding-left: 8px;
	}
	#beats a:hover {
		background-color: #f5f6f1;
		border-left: 4px solid #ccc;
	}
	
span.more_beats {
	font-size: 14px;
	margin-top: 4px;
	font-style: italic;
	float: right;
	margin-right: 44px;
}

img.video_thumbnail {
	padding: 2px;
	border: 1px solid #666666;
}

#footer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #3a3a3a;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #eff0ea;
	color: #fff;
	font-size: 11px;
	width: 965px;
	margin: 0px;
}
	#footer a {
		color: #fff;
		font-weight: bold;
	}