/* CSS Document */

/*######################################## Page specific CSS beyond this point...########################################*/

#contentcontainer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
}


#textcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	position: inherit;
}

#imageholder {
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	width: 600px;
	height: 200px;
	position:relative;
}


#imageleft {
	width: 240px;
	float: left;
	padding: 0 0 0 50px;
	margins: 0 0 0 0;
	position:relative;

}

#imageright {
	width: 240px;
	float: right;
	padding: 0 50px 0 0px;
	margins: 0 0 0 0;
	position:relative;
	font-size:10px;
}

#textleft {
	width: 240px;
	float: left;
	padding: 0 0 0 0;
	margins: 0 0 0 0;
	position:relative;
	font-size:10px;
	text-align:center;

}

#textright {
	width: 240px;
	float: right;
	padding: 0 50px 0 0;
	margins: 0 0 0 0;
	position:relative;
	font-size:10px;
	text-align:center;

}


/*######################################## SUBMENU specific CSS beyond this point...########################################*/

#subnav
{
	width: 659px;
	height: 62px;
	background: url(images/sub_behindthescenes.jpg);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
	
#subnav li {
margin: 0px; 
padding: 0px; 
list-style: none;
position: relative; 
* top: 1px;
}

#subnav li, #subnav a {
height: 62px; 
display: block;
}
#button1b {
float: left;
width: 107px;
font-family: Arial, Helvetica, sans-serif;
left: 98px;
}

#button2b {
float: left;
width: 107px;
font-family: Arial, Helvetica, sans-serif;
left: 101px;
}

#button3b {
float: left;
width: 107px;
font-family: Arial, Helvetica, sans-serif;
left: 104px;
} 

#button4b {
float: left;
width: 107px;
font-family: Arial, Helvetica, sans-serif;
left: 107px;
} 
  
#button5b {
float: left;
width: 107px;
font-family: Arial, Helvetica, sans-serif;
left: 110px;
} 
 

#button1b a:hover, #button1b a.selected {
background: transparent url(images/sub_behindthescenes.jpg) -98px -99px no-repeat;
}


#button2b a:hover {
background: transparent url(images/sub_behindthescenes.jpg) -208px -99px no-repeat;

}

  

#button3b a:hover {
background: transparent url(images/sub_behindthescenes.jpg) -318px -99px no-repeat;

}


#button4b a:hover {
background: transparent url(images/sub_behindthescenes.jpg) -428px -99px no-repeat;

}


#button5b a:hover {
background: transparent url(images/sub_behindthescenes.jpg) -538px -99px no-repeat;

}




