body {
	background-image: url(/images/layout/page_bg.gif);
	font-family: Arial, Sans-serif, Serif;
	font-size: 16px;
	margin: 0;
}

td, th {
	font-size: 16px;
}

a, a:visited {
	color: #06c;
}

a:hover {
	text-decoration: none;
	font-size: 16px;
}

img {
	border-style: none;
}

h1 {
	font-size: 22px;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

.sidebar {
	float: right;
	width: 300px;
}

.sidebar .toplist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .toplist a, .sidebar .toplist a:visited {
	font-size: 10px;
}

.morevideos {
	width: 700px;
}

#page {
	background: #fff url(/images/layout/page_bg.png) top left repeat-x;
	margin: 5px auto;
	width: 1000px;
	border: 5px solid #222;
}

#header {
	padding: 5px;
}

#logo, #searchbox {
	float: left;
}

#searchbox {
	margin-left: 50px;
	margin-top: 40px;
}

#searchbox button {
	font-size: 16px;
	height: 32px;
	width: 150px;
	margin-left: 3px;
}

#searchbox .inputbox {
	width: 300px;
	font-size: 18px;
}

.clear {
	clear: both;
}

#content {
	padding: 10px;
}

#footer {
	color: #fff;
	margin: 0;
	padding: 10px;
	background: #fff url(/images/layout/footer_bg.png) bottom left repeat-x;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer p {
	margin: 0;
}

.small {
	font-size: 10px;
}

.price_table {
	border-collapse: collapse;
}

.price_table td, .price_table th {
	text-align: center;
	width: 100px;
	height: 50px;
	border: 1px solid #000;
	font-size: 16px;
}

.price_table th {
	border-top-style: none;
}

.price_table .left {
	border-left-style: none;
}

.price_table .right {
	border-right-style: none;
}

.price_table .price {
	background-color: lightblue;
}

#home_container {
	width: 1000px;
	height: 500px;
	margin-left: -15px;
}

#home_info {
	float: right;
	width: 460px;
	height: 500px;
	background: url(/images/layout/girl_headphones.png) top right no-repeat;
	position: relative;
}

#home_info h1 {
	position: absolute;
	text-align: left;
	left: 20px;
	top: -10px;
	font-size: 32px;
	width: 200px;
	font-family: Arial;
	color: rgb(0, 133, 195);
	text-transform: uppercase;
}

#home_info p {
	position: absolute;
	text-align: left;
	left: 20px;
	top: 300px;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
}

#home_info div {
	position: absolute;
	right: 20px;
	bottom: 50px;
	width: 400px;
	height: 20px;
	background-color: #000;
}

#disqus_thread {
	clear: both;
	margin-top: 10px;
}

#top_songs {
	float: right;
	width: 522px;
	height: 500px;
}

#top_songs .song_box {
	float: left;
	width: 174px;
	height: 250px;
	text-align: center;
}

#top_data {
	width: 900px;
	margin: 20px auto;
}

#top_data .col {
	width: 450px;
	float: left;
}
