body 		{ 
			margin-bottom		: 40px;
			background-color	: #000000;
			font-family			: Helvetica, Arial, san-serif;
			}

p 			{
			font-size			: 11px; 
			}
			
h2			{
			font-size			: 20px;
			color				: #4d7592;
			margin-bottom		: 0px;
			}
			
h3			{
			font-size			: 14px;
			color				: #4d7592;
			margin-bottom		: 0px;
			}
			
h4			{
			font-size			: 11px;
			font-weight			: bold;
			color				: #000000;
			margin-bottom		: 0px;
			}
ul			{
			list-style-type		: square;
			font-size			: 11px;
			}

td 			{
			font-size			: 11px; 
			padding-top			: 0px;
			}

a 			{
			color					: #4d7592; 
			text-decoration			: none;
			
			}
		
a:link	 	{
			color					: #4d7592;
			text-decoration			: none;
			}
		
a:visited 	{
			color					: #4d7592;
			text-decoration			: none;
			}
		
a:hover 	{
			color					: #4d7592;
			text-decoration			: none;
			}

a:active 	{
			color					: #4d7592;
			text-decoration			: none;
			}


table, td, tr {
			border-collapse		: collapse;
			margin				: 0px;
			padding				: 0px; 
			}
			
img 		{
			border				: 0px none;
			}

#container 	{
			background-image	: url(../images/bg_line.jpg); 
			background-repeat	: repeat; 
			background-position	: center 0px;
			margin-left			: auto;
			margin-right		: auto;
			width				: 1000px;
			}
			
#wrapper 	{
			background-image	: url(../images/bg_photo.jpg); 
			background-position	: center 0;
			background-repeat	: no-repeat;
			width				: 1000px;
			height				: auto;
			}

#content 	{
			padding-left		: 195px;
			padding-top			: 100px;
			width				: 845px;
			}

.middlebox	{
			width				: 610px;
			}
			
.col_left	{
			width				: 315px;
			float				: left;
			}

.col_right	{
			width				: 295px;
			float				: left;
			}
						
.content_block  	{ 
			margin-top			: 0px; 
			padding				: 10px; 
			width				: 275px; 
			background-color	: #ffffff;
			}

.content_block_large  	{ 
			margin-top			: 0px; 
			padding				: 10px; 
			width				: 590px; 
			background-color	: #ffffff;
			}

						
						
.nav  		{ 
			margin-top			: 0px;
			padding-left		: 0px; 
			width				: 610px; 
			height				: 35px;
			}

.hor_space 	{ 
			clear				: both;
			height				: 20px;
			}

.footer  	{ 
			clear				: both;
			margin-top			: 0px; 
			padding				: 10px; 
			width				: 590px; 
			height				: 42px;
			background-color	: #ffffff;
			}
			
.img_float_left	{
			float				:left;
			margin-right		:10px;
			margin-bottom		:10px;
			}

.img_float_right {
			float				:right;
			margin-left			:10px;
			margin-bottom		:10px;
			}
			
.img_float_clear {
			clear				:both;
			}


			
/* navigatie */

#menulist 	{ 
			list-style				: none;
			margin					: 0px;
			padding-left			: 0px;
			width					: 610px;
			height					: 35px;
			}


#menulist li {
			display					: inline;
			float					: left;
/*			height					: 35px;  */
			overflow 				: hidden;
			}

#menulist a {
		  	display					: block;
		  	height 					: 35px;
			text-decoration			: none;
			width					: auto;
			border					: 0;
			background				: url(../images/menu.png);	
			}

#menulist a:hover {
			text-decoration: none;
			}

#menulist #home a { background-position: 0px 0px; width: 70px;}
#menulist #home a:hover { background-position: 0px -35px; }

#menulist #media a { background-position: -70px 0px; width: 70px;}
#menulist #media a:hover { background-position: -70px -35px; }

#menulist #press a { background-position: -140px 0px; width: 80px;}
#menulist #press a:hover { background-position: -140px -35px; }

#menulist #band a { background-position: -220px 0px; width: 60px;}
#menulist #band a:hover { background-position: -220px -35px; }

#menulist #discography a { background-position: -280px 0px; width: 140px;}
#menulist #discography a:hover { background-position: -280px -35px; }

#menulist #guestbook a { background-position: -420px 0px; width: 120px;}
#menulist #guestbook a:hover { background-position: -420px -35px; }

#menulist #shop a { background-position: -540px 0px; width: 70px;}
#menulist #shop a:hover { background-position: -540px -35px; }

#menulist #home_active a { background-position: 0px -35px; width: 70px;}
#menulist #home_active a:hover { background-position: 0px -35px; }

#menulist #media_active a { background-position: -70px -35px; width: 70px;}
#menulist #media_active a:hover { background-position: -70px -35px; }

#menulist #press_active a { background-position: -140px -35px; width: 80px;}
#menulist #press_active a:hover { background-position: -140px -35px; }

#menulist #band_active a { background-position: -220px -35px; width: 60px;}
#menulist #band_active a:hover { background-position: -220px -35px; }

#menulist #discography_active a { background-position: -280px -35px; width: 140px;}
#menulist #discography_active a:hover { background-position: -280px -35px; }

#menulist #guestbook_active a { background-position: -420px -35px; width: 120px;}
#menulist #guestbook_active a:hover { background-position: -420px -35px; }

#menulist #shop_active a { background-position: -540px -35px; width: 70px;}
#menulist #shop_active a:hover { background-position: -540px -35px; }

