html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px solid #000000;
	
}

div#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	border: 0px solid #000000;
}

div#bkgd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	z-index: 1;
}

div#title {
	position: absolute;
	top: 50px;
	left: 103px;
	width: 598px;
	height: 119px;
	z-index: 2;
	border: 0;
}
div#title img{
border: 0px;
}

div#guitarguy {
	position: absolute;
	top: 350px;
	left: 100px;
	width: 196px;
	height: 272px;
	z-index: 4;
}

div#music {
	position: absolute;
	top: 250px;
	left: 130px;
	width: 250px;
	height: 300px;
	z-index: 6;
	border: 0px solid maroon;
	background-color: white;
}
div#music table img {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}

div#music table p {
	padding-top: 20px;
}
div#video {
	position: absolute;
	top: 230px;
	left: 69px;
	width: 425px;
	height: 344px;
	z-index: 6;
	border: 0px solid maroon;
	background-color: none;
}

	
div#navbar{
	position: relative;
	z-index: 10;
	top: 168px;
	left:  0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
	font-size: 10px;
	text-align: center;
}
div#navbar a{
	font-size: 14px;
	color: #6699cc;
	font-family: "Comic Sans MS";
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#navbar a:hover{
	color: orange;
}
div#navbar a#on{
	color: maroon;
}

div#drum {
	position: absolute;
	top: 490px;
	left: 560px;
	width: 122px;
	height: 106px;
	z-index: 4;
}

div#txtmain {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
	z-index: 5;
	text-align: center;
	color: #975231;
}

div#txtdrum {
	position: absolute;
	top: 415px;
	left: 510px;
	width: 200px;
	z-index: 5;
	text-align: center;
	color: #975231;
}
div#txtorder {
	position: absolute;
	top: 230px;
	left: 420px;
	width: 300px;
	z-index: 5;
	text-align: center;
	color: #975231;
}

div#txtguitarguy {
	position: absolute;
	top: 460px;
	left: 200px;
	width: 140px;
	z-index: 5;
	text-align: center;
	color: #975231;
}
div#eventsdiv {
	position: relative;
	top: 0px;
	left: 50px;
	width: 350px;
	height:  300px;
	z-index: 5;
	text-align: left;
	color: #975231;
	overflow: auto;
}
#eventsdiv form{
	text-align: right;
	width: 320px;
	font-variant: small-caps;
	font-family: Copperplate;
	font-size: 14px;
	color: maroon;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

h1 {
	font-variant: small-caps;
	font-family: Copperplate;
	font-size: 24px;
	color: maroon;

}
body#events h1{
	text-align: left;
	margin-left: 50px;
}
p{
	font-variant: small-caps;
	font-family: Copperplate;
	font-size: 14px;
	line-height: 1.2em;
	color: maroon;
}

form{
	padding: 0;
	margin: 0;	
}
a {
	font-size: 14px;
	color: orange;
	text-decoration: none;
}
hr{
	background-color: #69C;
	height: 1px;
	border: 0px;
	width: 97%;
	margin-left: 0px;
}
a:hover {
	color: red;
}
a.quiet img{
	border: 0;
}
.txtlarge{
	font-size: 1.5em;	
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	font-weight: bold;
}
.mapit{
color: white;
font-size: 12px;
font-family: "Comic Sans MS", Tahoma, Arial;
text-transform: lowercase;
font-variant: normal;
border: 0;
background: #ccc;
padding: 0px 3px 2px 3px;
margin-left: 5px;
margin-right: 10px;
text-decoration: none;
position: absolute;
right: 0;
}
.mapit:hover{
color: white;
background: #f60;
text-decoration: none;
}

.pastfuture{
color: white;
font-family: "Comic Sans MS", Tahoma, Arial;
border: 0;
background: #ccc;
padding: 0px 5px 2px 5px;
margin-left: 5px;
margin-top: 18px;
text-decoration: none;
float: right;
}
.pastfuture:hover{
color: white;
background: #f60;
text-decoration: none;
}

.mlbutton{
color: white;
font-family: "Comic Sans MS", Tahoma, Arial;
border: 0;
background: #ccc;
padding: 0px 5px 2px 5px;
margin-left: 5px;
text-decoration: none;
float: right;
}
.mlbutton:hover{
color: white;
background: #f60;
text-decoration: none;
}

