* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	color: #cccccc;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
}
p {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #249abc;
}
a:hover {
	color: #9bd5ed;
}
h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #249abc;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.0em;
}
ul, ol {
	margin-left: 35px;
	margin-bottom: 10px;
}
#wrapper {
	width: 927px;
	height: 574px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width: 927px;
	height: 79px;
}
#banner img {
	border: none;
	margin-bottom: -3px;
}
#bannertop {
        width: 927px;
        height: 60px;
        display: block;
}
#bannerrotator {
        width: 600px;
        height: 60px;
}
#left-column {
	float: left;
	width: 514px;
	height: 495px;
}
#right-column {
	width: 413px;
	height: 495px;
	margin-left: 514px;
}
#top-left {
	width: 514px;
	height: 19px;
	display: block;
	background: transparent url(http://artefekz.net/assets/templates/artefekz/images/top-left.png) no-repeat;
}
#artist-image {
	width: 514px;
	height: 415px;
}
#music-player {
	width: 514px;
	height: 140px;
}
#navigation {
	width: 413px;
	height: 19px;
	text-align: right;
}
#navigation span {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
}
#navigation a {
	color: #ffffff;
}
#navigation a:hover {
	color: #9bd5ed;
}
.active {
	color: #249abc !important;
}
#content {
	width: 403px; /* -10 for padding*/
	height: 366px; /* -10 for padding*/
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
#content table td {
	padding: 3px;
}
#content li {
list-style-type: none;
}
#content li:before {
content: "+ ";
color: #249abc;
}
#bottom-right {
	width: 413px;
	height: 101px;
	background: transparent url(http://artefekz.net/assets/templates/artefekz/images/bottom-right.png) no-repeat;
	text-align: right;
	padding-top: 65px;
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}
#bottom-right a {
	color: #444444;
}
#bottom-right a:hover {
	color: #666666;
}
