html, body, table {
	font-family: verdana, helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1000px;
	/*border: 1px solid red;*/
}

#header {
	border-bottom: 2px solid #CCC;
	width: 1000px;
	height: 130px;
}


#header #logo {
	float:left;	
	margin: 33px 53px 30px 0;
}

#slideshow {
	height: 130px;
}

#navigation {
	/*border: 1px solid black;*/
	clear: both;
	width: 240px;
	_width: 250px;
	float: left;
	margin-left: 10px;
}

#navigation div {
	width: 180px;
	height: 48px;
	padding-top: 2px;
	border-top: 2px solid #906;
	text-align: right;
}

#navigation div a, .allartists {
	color: #C095AE;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

#navigation .newsletter {
	width: 155px;
	padding: 50px 0px 0 25px;
	border-top: none;
}

#bodie {
	/*border: 1px solid yellow;*/
	width: 750px;
	_width:730px;
	float: left;
}

#content {
	/*border: 1px solid blue;*/
	float: left;
	width:500px;
	_width:470px;
	margin-right: 40px;
	_margin-top: 10px;
}

#content a {
	color: #C095AE;
}


#contentdetail {
	/*border: 1px solid blue;*/
	float: left;
	width:750px;
	_width:700px;
	margin-right: 40px;
}

#contentdetail a {
	color: #CCC;
	text-decoration: none;
}

#contentdetail .firstname {
	font-size: 20px;
	color: #CCC;
}

#contentdetail .lastname {
	color: #906;
	font-size: 15px;
	text-transform: uppercase;
}

#contentdetail .allartists {
	margin-top: 20px;
	/*border:1px green solid;*/
}

#contentdetail .allartists a, #contentdetail .allartists span {
	color: #C095AE;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.title {
	color: #C095AE;
	font-size: 14px;
	padding: 0px;
}

.graytext {
	color: #CCC;
	font-size: 13px;
}

.purpletext {
	color: #C095AE;
	font-size: 13px;
	margin-left: 35px;
}

h2 {
	clear: both;
	color: #906;
	font-size: 14px;
}

/*.otherimgs {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 30px 0;
}*/

#contentdetail .otherimgs {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 30px 0;
	/*border:1px red solid;*/
}

#contentdetail .otherimgs img {
	width: 150px;
	height: 150px;
}

input {
font-size: 11px;
}

.button {
	background-color: #C095AE;
	padding: 2px 5px;
	border: 1px solid #CCC;
}

#contentdetail .button a {
	color: #906;
}

#artists {
	/*border: 1px solid pink;*/
	float: left;
	width: 190px;
	margin: 20px 10px 0 10px;
}

#artistsbox {
	background-color:#CCC;
	padding: 10px;
}


#artistsbox a {
	text-decoration: none;
}

.firstname {
	font-size: 15px;
	color: #000;
}

.lastname {
	color: #906;
	font-size: 12px;
	text-transform: uppercase;
}

.acquisition {clear: both;}