* { padding:0px; margin-top:0px; margin-bottom: 0px; } /*removes default padding and margins*/
.banner { /* sets a box for the banner to be placed in */
	width: 750px; /* width of banner */
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.mp3 { /* this class floats a picuture to the left and puts padding around it */
	float: right;
	margin-top:-10px;
	padding-right:47px;
	

}
.contentFull { /* This is where the body of the content will go */
	width: 700px;
	background-color:#FFFFFF; /* choose background color */
}
.bio {
width: 650px;
line-height: 1.7em;
font-size: 9px;
font-family: Verdana, Arial;
padding: 25px;
}

div {
	margin: 0;
}
td {
	margin: 0;
	}

}
.picturefloat { /* this class floats a picuture to the right and puts padding around it */
	float: right;
	padding-left: 1em;
}

.picfloatleft { /* this class floats a picuture to the left and puts padding around it */
	float: left;
	line-height: 1.8em;

}
A:link { /* changes default link color to dark blue */
	COLOR:#038ce8; TEXT-DECORATION: none
}
A:visited { /* keeps visited link color the same as above */
	COLOR: #038ce8; TEXT-DECORATION: none
}

A:hover { /* changes link color to red when mouse hovers over it */
	COLOR: #038ce8; TEXT-DECORATION: underline
}
