/* 
Created for hjflaw.com
Please ask permission before using any of the script below. Thanks.
 */

body {
	background: url(http://www.maxfishermusic.com/imgs/contact.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	color: black;
	margin: 0 auto;
	font: 1.0em Helvetica, Arial, sans-serif;
	}
	
a img {
	border: none;
	}
	
.midContainer .leftNav {
	float: left;
	width: 130px;
	height: 300px
	padding: 50px 0 0 20px;
	font: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: white;
	}
	
.leftNav a {
	float: left;
	width: 150px;
	padding: 20px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
	
.leftNav a:hover {
	text-decoration: none;
	color: #FFCC33;
	}
	
.midContainer .midLeft {
	float: left;
	width: 730px;
	padding: 50px 10px 10px 10px;
	}
	
.midLeft .midLeftTitle {
	float: left;
	width: 730px;
	padding: 0 0 5px 0;
	font: 1.2em bold Trebuchet MS, Helvetica, Arial, sans-serif;
	color: white;
	}
	
.midLeft .midLeftDate {
	float: left;
	width: 730px;
	padding: 0 0 10px 0;
	font: 1.0em bold Arial, sans-serif;
	color: white;
	}

.midLeft .midLeftContent {
	float: left;
	width: 730px;
	padding: 0 0 10px 0;
	font: 1.0em bold Arial, sans-serif;
	line-height: 1.4em;
	color: white;
	}
	
.lowerContainer {
	padding: 160px 0 0 0;
	font: .7em bold Helvetica, Arial, sans-serif;
	color: black;
	}