/*CSS template*/
body {
	background:url('jmwdrums3.jpg') fixed no-repeat;
	background-color:#660000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	margin: 0;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	font-weight:bold;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	font-weight:bold;
}

p {	
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:7.5pt;	
	color:#000;	
	text-decoration:none;
}

p.caption {
	font-size: 6pt;
	line-height: 0;
}

a.caption {
	color:#993333;
	font-size: 6pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
}

a.caption:hover {
	color: blue;
	font-size: 6pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
}

ul.menulist {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	list-style: none;
	margin-left:-15px;
}

ul.contentlist {
	list-style: none;
	margin-left:-30px;
}

object {
		width: 400px;
		height: 330px;
}

embed {
		width: 400px;
		height: 330px;
}

a.menu {
	color:#cc9933;	
	text-decoration:none;	
	font-weight:normal;	
	font-style:normal;	
	line-height:normal;
}

a.link {
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:7.5pt;	
	color:#993333;	
	text-decoration:none;	
	font-weight:bold;
}

a.link:hover {
	text-decoration:none;	
	color:blue;
}

a:hover {
 	text-decoration:none; 	
	color:#fff;
}

a img {
	border:0;
}

.right {
	float: right;
	padding: 0 0 0 20px;
	text-align: right;
}

.ital {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.submenu {
	position:absolute;	
	top:25px;	
	left:150px;	
	width:800px;	
	height:25px;
}

#menu {
	margin-top:10px;	
	margin-left:0px;	
	width:150px;
}

#content {	
	position:absolute;
	top: 50px;	
	left: 150px;
	padding: 10px;
	width:65%;	
	min-height:80%;	
	min-width:600px;
	border-color:#000;	
	border-width:1px;	
	border-style:solid;	
	background-image:url('contentbackground.png');
}

