a img {
	border: 0;
}
body {
	background-color: black;
	color: #9d9c9b;
	margin: 0;
	font-family: Arial;
	font-size: 12;
	background-image: url(../img/cntback.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#site {
	width: 908;
	float: center;
	text-align: center;
}
#header {
	width: 908;
	height: 200;
	background-image: url(../img/header.jpg);
	text-align: left;
}
#headerindex {
	width: 908;
	height: 211;
	background-image: url(../img/header.jpg);
	text-align: left;
}
#header .picture {
	float: left;
}
#header .photo {
	float: right;
	background-image: url(../img/fotoback.jpg);
	position: relative;
	top: 14;
	left: -20;
	width: 462;
	height: 163;
}
#header .photo .file {
	border: 1px solid #735b2b;
	width: 450;
	height: 130;
	margin: 4 4 0 5;
}
#header .photo .text {
	border1: 1px solid black;
	margin-left: 10;
	width: 440;
	height: 25;
	padding-top: 5;
	text-align: right;
	color: #e9e3d7;
}
#menu {
	width: 908;
	height: 40;
	background-image: url(../img/menu.gif);
	text-align: left;
}
#menuindex {
	width: 908;
	height: 29;
	background-image: url(../img/menuindex.gif);
	text-align: left;
}
#menu .space, #menuindex .space, #bottom .space {
	float: left;
	width: 23;
	height: 10;
}
#bottom .item {
	float: left;
	position: relative;
	top: 17;
	padding-right: 16;
	font-family: Arial;
	font-size: 12;
}
#menu .item {
	float: left;
	position: relative;
	top: 10;
	padding-right: 16;
	font-weight: bold;
	font-family: Arial;
	font-size: 15;
}
#menuindex .item {
	float: left;
	position: relative;
	top: 0;
	padding-right: 16;
	font-weight: bold;
	font-family: Arial;
	font-size: 15;
}
#menu .item a, #menuindex .item a, #bottom .item a {
	text-decoration: none;
	color: #adb6b7;
}
#menu .item .selected, #menuindex .item .selected, #bottom .item .selected {
	text-decoration: none;
	//text-decoration: underline;
	color: #adb6b7;
	border-bottom: 2px solid #5f6363;
}
#menu .item a:hover, #menuindex .item a:hover, #bottom .item a:hover {
	text-decoration: none;
	//text-decoration: underline;
	color: #adb6b7;
	border-bottom: 2px solid #8d9393;
}
#logo {
	padding-left: 4;
}
#content {
	width: 908;
	text-align: left;
}
#content .wrapper {
	float: left;
	margin-left: 4;
	width: 900;
}
#content .wrapper .left {
	float: left;
	width: 680;
	min-height: 500;
	//height: 500;
	background-image: url(../img/cntback1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content .wrapper .right {
	float: left;
	width: 220;
	min-height: 500;
	//height: 500;
	background-image: url(../img/cntback2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content .wrapper .left .in, #content .wrapper .right .in {
	padding: 40 10 10 10;
}
#bottom {
	width: 908;
	height: 69;
	background-image: url(../img/bottom.gif);
	text-align: left;
}
#bottom .copyright {
	float: right;
	position: relative;
	top: 17;
	padding-right: 20;
}
#bottom .devby {
	float: right;
	position: relative;
	top: 10;
	padding-right: 15;
}
.hphones {
	float: left;
	padding-left: 10;
}
.tracks {
	float: left;
	padding-left: 10;
	width: 158;
}

.tracks div {
	float: left;
	width: 150;
	background-image: url(../img/dnldtrack.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.tracks div a {
	color: #cfcecd;
	text-decoration: none;
}
.tracks div a:hover {
	color: #cfcecd;
	text-decoration: underline;
}
a.backref {
	text-decoration: none;
	color: #cfcecd;
	font-weight: bold;
	padding-left: 15;
	background-image: url(../img/back.gif);
	background-position: left;
	background-repeat: no-repeat;
}
a.backref:hover {
	text-decoration: underline;
	color: #cfcecd;
	font-weight: bold;
	padding-left: 15;
	background-image: url(../img/back.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.bottombanners a {
	color: #cfcecd;
	text-decoration: none;
	font-weight: normal;
}

.bottombanners a:hover {
	color: #cfcecd;
	text-decoration: underline;
	font-weight: normal;
}