* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Tahoma, Arial, sans-serif;
 font-size: 13px;
 background: #000;
 color: #eee;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 background: #000;
 padding-bottom: 12px;
}
#header {
 color: #eee;
 width: 922px;
 float: left;
 height: 100px;
 background: #000 url("header.gif") no-repeat;
}

p {
	padding-bottom: 12px;
}

a { color: #EFDE2C; }
a:visited { color: #EFDE2C; }
a:hover { color: #eee; }
a:active { color: #eee; }

h1 {
	font-family: "lucida console", "courier new", monospace;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.faint {
	color: #999;
}

.fainter {
	color: #333;
}

h2 {
	font-family: "lucida console", "courier new", monospace;
	font-size: 14px;
	text-align: left;
	margin-bottom: 4px;
	text-decoration: underline;
}

hr {
	width:90%;
	margin-bottom:8px;
}


#theframe { 
 color: #eee;
 border: none;
 border-bottom: 1px solid #ddd;
 background: #000 url("caleb-lessons.jpg") no-repeat;
 margin: 100px 0 0 0;
 padding: 0;
 height: 580px;
 width: 922px;
 float: left;
}

#themenu {
	float: left;
	margin: 25px 20px 0 0;
	height: 300px;
	width: 220px;
	border: 1px solid #222;
	padding: 10px;
	line-height: 130%;
	overflow: auto;
	background: url("spbg.png");
}

.leftmenu {
	float: left;
	margin: 30px 0 0 15px;
	font-family: "lucida console", "courier new", monospace;
	font-size: 18px;
	text-align: center;
}

.menuitem {
	font-family: "lucida console", "courier new", monospace;
	font-size: 18px;
	text-align: center;
	padding: 6px 0 6px 0;
}

/*
.menuitem:hover {
	background-color: #777;
}
*/

.menuitem a {
	text-decoration: none;
	color: #eee;
	text-align: center;
}

.menuitem a:hover {
	color: #ffd86d;
}

.menuitem a:visited {
	color: #eee;
}


#thecontent {
	float: right;
	margin: 25px 0 0 0;
	height: 350px;
	width: 220px;
	border: 1px solid #222;
	padding: 10px;
	line-height: 130%;
	overflow: auto;
	background: url("spbg.png");
}

#bottomplayer {
	position: relative;
	top: 430px;
	margin: 7px 0 14px 0;
	text-align: center;
	background: url("spbg.png") repeat-both;
}
