/* CSS Document */
body
{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
	margin:0;
	padding:0;
}

#index
{
	position:relative;
	background-image:url(../images/bkg_logo_new_2_low.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:900px;
	border-top:1px solid transparent;
	text-align:center;
}

#navigation
{
	position:absolute;
	left:0;
	top:70px;
	width: 190px;
	color: white;
	text-align:center;
}

#navigation ul 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin: 0 0 4em 0;
	padding: 0;
	list-style: none;
}
		
#navigation ul a 
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 0 0.5em;
	margin: 0 1em 6px 1em;
}

#navigation ul a:hover 
{
	color:#F00;
}

#navigation a.chosen
{
	color:#C00;
}

#navigation a:hover.chosen
{
	color:#C00;
}

#flash
{
	width:166px;
	height:100px;
	border: 1px solid;
	margin:0 auto;
}

#content 
{
	margin-left:190px;
	margin-top:70px;
	width:710px;
	text-align:center;
}

#language
{
	float:right;
	margin:10px 10px;
}

#language img
{
	border:none;
	margin:0 3px;
}
#language a
{
	outline:none;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:45px auto;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:100px;
	margin-bottom:5px;
	text-align:left;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:100px;
	margin-bottom:40px;
	margin-top:0;
	text-align:left;
}

table
{
	border:none;
	width:710px;
	padding:0 100px;;
	text-align:left;
}

td
{
	padding-bottom:45px;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#CCC;
	margin-top:40px;
	padding-bottom:25px;
	bottom:30px;
}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#big_space {padding-bottom: 520px;}  /* must be same height as the footer */

#medium_space {padding-bottom: 260px;}  /* must be same height as the footer */

form td
{
	padding:0;
}

input, textarea{
background-color:#000;
color:#FFF;
} 

#artist td 
{
	text-align:center;
	width:140px;
}

a.header
{
	color:#C00;
	font-weight:bold;
	text-decoration:none;
}

a:hover.header
{
	text-decoration:underline;
}

#artist img
{
	margin:7px 0;
}

a.footer
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin:0 2px;
}

a:hover.footer
{
	text-decoration:underline;
}

#photos table
{
	text-align:center;
	padding:0;
	margin:0;
}

#photos img
{
	border:none;
	margin:0 10px;
}

#pages a
{
	color:#FFF;
	text-decoration:none;
}

span.red
{
	color:#C00;
	font-weight:bold;
}

#name
{
	margin-top:10px;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	color:#C00;
}

#net p
{
	color:#C00;
}

#net img
{
	border:none;
}

#net table
{
	text-align:center;
}
#net td
{
	vertical-align:middle;
}
#contact td
{
	padding-bottom:35px;
}
#mail
{
	color:#C00;
}
#mail a
{
	color:#C00;
}
