body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	background: url(../images/layout/bkg.gif) repeat-y center #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
img {
	border: 0px;
	border-collapse: collapse;
}
.float_left {
	float: left;
	border: 3px;
	border-style: solid;
	border-color: #FFCC00;
	margin: 5px;
	padding: 0px;
}
.float_right {
	float: right;
	border: 3px;
	border-style: solid;
	border-color: #FFCC00;
	margin: 5px;
	padding: 0px;
}
a {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #FF6600;
}
h1 {
	font-size: 1.2em;
	color: #000000;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
h3 {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}

#encompass {
	position: relative;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 750px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	border: 1;
	border-style: solid;
	border-color: #FF9933;
	border-top-color: #006699;
	border-bottom-color: #006699;
}
#content {
	position: absolute;
	width: 530px;
	z-index: 3;
	top: 150px;
	left: 200px;
	margin: 10px;
	text-align: left;
	vertical-align: top;
	
}
#content_bkg {
	position: absolute;
	width: 560px;
	height: 10px;
	z-index: 2;
	top: 140px;
	left: 190px;
	margin: 0px;
	background: url(../images/layout/content_bkg.gif) no-repeat top left;
}
#titlebar {
	position: absolute;
	width: 440px;
	height: 17px;
	z-index: 3;
	top: 0px;
	left: 300px;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-size: 0.8em;
	color: #FFFFFF;
}
#titlebar a {
	text-decoration: none;
	color: #FFFFFF;
}
#titlebar a:visited {
	color: #CCCCCC;
}
#titlebar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#top {
	position: absolute;
	width: 750px;
	height: 140px;
	z-index: 2;
	top: 0px;
	left: 0px;
	margin: 0px;
}
#menu {
	position: absolute;
	width: 180px;
	z-index: 3;
	top: 140px;
	left: 0px;
	margin: 10px;
	color: #996600;
	font-weight: bold;
	font-size: 0.8em;
}
#menu a {
	text-decoration: none;
	color: #000000;
}
#menu a:visited {
	color: #333333;
}
#menu a:hover {
	color: #FF9933;
}
#menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu li {
	margin-top: 5px;
	margin-left: -15px;
}
#menu_bkg {
	position: absolute;
	width: 190px;
	height: 10px;
	z-index: 2;
	top: 140px;
	left: 0px;
	margin: 0px;
	background: url(../images/layout/menu_bkg.jpg) no-repeat top left;
}
#search_box {
	position: absolute;
	width: 300px;
	height: 40px;
	z-index: 3;
	text-align: right;
	top: 112px;
	left: 445px;
	margin: 0px;
}
#quiz {
	margin-top: -5px;
	margin-bottom: 8px;
}
#wordsearch {
	font-family: Courier;
}