@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url("JavaJam/background.gif");
}

h1 {
	background-color: #ccaa66;
	color: #000000;
	text-align: center;
	line-height: 200%;
}
h2 {
	text-transform: uppercase;
	background-color: #ffffcc;
	color:  #663300;
	font-size: 1.2em;
	border-bottom: 1px solid #000000;
	margin-right: 20px;

}
.floatright {
	float: right;
	padding-left: 20px;
}
.twoColElsLt #container {
	width: 80%;
	background-color: #ffffcc;
	border: 2px double #000000;
	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. */
}

.twoColElsLt #logo {
	background-color: #ccaa66;
	text-align: center;
	margin: 0;
	border-bottom: 2px double #000000;
}
.twoColElsLt #nav {
	float:left;
	width: 200px;
	padding-top: 10px;
}

.twoColElsLt #nav a {
	border: 2px inset #000000;
	background-color: #996633;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 15px;
	text-decoration: none;
	text-align: center;
	
}

.twoColElsLt #nav a:link {
	color: #ccaa66;
}

.twoColElsLt #nav a:hover {
	border: 2px outset;
	color: #ffffcc;
}

.twoColElsLt #nav a:active {
	border: 2px outset;
	color: #ccaa66;
}

.twoColElsLt #mainContent {
	background-color: #e8d882;
	margin-left: 150px;
	color: #000000;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: auto;	
}

.twoColElsLt #musicContent {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColElsLt #footer {
	background-color: #ccaa66;
	border-top: 2px double #000000;
	color:#000000;
	padding: 20px 20px;
	font-size: .60em;
	font-style: italic;
	text-align: center;
}
