/* CSS Document */

body {
	background-color: #000000;
	padding-bottom: 20px;
	}
	
#Content {
	width:800px;
	margin: auto;
	padding-top: 50px;
	}
	
	
#top {
	width:800px;
	height:100px;
	text-indent: -9000px;
	background-image: url(../image/title.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
	
	
column1 {
	width:390px;
	height:300px;

}

column2 {
	width:800px
	

}

footer {
	width:800px;
	height:300px;
}

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

#navcontainer ul li {
	display: inline;
}

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

#space
{
	display: block;
	width: 425px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: right 0;
}


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

#space span
{
  display: none;
}
#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;
  
  }
