body   { width: 600px; margin: 0 auto; background-color: #000; background-image: url("http://www.houstonbasslessons.com/images/bgpic.jpg"); background-repeat: no-repeat; background-attachment: fixed; }
h1  { color: #fff; font-size: 2em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 1em; }
h2  { color: #8fb900; font-size: 1.5em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; margin: 1em 0; }
h3  { color: #e1ff89; font-size: 1.25em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; margin-bottom: 1em; }
p { margin: 1em 0; }
td  { color: #e6e6e6; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
#nav   { color: #8bff21; font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width: 120px; border-right: 4px dotted #d0d0d0; float: left; }
#nav a:link { color: #e6e6e6; text-decoration: none; }
#nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover { color: #606; text-decoration: none; background-color: #fff; }
#nav h3 { font-size:1em; color: #8bff21; margin-bottom: 4px; }
#nav ul { list-style:none; padding: 0; margin: 0; }
#nav li { margin: 4px 0; }
.menu-link { display: none; }

#copyright { color: #909090; text-align:center; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin-top: 25px; }
#content  { color: #e6e6e6; font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-bottom: 60px; width: 470px; float:right;
	background-image: url("http://www.houstonbasslessons.com/images/darkbg.png"); background-repeat:repeat;
}
#content a:link { color: #10a410; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: underline; }
#content a:visited { color: #10a410; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: underline; }
#content a:hover  { color: #1d751d; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: underline; background-color: #fff }
table { color: #e6e6e6; margin-top: 8px; margin-bottom: 4px; }
#ad_right { position: absolute; left: 500px; }

@media only screen and (max-width:600px) {
	body {
		margin: 0 auto;
	}
	body, #nav, #content {
		width: 300px;
		padding: 0 0 0 0;
	}
	#nav, #content {
		float: none;
		position:relative;
		top:auto;
		left:auto;
		clear:both;
	}
	#nav {
		border:none;
		margin: 10px 0 0 0;
	}
	#nav a:link, #nav a:hover, #nav a:visited {
		display:block; 		
		width: 100%;
		height:100%;
		padding: 0;
	}
	#nav li {
		display:block;
		line-height:48px;
		height:48px;
		border: 1px  #8bff21 solid;
		border-radius: 4px;
		background-image: url("http://www.houstonbasslessons.com/images/darkbg.png"); background-repeat:repeat;
		text-align:center;
		margin: 4px 0;
	}
	.menu-link {
		display:block;
		width:100%;
		height:48px;
		line-height:48px;
    	color: #8bff21;
		border: 1px  #8bff21 solid;
		border-radius: 4px;
		background-color: #000;
		text-align:center;
		margin: 4px 0;
	}
	.menu-link a {
		display: block;
		width:100%;	
	}
		
	
}