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

* {
	padding:0;
	margin:0;
}
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666;
}

a {
	text-decoration:none;
	color:#662D91;
}
.clear {
	clear:both;
}
.color {
	color:#662D91;
}
.colorBack {
	background-color:#808080;
	color:#fff;
	font-size:14px;
}
.colorBackHeding {
	color:#662D91;
	font-size:12px;
	display:inline;
	font-weight:bold;
	font-family:Verdana,Geneva, Sans-Serif;
}
h3 {
	background-color:#808080;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-top:14px;
	margin-bottom:14px;
}
p {
	margin-top:14px;
	margin-bottom:14px;
}
h1 {
	font-size:26px;
	line-height:24px;
	color:#662D91;
	/*font-weight:normal;*/
	font-weight:300;
	margin-bottom:16px;
}
.big {
	font-size:26px;
	line-height:24px;
	color:#662D91;
	/*font-weight:normal;*/
	font-weight:300;
	margin-bottom:16px;
}
h2 {
	font-size:16px;
	line-height:18px;
	color:#666;
	/*font-weight:normal;*/
	font-weight:normal;
	margin-bottom:16px;
	font-family:Arial, Helvetica, sans-serif;
}
div.mainWrapper {
	width:978px;
	height:auto;
	/*border-width: 1px;
	border-style: solid;
	border-color:#ccc;*/
	margin: 0 auto;
}
div.artistNavigation {
	width:188px;
	height:auto;
	float:left;
	/*border-width: 1px;
	border-style: solid;
	border-color:#333;*/
	padding-top:32px;
	padding-bottom:32px;
}
.artistNavigation h2 {
	background-color:#662D91;
	color:#FFF;
	height:18px;
	font-weight:normal;
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
}
.artistNavigation ul {
	margin-top:18px;
}
.artistNavigation ul li {
	list-style:none;
	line-height:13px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:1px;
	color:#666;
}
.artistNavigation ul li a {
	color:#666;
	text-decoration:none;
}
.artistNavigation ul li a:hover, .artistNavigation ul li.active a {
	color:#fff;
	text-decoration:none;
	background-color:#662D91;
	display:inline;
}
div.titul {
	width:150px;
	height:700px;
	float:left;
	/*border-width: 1px;
	border-style: solid;
	border-color:#333;*/
	padding-top:32px;
	padding-bottom:32px;
	margin-left:10px;
}
div.rightColumn {
	width:610px;
	height:auto;
	float:right;
	/*border-width: 1px;
	border-style: solid;
	border-color:#333;*/
	padding-top:32px;
	padding-bottom:32px;
	margin-left:10px;
}
div.topNavigation {
	width:414px;
	height:47px;
	background-color:#662D91;
	color:#FFF;
	margin-left:176px;
	color:#fff;
	text-align:right;
	padding-top:3px;
	padding-left:3px;
	padding-right:18px;
}
.topNavigation ul li {
	display: inline;
	list-style:none;
	margin-left:8px;
	
	/*border-left-color:#FFF;
	border-left-width: 1px;
	border-left-style: solid;*/
	padding-left:3px;
}
.topNavigation ul li a {
	color:#fff;
	text-decoration:none;
}
.topNavigation ul li.active a {
	color:#ccc;
}
div.rightContent {
	width:600px;
	height:auto;
	float:right;
	/*	border-color:#66F;
	border-width: 1px;
	border-style: solid;*/
	margin-top:32px;
	margin-bottom:32px;
}
div.imageHolder {
	width:600px;
	height:338px;
	background:url(../images/bg_photo.gif);
}
div.imageNavigation {
	width:600px;
	height:10px;
	text-align:right;
	margin-top:5px;
}
.imageNavigation img {
	border:none;
	margin-left:2px;
}
div.footer {
	width:978px;
	height:20px;
	background-color:#000;
	float:left;
	margin-top:32px;
	margin-bottom:32px;
	padding-top:3px;
	padding-left:3px;
	color:#999;
	font-size:10px;
}
.footer a {
	color:#999;
	text-decoration:none;
}
div.space {
	width:100%;
	clear:both;
	height:3px;
}

.imageNavigation a {
	outline:none;
}
