/*Site architecture*/

* html #contentbox {height:400px;} /*Hack to get IE min height*/

#contentbox {
	width: 700px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 220px;
}
	
#layout  {
	position:absolute; 
	margin-left:-350px; 
	left:50%; 
	top:0; 
	width:700px; 
	min-width:700px;
}

#headbox {
	width: 700px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

#navbox {
	width:700px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 200px;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid #FFFFFF;
	border-right: none;
	border-bottom: 2px solid #660099;
	border-left: none;
	background-color: #FFFFFF;
	font-size: 12px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}

#outerbg {
	background-color:#660099;
	background-image: url(../images/bodybg3.gif);
	background-repeat: repeat-x;
	color: #000;
}

/* iFrame styling*/

#iframe {
	width:698px;
	height:400px;
	scrolling:auto;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

/*Drop menu*/

#dropmenudiv{
	position:absolute;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	padding-top: 7px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	color: #000;
}
#dropmenudiv a:hover{
	background-color: #FFFFFF;
	color: #660099;
	font-weight: bold;
}

/*-----Nav Menu-----*/
	
.theband, .themusic, .gallery, .bookband, .contact, .giginfo, .links, .home {
	height: 16px;
	position: absolute;
	top: 0px;
	}

.theband {
	width: 95px;
	left: 50px;
}

.themusic {
	width: 95px;
	left: 145px;
	}
	
.gallery {
	width: 95px;
	left: 240px;
	}
	
.bookband {
	width: 130px;
	left: 405px;
	}
	
.contact {
	width: 95px;
	left: 535px;
	}
	
.giginfo {
	width: 70px;
	left: 335px;
	}
	
.links {
	width: 70px;
	left: 630px;
	}
	
.home {
	width: 50px;
	left: 0px;
}
	
.theband a:link, a:visited, .themusic a:link, a:visited, .gallery a:link, a:visited, .bookband a:link, a:visited, .contact a:link, a:visited, .giginfo a:link, a:visited, .links a:link, a:visited, .home a:link, a:visited {
	text-decoration : none;
	color: #000;
}

.theband a:hover, .themusic a:hover, .gallery a:hover, .bookband a:hover, .contact a:hover, .giginfo a:hover, .links a:hover, .home a:hover {
	text-decoration : none;
	color: #660099;
	font-weight: bold;
}

.navtext {
	color: #000;
	}
	
.navtext a:link, a:visited{
	color: #000;
	}

.topnav {
	border-top: 1px solid #660066;
	border-right: 1px solid #660066;
	border-bottom: 1px none;
	border-left: 1px solid #660066;
	background-color: fff;
}
.midnav {
	border-top: 1px none;
	border-right: 1px solid #660066;
	border-bottom: 1px none;
	border-left: 1px solid #660066;
	background-color: fff;
}
.botnav {
	border-top: 1px none;
	border-right: 1px solid #660066;
	border-bottom: 1px solid #660066;
	border-left: 1px solid #660066;
	background-color: fff;
}
