/*///////////////Universal Elements/////////////////*/
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #ffd7d7;
	background:  #000000;
	text-align: left;
	}

#container{
	position: relative;
	font-size: 12px;
	line-height: 135%;
	background: #770000;
	width: 750px;
	border: 2px solid #af0000;/*#89b45a;*/
	margin: 0 auto 0 80px;
	text-align: left;
	}

h3 {
	position: relative;
	color: #af0000;
	font-size: 18px;
	font-weight: bold;
	}

span.i {
	font-style: italic;
	}

span.b {
	font-weight: bolder;
	}	
		
/*/////////////Links/////////////*/
a {
	color: #af0000;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #af0000;
	text-decoration: none;
	}
a:hover {
	color: #cc0000;
	text-decoration: none;
	}

/*//////Main Menu Links/////*/	
#menu a {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:visited {
	color: #330000;
	text-decoration: none;
	}
#menu a:hover {
	color: #fef156;
	text-decoration: none;
	}
	
/*////////////////Top Section/////////////*/

#header {
	padding: 0px;
	margin: 0px;
	width: 750px;
	height: 150px;
	}

#header h1{
	height: 150px;
	padding: 0px;
	margin: 0px;
	}
	
#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#header h2{
	height: 120px;
	/*background: url("../pics/veedee2.gif") no-repeat 10px 12px;*/
	margin-top: -120px;
	margin-bottom: 0px;
	padding: 0px;
	}

#header h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/*////////////////Main Menu//////////////*/	
	
/*//////Place Holder/////////*/

#h-menu {
	position: absolute;
	top: 150px;
	background-color: #AF0000;
	color: #cc3300;
	width: 750px;
	height: 25px;
	}
	
#h-menu h2 span {
	position: absolute;
	top: 150px;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
/*/////Menu Buttons/////*/

#mNews {
	position: absolute;
	height: 22px;
	left: 10px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mBand {
	position: absolute;
	height: 22px;
	left: 60px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mLive {
	position: absolute;
	height: 22px;
	left: 106px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mTales {
	position: absolute;
	height: 22px;
	left: 147px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mPress {
	position: absolute;
	height: 22px;
	left: 195px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mAVDept {
	position: absolute;
	height: 22px;
	left: 245px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mGallery {
	position: absolute;
	height: 22px;
	left: 318px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mCrafts {
	position: absolute;
	height: 22px;
	left: 380px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mStore {
	position: absolute;
	height: 22px;
	left: 432px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mFans {
	position: absolute;
	height: 22px;
	left: 481px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mConverse {
	position: absolute;
	height: 22px;
	left: 525px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mLinks {
	position: absolute;
	height: 22px;
	left: 600px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

#mContact {
	position: absolute;
	height: 22px;
	left: 648px;
	top: 150px;
	padding: 3px 3px 0 3px;
	margin: 0;
	background: none;
}

/*/////////////////Main Content///////////////*/

#mainContent {
	position: relative;
	top: 20px;
	color: #ffcccc;
	}
	
#mainContent h3 {
	color: #cc3333;
	}

/*///////////////Footer///////////////*/

#footer {
	position: relative;
	bottom: 0px;
	padding: 10px 0 1px 10px;
	margin: 0;
	font-size: 9px;
	}