@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
/* old style
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:11px;
	font-family:Verdana, Arial, Geneva, sans-serif;
}
*/

body {
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family:Verdana,Arial,Geneva,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:center;
}


p {
	margin:0 0 15px 0;
}
p.news {
	margin:0 0 30px 0;
	text-transform:uppercase;
}
img, a img {
	border:none;
}

.spacer
{
	width:13px;
}

/* div#header */
div#header {

}
div#header h1 {
	margin:70px 0 0 0;
}


/* div#main */
div#mainMenu {
	height:14px;
	margin:30px 0 80px 0;
}
div#mainMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div#mainMenu ul li {
	display:inline;
	margin:0;
}


/* .oneColFixCtr #container */
.oneColFixCtr #container {
	width:920px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtr #mainContent {
	padding:0 20px;
	margin:0;
}


/* Artist */
ul.artistlist, ul.artistlist_big {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.artistlist li {
	height:28px;
}

ul.artistlist_big li {
	height:36px;
}

div.artistheader {

}

/* Gallery */
div.gallery
{
	margin:30px 0;
}
div.gallery ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div.gallery ul li {
	display:inline;
	vertical-align:middle;
}

div.gallery ul img {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}
div.gallery ul a:hover img {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
}
div.gallery ul a:hover {
	color:#FFFFFF;
}


.contact_abbinder, .contact_links
{
	text-transform:uppercase;
}

.contact_links
{
	margin-top:180px;
	height:160px;
}

/* BIOGRAPHY */

.biography
{
	margin:30px 0 0 0;
	padding:0 60px 0 60px;
	text-transform:uppercase;
}

.biography .download
{
	color:#87888a;
}

.biography .bio .headline
{
	text-align:center;
	margin:16px 0 0 0;
}

.biography .bio .text
{
	margin-bottom:16px;
	text-transform:none;
	text-align:left;
}

a, a:hover, a:active, a:link
{
	color:#000;
	text-decoration:none;
}

h2
{
	font-weight:normal;
}