
body {
	color:#330000;
	background-color:#ffffcc;
	background-image:url(../../j-images/background.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size:105%;
}

h1 {
	background-color:#ccaa66;
	color:#000;
	text-align:center;
}

h2 {
	text-transform:uppercase;
	background-color:#ffffcc;
	color:#663300;
	font-size: 1.2em;
	border-bottom: 1px solid #996633;
	margin-right:20px;
}

img {
	border:none;
}

#logo {
	background-color:#ccaa66;
	color:#000;
	text-align:center;
	margin:0;
	border-bottom:2px double #996633;
}

/* added this to match the centering shown in the picture in the book */
#container {
	width:80%;
	min-width:700px;
	background-color:#e8d882;
	color: #000;
	border: 2px double #996633;
	margin:auto; /* used to center the page, equilizes the margins with remaining 20% */
}

#nav {
	float:left;
	text-align:center;
	width:100px;
	padding:8px 0 0 0;
	margin:0;
}

#nav ul {
	list-style-type:none;
}

/* added this so there would be better spacing between the elements */
#nav a {
	text-decoration:none;
	margin:4px 2px 4px -15px;
	padding:2px 10px 2px 10px;
	border:1px solid #f1e8b0;
	background-color: #ccaa66;
	width: 80px;
	text-align:center;
	display:block;
	color:#000;
}

#nav a:visited {
	background-color:#f1e8b0;
	border:1px solid #f6f8b8;
}

#nav a:focus {
	border:1px solid #ffbbaa;
	background-color:#996633;
	color:#f1e8b0;
}

#nav a:hover {
	background-color:#996633;
	color:#f1e8b0;
}

#nav a:active {
	border:1px solid #ffbbaa;
	background-color:#FF4411;
	color:#f1e8b0;
}

#nav a.current {
	border:1px solid #ff0000;
}

#content {
	margin-left:150px;
	background-color:#f1e8b0;
	color:#000;
	padding: 10px 20px;
	overflow:auto;
	/*border-left:2px solid #996633;*/
	min-height:140px;
}

#footer {
	background-color:#ccaa66;
	color:#000000;
	font-size:.6em;
	font-style:italic;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px double #996633;
}

.details {
	padding-left: 20%;
	padding-right:20%;
}

/* added to fix music page images since the font size doesn't seem to match the examples or thumbs are bigger */
.imgadjust {
	margin-top:-5px;
}

.floatright {
	#padding-left: 20px;
	float:right;
	margin-top:-5px;
	margin-bottom:5px;
}

.clearright {
        clear:right;
}

td,th {
	padding:10px;
}
#menutable {
	margin:auto;
}
.menubackground {
	background-color:#ca6;
}

.labelCol {
	float:left;
	text-align:right;
	width:100px;
	padding-right:10px;
}

.myRow {
	padding-bottom:20px;
}

.mySubmit {
	margin:10px;
}