/* 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: 0;
	width: 600px;
	position: inherit;
}



/*######################################## SUBMENU specific CSS beyond this point...########################################*/

#subnav
{
	width: 346px;
	height: 60px;
	background: url(images/submenu_media.jpg);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
	
#subnav li {
margin: 0; 
padding: 0; 
list-style: none;
position: relative; 
* top: 1px;
}

#subnav li, #subnav a {
height: 60px; 
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;
}


 

#button1b a:hover {
background: transparent url(images/submenu_media.jpg) -98px -100px no-repeat;

}

#button2b a:hover {
background: transparent url(images/submenu_media.jpg) -208px -100px no-repeat;
}




