body {
	background: #452a5d url(images/background.jpg) top left repeat-x;
	margin: 0; padding: 20px 0; border: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	color: #452a5d;
	text-align: center;
	min-width: 380px;
}

#outer_wrapper {
	width: 750px;
	margin: 10px auto;
	background-color: #eaf0df;
	color: #452a5d;
	border: 2px dotted #bcb0d5;
	line-height: 150%;
}
#wrapper {
	background: #eaf0df url(images/background_harp.jpg) top center no-repeat; */
	
}
#header {
	border:1px solid #eaf0df;
	
	background: #dddddd url(images/header.gif) top center no-repeat;
	border-bottom: 1px solid #666;
	height: 80px;
	min-width: 613px;

	/* this is to "give layout" to the element and fix some peek-a-boo bug in  IE (v6 sp2) */
	width:100%;
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	margin:0 -1px;
}
#header h1
{
	display: none; 
	margin-left: -6000px;
}
#container {
	float:left;
	width:95%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
	margin-left:-200px
}
#nav {
	float:left;
	width:150px;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:200px;
}
#content, #contentleft {
	/* the width from #left (150px) + the negative margin from #container (200px) */
	margin-left:360px;
}
#contentleft
{
	text-align: left;
}
#contentleft img
{
	float: right;
	margin: 0 0 8px 8px;
	border: 1px solid #452a5d;
}
/* good to know: if #photos is to be shorter than #main, then there is no need for this rule */
#photos {
	/* this is to keep the content of #photos to the right of #main even if the content of "main is shorter */
	padding: 20px 0 20px 100%;
	/* this is to "bring back" the #photos that has been moved out of the viewport because of the padding value */
	margin-left:-220px;
	width: 220px;	
}
#photos p {
	/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
	position:relative;
	text-align: center;
}
#photos img {
	text-align: center;
}
#footer {
	/* see #outer_wrapper  */
	width:100%;
	/* this is to clear #container */
	clear:both;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	background:#b0b0b0
}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}
a:link, a:visited
{
	color: #64342b;
	font-weight: bold;
	text-decoration: none;	
}
a:hover, a:active
{
	color: #3F2D74;
	font-weight: bold;
	text-decoration: none;	
}

div#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid gray;
}
div#nav li
{
	border-top: 1px solid gray;
	margin: 0;
}
div#nav li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #ccc;
	color: #64342b;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	/* width: 140px; */
}
html>body #nav li a
{
	width: auto;
} 
div#nav li a:hover
{
	background-color:#eaf0df;
	color:#c99;
}
.nolink
{
	display: block;
	padding: 15px 5px 5px 0.5em;
	line-height: 20px;
	font-size: 1.1em;
	background-color: #eaf0df;
}
.current
{
	display:block;
	padding: 5px 5px 5px 0.5em;
	background-color: #dddddd;
	color: #452a5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
div#nav ul li .current:before, div#content a:before
{
	content: "\00BB \0020";
}
.quote
{
	background-color: #dddddd;
	border: 2px dotted #bcb0d5;
	padding: 4px;
	width: 180px;
	text-align: center;
	font-style:italic;
	margin: 20px auto;
}
div#contentleft dl dt
{
	padding-left: 12px;
	margin-top: 8px;
	background-image: url(images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
}
div#contentleft ul
{
	list-style-type: none;
	padding:0; margin: 0; border: 0;
}
div#contentleft ul li
{
	margin-bottom: 12px;
}
div#contentleft ul dl
{
	margin-left: 2em;
}
div#contentleft input
{
	background-color: #dddddd;
	border: 1px solid #452a5d;
	font-size: 10px;
	color: #600;
}
div#contentleft .inputlg
{
	width: 25em;
}
div#contentleft .inputmed
{
	width: 15em;
}
div#contentleft .inputsm
{
	width: 3em;
}
div#contentleft .btn
{
	cursor: pointer;
	border-width: 2px;
	border-style:outset;
	font-size: 1.2em;
	font-weight: bold;
}
div#contentleft .aligncenter
{
	text-align: center;
}