#content {
background:#FFFFFF none repeat scroll 0 0;
height:720px;
width:680px;
}


#content h1 {
	font:large;
	font-weight:bold;
	padding-bottom:20px;
}

#content a {
	color:#000000;
	font-size:medium;
	font-weight:bold;
	padding:0px;
	text-decoration:underline;
}

/* MEMBER NAV */

#member_nav {
	margin: 0px auto;
	width: 490px;
}
#member_nav ul {
	list-style: none;
}
#member_nav li {
	display: inline;
	text-align:center;
}
#member_nav a {
	color: #000000;
	display: block;
	padding: 5px 9px 0px 9px;
	float: left;
	text-decoration:none;
}
#member_nav a:hover {
	color:#4a4e53;
	text-decoration:underline;
}
#member_nav a.current{
	color: #FF0000;
	font-size: small;
}

#member_nav a.current:hover{
	color: #000000;
	text-decoration:underline;
}

/*Section Divs*/

#snares {
	float:left;
	width:120px;
}

#tenors {
	float:left;
	padding:0px 10px;
	width:120px;
}

#basses {
	float:left;
	padding:0px 10px;
	width:120px;
}

#cymbals {
	float:left;
	padding:0px 10px;
	width:120px;
}

#front_ensemble {
	float:left;
	padding:0px 10px;
	width:120px;
}



/* MEMBER PHOTOS */

#member_photos {
	background: #ffffff;
	color:#333333;
	height:100%;
	margin-top:60px;
	padding:20px 40px 20px 40px;
	text-align:center;
	width: 600px;
}

#member_photos a {
	color: #000000;
	margin:0px auto;
	text-decoration:none;
}

#member_photos img {
	margin:0px auto;
	padding:0px auto;
}

#left_side {
	float:left;
	height:100%;
	margin:0px auto;
	padding:0px auto;
	width:298px;
}

#right_side {
	float:left;
	height:100%;
	margin:0px auto;
	padding:0px auto;	
	width:298px;
}

#mem_photo {
	margin:0px auto;
	padding-bottom:20px;
}