@CHARSET "UTF-8";

html, body {
	text-align: center;
	background-color: #2F414F;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.daLink, .daLink a:link, .daLink a:hover, .daLink a:active, .daLink a:visited {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	color:#000;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}

p, li, div, a {
	font-family: Geneva, "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
}

#slideshow {
    position:relative;
    height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#main {
	text-align: left;
	width: 960px;
	border: 10px solid #0C470D;
	margin: 1em auto 0.5em auto;
}

#top {
	height: 300px;
	background-color: #FFF;
	background-repeat: no-repeat;
	position: relative;
}

#header {
	padding: 10px;
	height: 230px;
	position: relative;
}

#nav {
	padding: 10px;
	height: 30px;
	z-index: 10;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	padding: 0.5em;
	color: #fff;
}

#nav ul li a:hover {
	color: #CCC;
}

#content {
	background-color: #CCC;
}

#aside {
	padding: 10px;
	width: 260px;
	min-height: 300px;
	float: right;
}

#aside p {
	font-size: smaller;
}

#aside a {
	font-size: 90%;
}

#article {
	padding: 10px;
	min-height: 300px;
	width: 650px;
	background-color: #FFF;
}

#section {
	display: table;
	text-align: center;
	margin: auto;
}

.td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.td img {
	margin: 10px;
	border: 1px solid black;
}

.td p, .td ul {
	text-align: left;
}

.td span {
	padding-left: 1em;
	padding-right: 1em;
}

.rf {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

#footer {
	text-align: left;
	width: 960px;
	margin: 0em auto 0em auto;
	padding-bottom: 1em;
	clear: both;
	color: #CCC;
	font-size: smaller;
}

#homelink {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 375px;
	height: 165px;
	border: 0px;
}

#stlink {
	display: block;
	width: 275px;
	height: 88px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
}

