body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}

/* divs */

#container {
	border: 1px solid #000033;
	margin: 10px;
	background-color: #FFFFFF;
	height: 90%;
}
#header {
	background-color: #CCCCCC;
	border-bottom: 1px dotted #000000;
	height: 40px;
	vertical-align: bottom;
	background-image:url(../images/band-logo.jpg);
}
#header .logo {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#footer {
	background-color: #CCCCCC;
	border-top: 1px dotted #000000;
	height: 40px;
	background-image:url(../images/band.jpg);
}
#subheadleft {
	float: left;
	background-color: #FFCCCC;
	border-bottom: 1px dotted #000000;
	height: 40px;
}
#subheadright {
	float: right;
	background-color: #FFCCCC;
	border-bottom: 1px dotted #000000;
	height: 40px;
}

/* links and navigation */

/* main navigation */
#nav {
	float: right;
	background-color: #FFFFFF;
}
#nav ul {
	margin-left: 1em;
	padding-left: 0;

	list-style: none;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	border-right: 1px  #B2BCC6;
	margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
}
#nav a:hover {
	color: #CCCCCC;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

/* link lists with arrow */

.navlist ul {
	margin-left: 20px;
	padding-left: 0;

	list-style-image: url(../images/right-arrow-red.gif);
}

#content {
	margin-left: 2em;
	margin-right: 16em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 100%;
	line-height: 1.2em; 
	padding-left: 1.2em;
}
