/* CSS Document */

body {
	background-color: #000000;
	padding-bottom: 20px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Humanst521 BT", Arial, san-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 10px;
	}
	
#Content {
	width:800px;
	margin: auto;
	line-height: 22px;
	height: 800px;
	}
	
	
#top {
	width:800px;
	text-indent: -9000px;
	color: #000000;
	padding-top: 30px;
}

#home{
	background-image: url(../image/title.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 100px;
}


#navcontainer ul
{
	padding-left: 0;
	color: White;
	float: right;
	width: 500px;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: #000000;
	text-decoration: none;
	float: right;
}


#art
{
	display: block;
	width: 63px;
	height: 23px;
	background-image: url(../image/nav_art.gif);
	background-repeat: no-repeat;
}
#art:hover
{ 
  background-position: 0 -23px;
}
#art  span
{
  display: none;
}


#events
{
  display: block;
  width: 80px;
  height: 23px;
  background: url("../image/nav_events.gif") no-repeat 0 0;

}


#events:hover
{ 
  background-position: 0 -23px;
}

#events span
{
  display: none;
  
  }
  
  #press
{
  display: block;
  width: 45px;
  height: 23px;
  background: url("../image/nav_press.gif") no-repeat 0 0;

}


#press:hover
{ 
  background-position: 0 -23px;
}

#press span
{
  display: none;
}


#bio
{
  display: block;
  width: 33px;
  height: 23px;
  background: url("../image/nav_bio.gif") no-repeat 0 0;

}


#bio:hover
{ 
  background-position: 0 -23px;
}

#bio span
{
  display: none;
}

#cv
{
  display: block;
  width: 27px;
  height: 23px;
  background: url("../image/nav_cv.gif") no-repeat 0 0;

}


#cv:hover
{ 
  background-position: 0 -23px;
}

#cv span
{
  display: none;
  
  }
  
  #links
{
  display: block;
  width: 43px;
  height: 23px;
  background: url("../image/nav_links.gif") no-repeat 0 0;

}


#links:hover
{ 
  background-position: 0 -23px;
}

#links span
{
  display: none;
  
  }
  
  #contact
{
  display: block;
  width: 56px;
  height: 23px;
  background: url("../image/nav_contact.gif") no-repeat 0 0;

}


#contact:hover
{ 
  background-position: 0 -23px;
}

#contact span
{
  display: none;
  
  }

  
#column1 {
	width:800px;
	color: #FFFFFF;
	text-align: justify;
	font-family: "Humanst521 BT", Arial, san-serif;
}


#information {
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	padding-top: 50px;
}
#footer {
	font-family: "Humanst521 BT", Arial, san-serif;
	font-size: 11px;
	text-align: center;
	bottom: 0px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	
	
}


h1 {
	font-family: "Humanst521 BT", Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #66CCCC;
	text-align: left;
}

h2{
	font-family: "Humanst521 BT", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}

h3 {
	font-family: "Humanst521 BT", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

h4{
	font-family: "Humanst521 BT", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

.floatright
{
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 20px;
}

div.floatright img 
 
 { 
 	border: 1px solid #000; 

}

.floatleft
{
	float: left;
	width: 400px;
	margin-bottom: 20px;
	margin-right: 30px;
}

 
p
   
  {
	margin-top: 0;
	line-height: 25px;
	font-family: "Humanst521 BT", Arial, san-serif;
	font-size: 14px;
}


input[type="button"] { 

	cursor: pointer; 
	
}a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CCCC;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #66CCCC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CCCC;
	text-decoration: none;
}

