@import url(menu.css);
*{
	margin:0; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:2e3139;
	
}

h1, h2{
	text-indent:-9999px;
	}
	
p{margin-bottom:12px;
	}

	
body{
	background:#232937;
	line-height:16px;
	height:100%;
	}
	
#mainwrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

#content p a{
	color:#fff;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
	background:#202020;
	}
	
#content p a:hover{
	color:#202020;
	background:#fff;
	}	
	
#header{
	background:url(../_graphics/header_bg.jpg);
	height:122px;
	padding-top:124px;
	padding-left:31px;
	}
	
#content{
	background:url(../_graphics/body_rep.jpg) repeat-y #DEDEDE;
	padding-top:20px;
	padding-left:31px;
	padding-bottom:30px;
	}


#footer{
	background:url(../_graphics/footer_bg.jpg) no-repeat;
	height:217px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1000px;
	}

.montage{
	behavior: url(../iepngfix.htc);
	}

#ul_cost{
	list-style:square;
	margin-left:15px;
	}
	
/*Titles*/

h1#h1_mikeheaton{
	background:url(../_graphics/h1_mikeheaton.gif) no-repeat;
	height:69px;
	width:550px;
	margin-bottom:10px;
	}

h2#h2_squirrel{
	background:url(../_graphics/h2_squirrel.gif);
	width:111px;
	height:111px;
	position:absolute;
	top:102px;
	left:600px;
	}
	
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:5px;
	}

/*Form styling*/

label{
	float:left;
	margin-right:10px;
	width:60px;
	}
	
input, textarea{
	float:left;
	margin-bottom:10px;
	width:245px;
	border:1px solid #B3B4B6;
	}
	
form br{
	clear:both;
	}

form .btn{
	width:60px;
	float:right;
	background-color:#7B1212;
	color:#fff;
	border:1px solid #B3B4B6;
	margin-right:5px;
	margin-top:10px;
	}
	
.error{
	padding:10px 0;
	color:#7B1212;
	display:block;
	}
	
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.columnOne{
	display:inline;
	float:left;
	margin-right:15px;
	}
	
.columnTwo{
	display:inline;
	float:left;
	width:290px;
	margin-right:15px;
	border-right:1px solid #B3B4B6;
	padding-right:10px;
	}	
	
.columnThree{
	display:inline;
	float:left;
	width:290px;
	}
	
#about_content, #teaching_content{
	margin-bottom:180px;
	clear:both;
}	

#drum_tracks_content{
	clear:both;
	margin-bottom:280px;
	}


#drum_tracks_content,#teaching_content,#contact_content{
	padding-top:20px;
	}
