body {
	position: relative; 
	margin: 0; 
	padding: 0;
}

body h1 {
	background-image: url('/images/site/title_bg.png');
}

div#content {
	position: absolute; 
	top: 26px; 
	left: 161px; 
	right: 25px;
	color: #EEEEEE;   /* EED */
	font: 13px Verdana, sans-serif; 
	padding: 10px; 
	border: solid #FFCC99;
	background-image: url('/images/site/fade.png');
}

div#content p {
	margin: 0 1em 1em;
}

div#content h3 {
	margin-bottom: 0.25em;
}

div#links a {
	display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 2px; 
	border-width: 0; 
	text-decoration: none; 
	color: #FFC;
}

div#links a:hover {
	color: #411;
}

h1 {
	margin: -9px -9px 0.5em; 
	padding: 15px 0 5px; 
	text-align: right; 
	background-image: url('/images/site/title_bg.png');
//	background: #EEAAAA; 
	color: #024; 
	letter-spacing: 0.5em; 
	text-transform: lowercase; 
	font: bold 25px sans-serif; 
	height: 28px; 
	vertical-align: middle; 
	white-space: nowrap;
}

dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: white;}
div#content a:visited {color: #CCBBB;}
div#content a:link:hover {color: #FF0000;}
div#content a:visited:hover {color: #CC0;}
div#links {position: absolute; top: 52px; left: 0; width: 160px; height: 700px; font: 16px Verdana, sans-serif;}
code, pre {color: #EECCCC; font: 110% monospace;}

div#content .sidebar {
	font-size: 1.2em;
	font-weight: bold;
}

div#content form {
	width: 90%;
	margin: 3em auto;
	color: #EEEEDD;
}

div#content fieldset {
	border: 2px groove #EEEEDD;
	margin: 1.5em 0 0 0;
	padding: 0;
}

div#content fieldset.buttons {
	align: center;
}

div#content label {
	display: block;
	font-weight: bold;
	float: left;
	clear: left;
	width: 9em;
	text-align: right;
	line-height: 1.8em;
	padding-right: 1em;
	color: #EEEEDD;
}

div#content select {
	float: left;
	color: #FF0000;
}

div#content input {
	margin: 0 0 .5em 0;
	width: 12em;
	float: left;
	display: block;
}

div#content input.title {
	width: 40em;
}

div#content input.file {
	width: 17em;
}

div#content ol.files {
	margin-left: 10em;
	color: #EEEEDD;
}

div#content br {
	clear: both;
}

div#content legend {
	font-weight: bold;
	margin-left: 1em;
	color: #EEEEDD;
}

div#content fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

div#content fieldset li {
	padding-bottom: 1em;
}

div#content fieldset.submit {
	border-style: none;
}

ul {
	padding: 1em 1em 0 1em;
	list-style: none;
}

div#footer {
	clear: both;
	position: fixed;
	padding: 5px; 
	border: solid #FFCC99;
	left: 242px;
	right: 25px;
	bottom: 1px;
	height: 80px;
	color: #EEEEEE;
	font: 13px Verdana, sans-serif;
	background-image: url('/images/site/fade.png');
}

div#footer img {
	margin-top: -15px;
}

div#footer a:link {
	color: white;
//	margin-bottom: 5px;
}
div#footer a:visited {color: #CCBBBB;}
div#footer a:link:hover {color: #FF0000;}
div#footer a:visited:hover {color: #CC0;}
