BODY {
	background: #d3d7cf;
	font-family: 'DejaVu Sans', 'Verdana', sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 16px;
}

#layout {
	width: 798px;
	margin: 0px auto;
	background: #eeeeec;
	border: solid #000 1px;
	border-bottom-width: 3px;
	overflow: hidden;
}

A {
	text-decoration: none;
	color: #8f5902;

}

A:hover {
	text-decoration: underline;
	color: #4e9a06;
}

A IMG {
	border: none 0px;
}

TABLE, TD {
	border: solid #babdb6 1px;
}

#title {
	background: #e9b96e url('./img/titlebg.png') repeat scroll center center;
	text-align: center;
	border-bottom: solid #000 1px;
	padding: 8px;
}

#title H1 {
	font-family: 'DejaVu Sans', 'Verdana', sans-serif;
	text-transform: uppercase;
	margin: 0px;
	width: 100%;

}

#title H2 {
	font-family: 'DejaVu Sans', 'Verdana', sans-serif;
	margin: 0px;
	width: 100%;
	font-size: 16px;
	font-style: italic;

}

#tabs {
	overflow: hidden;
}

#tabs UL {
	padding: 0px;
	margin: 0px;
	float: left;
	background: #555753 url('./img/tabsbg.png') repeat-x scroll top left;
	border-bottom: solid #000 1px;
	padding: 3px;
	width: 100%;
}

#tabs UL LI {
	display: inline;
}

#tabs A {
	background: #fcaf3e url('./img/tabbg0.png') repeat-x scroll center left;
	border: solid #f57600 1px;
	text-decoration: none;
	margin: 2px;
	color: #2e3436;
	padding: 1px;
	display: block;
	float: left;
}

#tabs A.chosen {
	background: #2e3436 url('./img/tabbg1.png') repeat-x scroll center left;
	border-color: #555753;
	color: #eeeeec;
}

#tabs A:hover {
	background: #edd400 url('./img/tabbg2.png') repeat-x scroll center left;
	border-color: #c4a000;
	color: #2e3436;
}

#tabs A:active {
	background: #d3d7cf;
	border-color: #babdb6;
	color: #2e3436;
}

#info {
	float: right;
	width: 198px;
	background: #c17d1e url('./img/infobg.png') repeat scroll top right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	min-height: 50px;
	border: solid #000 1px;
}

#info A {
	color: #a40000;

}

#info A:hover {
	color: #8f5902;
}

#info P {
	margin: 2px;
}

#content {
	padding: 2ex 2em;
	margin: 0px;
	overflow: hidden;
}

#content P.par {
	margin: 0.8ex 0px;
	text-align: justify;
	text-indent: 3em;
	color: #2e3436;
}

.news {
	border-bottom: solid #babdb6 2px;
	margin-bottom: 4ex;
}

.news .date {
	font-style: italic;
	font-size: 0.85em;
	border-bottom: solid #d3d7cf 1px;
}

#newslinks A {
	margin-left: 3em;
}

#admin {
	top: 2px;
	left: 2px;
	position: absolute;
}

#admin A {
	color: #2e3436;
	text-decoration: none;
	background: #d3d7cf;
	border: solid #babdb6 1px;
	padding: 1px;
	display: block;
	margin-right: 2px;
	float: left;
}

#admin A:hover {
	background: #729fcf;
	border: solid #3465a4 1px;
}

#ads {
	text-align: center;
	margin: 2ex 0px;
}

#ads IMG {
	margin: 0px 1em;
	border: solid #000 1px;
}

#footer {
	font-size: 0.85em;
	text-align: center;
}
