@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url("JavaJam/background.gif");
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333000;
}

.nav {
	text-align: center;
}
h1 {background-color: #ccaa66;
	color: #000000;
	text-align: center;
}
h2 {
	background-color: #ccaa66;
	font-size: 1.2em;
	padding-left: 10px;
	padding-bottom: 5px;
}

.oneColElsCtr #container {
	width: 700px;
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #musicContent {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	background-color: #ccaa66;
	color:#000000;
	font-size: .60em;
	font-style: italic;
	text-align: center;
}
