body { background-image: url(images/marble.jpg); }
blockquote { clear: both; padding: 3px; text-align: center; font-size: 12px; text-indent: 0; }
h1, caption { font-size: 20px; font-style: oblique; font-weight: bold; }
h2 { font-size: 16px; font-weight: bold; }
li { text-indent: 0; }
td { padding: 3px; }
a, a:visited { color: #224833; text-decoration: none; }
a:hover { color: #f1e0b2; text-decoration: underline; }

.nospace { margin: 0; padding: 0; }
.centered { text-align: center; }
.noborder { border: none !important; }
.nakedlist { list-style: none; }
.contactinfo {
	margin-left: 55px;
	font-size: 14px;
	text-align: justify;
	text-indent: 0;
}
.areaslist { float: left; width: 170px; margin: 15px 0 15px 15px; }

#container {
	background-image: url(images/paper.jpg);
	width: 724px;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #224833;
}

#banner img { display: block; width: 0; }
#banner {	background: url(images/header.jpg) no-repeat; height: 130px; width: 730px; }

#header {
	background: #666f6a url(images/header.jpg) no-repeat;
	width: 724px;
	height: 136px !important;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 2px solid #224833;
}

#navlist { width: 724px; margin: 0; padding: 98px 0 0 0; list-style: none; }
#navlist li { float: left; margin: 0; padding: 0; display: inline; }
#navlist a:link, #navlist a:visited {
	float: left;
	color: #f1e0b2;
	background: url(images/tab.gif) top left no-repeat;
	height: 38px;
	width: 103px;
	margin: 0;
	overflow: hidden;
	position: relative;
	cursor: hand;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-family: georgia, verdana, serif, sans-serif;
	font-weight: bold;
}
#navlist a:hover { text-decoration: underline; }
#navlist .last { width: 100px !important; }
#navlist .fix, #navlist .fixoneline { position: absolute; top: 3px; left: 21px; }
#navlist .fixoneline { top: 11px; }
#navlist .fixwide { position: absolute; left: 3px; top: 3px; }
#navlist .fixwide2 { position: absolute; left: 12px; top: 3px; }

#content {
	margin: 0;
	padding: 5px;
	background-image: url(images/paper.jpg);
	background-color: #fcf6ee;
	text-indent: 10px;
}
*:first-child+html #content {
        padding: 0;
        text-indent: 0;
} 
#content p { padding: 0 10px; text-align: justify }
#content p img {
	float: right;
	margin: 8px 5px 5px 15px;
	border: 3px groove #ccc;
}
#content #maincontent { float: left; }
#auxcontent {
	background-image: url(images/marble.jpg);
	float: right;
	width: 220px;
	height: 377px;
	margin: 20px 7px 7px 7px;
	padding: 7px 14px 7px 7px;
	border: 4px outset #9c9c9c;
	font-size: 14px;
	text-indent: 0;
}
#auxcontent p { text-align: left; }
#auxcontent .headline {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#contact { width: 300px; margin: 10px 0 10px 10px; text-indent: 0; }
#contact legend {
	background-color: #224833;
	color: #f1e0b2;
	padding: 4px 8px;
	border: 2px groove #ccc;
}
#contact label { margin-right: 8px; font-weight: bold; }
#contact input { margin: 3px; }
#directory { margin: 15px auto; }

address {
	background-image: url(images/marbledark.jpg);
	color: #333;
	width: 350px;
	clear: both;
	margin: 5px auto;
	padding: 5px;
	border: 4px groove #ccc;
	text-align: center;
	text-indent: 0;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;	
}
#designedby {
	text-align: center;
	font-family: sans-serif;
	font-size: 10px;
}

/* ie specific stuff */
* html #container { width: 714px; }
* html #navlist a:link, * html #navlist a:visited { padding-top: 3px; font-size: 12px; }
* html #content {	margin: 10px 0 0 0; }
* html .areaslist { list-style: inside disc; margin: 0 0 15px 23px; }
* html .indent { margin-left: 16px; } /* indents second line on practice areas */