@charset "UTF-8";
/* CSS Document */

#wrapper {
	height: auto;
	width: 1152px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#wrapper #promotions {
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover  {
	color: #FFCC33;
}
a  img      {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #main {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#wrapper #header {
	height: 225px;
	width: 900px;
	clear: both;
	float: left;
}
#wrapper #main #header #bird {
	position: relative;
	top: 40px;
}
#wrapper #main #header .menu {
	height: 15px;
	width: 900px;
	clear: both;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#wrapper #main #header .menu a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #main #header .menu a:hover {
	color: #FFCC00;
}
#wrapper #content {
	height: 600px;
	width: 900px;
	clear: both;
	float: left;
}
#wrapper #content .news {
	height: 600px;
	width: 160px;
	float: left;
	text-align: justify;
	padding-top: 0px;
}
#wrapper #main #content .news h1 {
	font-size: 18px;
	color: #FF9900;
	margin-bottom: 10px;
}
#wrapper #main #content .news h3 {
	font-size: 14px;
	color: #666666;
	text-align: left;
}
#wrapper #main #content .news hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #content .artists {
	height: 600px;
	width: 720px;
	float: right;
}
#wrapper #main #content .artists .artistthumb {
	height: 105px;
	width: 60px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#wrapper #main #content .artists .artistthumb img {
	height: 60px;
	width: 60px;
	margin-bottom: 5px;
}
#wrapper #main #content .artists .artistthumb a {
	color: #666666;
	text-decoration: none;
}
#wrapper #main #content .artists .artistthumb a:hover {
	color: #FF9900;
	text-decoration: none;
}
#wrapper #footer {
	height: 200px;
	width: 900px;
	float: left;
	clear: both;
	color: #333333;
}
#wrapper #main #footer a {
	color: #C7D73E;
}
#wrapper #main #footer h1 {
	font-size: 30px;
	color: #C7D73E;
	font-weight: bold;
}
#wrapper #main #footer .menu {
	height: 15px;
	width: 900px;
	clear: both;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#wrapper #main #footer .menu a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#wrapper #main #footer .menu a:hover {
	color: #FFCC00;
}
#wrapper #sidebar {
	float: left;
	height: 825px;
	width: 230px;
	margin-left: 20px;
	padding-top: 200px;
}

