body{
	background-color:	#000000;
	color:				#ffffff;
	font-family:		'Courier New';
	font-size:			14px;
}

a:link {text-decoration: none; color: #ed0000;}
a:visited {text-decoration: none; color: #ed0000;}
a:active {text-decoration: none; color: #ed0000;}
a:hover {text-decoration: underline; color: #ed0000;}

a img{
	border:				0px;
}

#container{
	width:				1008px;
	height:				759px;
	margin: 			0 auto;
}
	
#header{
	background: 		url(../images/header.png) no-repeat;
	width:				1008px;
	height:				126px;	
}

#content{
	background: 		url(../images/repeat.png) repeat-y;
	width:				1008px;
	min-height:			500px;	
	padding-top:		10px;
}

#smallQuad{
	background: 		url(../images/smallquad.png) no-repeat;
	width:				182px;
	height:				394px;
	margin-left:		40px;
	padding:			20px 15px 15px 15px;
	float:				left;
}

#bigQuad{
	width:				693px;
	margin-left:		270px;
}

#bigQuadTop{
	background: 		url(../images/bigquadtop.png) no-repeat;	
	width:				693px;
	height:				20px;
}

#bigQuadRepeat{
	background: 		url(../images/bigquadrepeat.png) repeat-y;	
	width:				645px;
	min-height:			400px;
	padding:			0px 25px 0px 25px;
}

#bigQuadBottom{
	background: 		url(../images/bigquadbottom.png) no-repeat;	
	width:				693px;
	height:				20px;
}


#album{
	margin-top:			90px;
}

#footer{
	background:			url(../images/footer.png);
	width:				1008px;
	height:				168px;	
}

#nav{
	padding:			0px;
	margin:				0px;
	width:				1008px;	
	height:				168px;	
	text-align:			center;
}

.navPic{
	border:				0px;
	padding:			0px;
	margin:				0px;
	margin-top:			13px;
}

.picLink{
	border: 			1px solid #ffffff;
}

h2{
	padding:			0px;
	margin:				0px;
	font-size:			20px;
	font-weight:		bold;
	
}

.newConcert{
	font-weight:		bold;
}