body {
	background: orange url(/images/layout/bg.png);
	font-family: Arial, Sans-serif, Serif;
	font-size: 14px;
	margin: 0;
}

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

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

h1 {
	font-size: 18pt;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 14pt;
	margin: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

#logo a, #logo a:visited {
	font-size: 64px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#logo a:hover {
	color: #ff0;
}

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

#header {
	padding: 5px;
	height: 90px;
}

#logo, #searchbox {
	float: left;
}

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

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

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

.clear {
	clear: both;
}

#content {
	padding: 10px;
}

#colboxes {
	width: 1000px;
}

#colboxes ul {
	padding-left: 20px;
}

#colboxes .widebox {
	float: left;
	width: 300px;
	border: 10px solid #edf6ff;
	margin: 5px 5px 0 0;
	padding: 2px;
}

#colboxes .adbox {
	float: left;
	width: 330px;
	padding: 10px 0 0 10px;
}

ul.letterbox {
	margin: 7px 0;
	padding: 0 !important;
}

.letterbox li {
	display: inline;
}

.letterbox li a, .letterbox li a:visited {
	display: inline;
	border: 1px solid #000;
	padding: 2px 4px;
	margin-left: -2px;
	color: #000;
	text-decoration: none;
}

.letterbox li a:hover {
	display: inline;
	background-color: #06c;
	color: #fff;
}

.quote p, .author p {
	margin: 0;
}

.quote {
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 55px;
	min-height: 50px;
}

.threecolumns {
	width: 270px;
	height: 50px;
	overflow: hidden;
	float: left;
}

.author {
	background-image: url(/images/author.png);
	background-repeat: no-repeat;
	padding: 12px 0 0 55px;
	min-height: 50px;
}

.category {
	font-size: 8pt;
}

#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;
}


#home_container {
	width: 900px;
}

#home_info {
	padding-left: 50px;
}

#home_info h1 {
	float: left;
	text-align: left;
	font-size: 32px;
	font-family: Arial;
	color: rgb(0, 133, 195);
	text-transform: uppercase;
}

#home_info p {
	float: right;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

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

#top_songs {
	background: #fff url(/images/layout/rev_page_bg.png) bottom left repeat-x;
	clear: both;
	width: 870px;
	height: 230px;
	margin-left: 45px;
	border: 3px solid lightblue;
	padding: 5px 5px 0 5px;
}

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

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

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

.icon {
	vertical-align: middle;
	margin: 0 5px;
	border-style: none;
}
