@charset "UTF-8";
/* CSS Document */

/* css reset section */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	margin:0;
	padding:0;
	
}
img {
	border:0;
}
img, div { 
	behavior: url(iepngfix.htc) 
}
ul,ol {
	list-style:none;
}






/* main layout section */




body {
	background-position:center;
	text-align:center;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#000000;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;

}


#wrapper{
	background-color:#fff;
	width:900px;
	margin:0px auto 10px;
	text-align:left;
	position:relative;
}

#header {
	height:110px;
	margin:auto;
	
}

#topBox {
	height:240px;
	margin:auto;
	
}

#intopBox {
	height:240px;
	float:left;
	width:450px;
	
}

#intopBoxText {
	height:210px;
	float:left;
	text-align:left;
	width:410px;
	padding:10px 20px 20px 20px;
	background-color:#aedfe5;
	font-size:14px;
	line-height:20px;
	color: #000033;
}


#midBox {
	height:320px;
	margin:auto;
	
}


#updatesBox {
	height:290px;
	float:left;
	width:410px;
	padding:10px 20px 20px 20px;

	
}

#bandsBox {
	height:290px;
	float:left;
	width:195px;
	background-color:#00b1da;
	padding:10px 10px 20px 20px;

	
}


#photos {
	height:50px;
	margin:auto;
	background-color:#aedfe5;
	padding:10px 0px 0px 20px;

	
}

#photosBox {
	height:85px;
	margin:auto;
	
}

#contact {
	height:100px;
	margin:auto;
	background-color:#00b1da;
	padding:10px 0px 0px 20px;


	
}









/* Type */

p	{
	font-size:12px;
}

p a	{
	color:#999999;
}

p a:hover	{
	text-decoration:none;
	color:#222222;
}











h2 {
	font-size:12px;
	text-decoration:none;
}

h2 a {
	
}

h2 a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#aedfe5;
}

















