html { height: 100%; }
* html { height: 100%; }
* { font-size: 12px; }

body, table, th, tr, td, a, image, img, ol, ul, li, div, span, blockquote, form, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	/*font-family: "Avant Garde", "Futura", "Trebuchet MS", "Arial", sans-serif;*/
	font-family: "Lucida", "Lucida Sans", "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: black;
	padding: 0;
	margin: 0;
	height: 100%;
	min-width: 800px;
	background-color: #D5B96F;
	/*background-image: url(/images/bg.jpg);*/
}

a:link {color: #124016; }
a:visited { color: #124016; }
a:active { }
a:hover { color: red; }

td#sections
{
	background-image: url(images/bg_sections.gif);
}

#sections div, #islands div {
	display: inline;
}

#islands {
	background-color: #A9D54A;
}

/*div#spacer {
  position: relative;
	float: right;
	min-height: 325px;
	width: 1px;
}*/
.page {
	width: 800px;
}

.selected { background-color: #FF6; }
#preview { text-align: left; }
#preview h1
{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans", "Lucida Sans", "Arial", "Verdana", sans-serif;
}
#preview h2
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
#images
{
	/*border-color: black;
	border-width: 1pt;
	border-style: solid;*/
	float: right;
	margin: 0px 5px 5px;
	padding: 5px;
}
#images td
{
	/*border-color: black;
	border-width: 1pt;
	border-style: dotted;*/
	font-style: italic;
	text-align: center;
	margin: 100px;
}

#article-list
{
	vertical-align: top;
	text-align: left;
	width: 180px;
	border-right: black;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}

#footer
{
	height: 23px;
	text-align: center;
	background-image: url(images/footer.gif);
}

#copyrights {
	background-color: #A9D54A;
	height: 30px;
	text-align: center;
	font-size: 10px;
}
#copyrights a {
	font-size: 10px;
}