/* main layout */

#header {
	position: relative;
	text-align: center;
	}
	
#header h1 {	
	height: 60px;
	width: 610px;
	position: absolute;
	left: 155px;
	top: 20px;
	}
	
#header h1 a {
	display: block;
	height: 60px;
	width: 610px;
	}
	
#header h2 {
	position: relative;
	top: 80px;
	}
	
#navigation {
	position: absolute;
	top: 140px;
	}
	
#main-content {
	position: absolute;
	top: 140px;
	left: 200px;
	height: 400px;
	width: 550px;
	overflow: auto;
	}	

/*  navigation */
#navigation ul {
	background: url('../images/bg_nav.gif') 0 0 no-repeat;
	height: 376px;
	margin-top: 11px;
	padding-top: 22px;
	width: 179px;
	}
	
#navigation ul li a span {
	display: none;
	}
	
#navigation ul li {
	font-size: 2em;
	margin-left: 40px;
	}

#navigation ul li a {
	color: #fff;
	}
	
#navigation ul li#home {
	height: 45px;
	margin-bottom: 6px;
	width: 120px;
	}	
	
#navigation ul li#home a {
	display: block;
	height: 45px;
	}	
	
#navigation ul li#news {
	background: url('../images/nav_news.gif') 0 0 no-repeat;
	height: 19px;
	margin-bottom: 12px;
	width: 120px;
	}
	
#navigation ul li#news a {
	display: block;
	height: 19px;
	}
	
#navigation ul li#discography {
	background: url('../images/nav_discography.gif') 0 0 no-repeat;
	height: 26px;
	margin-bottom: 6px;
	width: 120px;
	}
	
#navigation ul li#discography a {
	display: block;
	height: 26px;
	}	

#navigation ul li#shop {
	background: url('../images/nav_shop.gif') 0 0 no-repeat;
	height: 26px;
	margin-bottom: 6px;
	width: 120px;
	}
	
#navigation ul li#shop a {
	display: block;
	height: 26px;
	}
	
#navigation ul li#biography {
	background: url('../images/nav_biography.gif') 0 0 no-repeat;
	height: 26px;
	margin-bottom: 6px;
	width: 120px;
	}
	
#navigation ul li#biography a {
	display: block;
	height: 26px;
	}	
	
#navigation ul li#links {
	background: url('../images/nav_links.gif') 0 0 no-repeat;
	height: 18px;
	margin-bottom: 12px;
	width: 120px;
	}
	
#navigation ul li#links a {	
	display: block;
	height: 26px;	
	}
	
#navigation ul li#gallery {
	background: url('../images/nav_gallery.gif') 0 0 no-repeat;
	height: 26px;
	margin-bottom: 6px;
	width: 120px;
	}
	
#navigation ul li#gallery a {
	display: block;
	height: 26px;
	}
	
#navigation ul li#video {
	background: url('../images/nav_video.gif') 0 0 no-repeat;
	height: 24px;
	width: 96px;
	}
	
#navigation ul li#video a {
	display: block;
	height: 24px;
	}
