body {
font-family:  Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	margin: 0px;
}


/* MAIN STYLES */
td, th {
	font-size: 12.5px;
	color: #000000;
}

/* TEXT STYLES */
h1 {font-family:  Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom:.5em;
	font-size:1.25em;
	color: #000000;
	text-transform:uppercase;
	display:inline;
}


.message { 
	font-size: 12.5px; 
	color: red; 
	font-weight: bold 
} 


	

/* FORMATTING */


#wrap{
width: 100%;
margin:auto;
}

#header { 
    background: url(http://www.davesdrumshop.com/mobile/m-media/mobile_bg.jpg);
	background-repeat: repeat-x;

}

#content { 
}


#footer {
   background-color: #010101;
	 color:#FFFFFF;
   padding:10px;
	 text-align:center
}

#footer a:link, #footer a:active, #footer a:visited { 
	color: #ffffff;
	font-size:90%
	}
#footer a:hover { 
	color: #ffffff;
	text-decoration: none;
	font-size:90%
	}	

 #content_box{
	padding: 10px;

}

/* =========================== link ===========================  */
 #content a:link { 
    font-size: 1.25em;
	font-weight:bold;
	color: #0099FF;
	text-decoration: underline;
	}
 #content a:visited {
    font-size: 1.25em;
	font-weight:bold;
	color: #961A03;
	text-decoration: underline;
	}
 #content a:hover { 
	font-size: 1.25em;
	font-weight:bold;
	color: #0099FF;
	text-decoration: underline;
	}
 #content a:active { 
	font-size: 1.25em;
	font-weight:bold;
	color: #0099FF;
	text-decoration: underline;
	}

 #back a:link { 
    font-size: 1.25em;
	color: #0000EE;
	font-weight:bold;
	text-decoration: underline;
	}
 #back a:visited {
    font-size: 1.25em;
	color: #0000EE;
	font-weight:bold;
	text-decoration: underline;
	}
 #back a:hover { 
	font-size: 1.25em;
	color: #0000EE;
	font-weight:bold;
	text-decoration: none;
	}
 #back a:active { 
	font-size: 1.25em;
	color: #0000EE;
	font-weight:bold;
	text-decoration: underline;
	}

#back{
    background-color: #F0F0F0;
    padding:10px;
}

#address{
	padding:10px;
	clear:both;}

.grey{background-color:#E8E8E8}



