* {
	margin:0;
	padding:0;
}

body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	text-align:center;
}

#wrapper{
	width:956px;
	height:600px;
	text-align:left;
	margin:0 auto;
	background-color:#FFFFFF;
}
#leftBar{
	float:left;
	width:385px;
	height:600px;
}
#leftBarTop{
	float:left;
	width:385px;
	height:401px;
	background-color:#0054b1;
}
#leftBarBottom{
	float:left;
	width:385px;
	height:199px;
	background-color:#0054b1;
}
#rightBar{
	float:left;
	width:571px;
	height:600px;
	background-image:url(../images/drummerRight.jpg);
	background-color:#FFFFFF;
}
#contact{
	padding:30px 0 0 33px;
	float:left;
	width:250px;
}
#mainContent{
	padding:98px 0 0 15px;
	float:left;
	width:250px;
}
.blueCopy{
	font-size:1.4em;
	line-height:1.2em;
	padding-bottom:20px;
	color:#0054b1;
}
p{
	font-size:1.2em;
	line-height:1.2em;
	padding-bottom:30px;
	color:#fff;
}
a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;

}
a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

