html, body {
	background-color: black;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

a { color: red; text-decoration: none; }
a:hover { color: blue; }

h1 {
	font-size: 22px;
	color: red;
}

h2 {
	font-size: 16px;
	color: blue;
}

h3 {
	font-size: 14px;
	color: red;
}

a img { border: none; }

cite {
	font-size: 12px;
	line-height: 2em;
	margin-left: 15px;
	color: #4E4E4E;
}

#container {
	background: url(../images/bg_body.jpg) top center repeat-y white;
	width: 850px;
	margin: 10px auto;
	position: relative;
}

#header {
	background-color: black;
	text-align: right;
	color: #AAA;
	width: 100%;
}

.log_txt {
	border: solid thin #AAA;
	background-color: black;
	color: white;
	height: 12px;
	font-size: 10px;
}

#content {
	background: url(../images/back.jpg) top center no-repeat;
	min-height: 525px;
}

#nav_box {
	background: url(../images/bg_head.jpg) bottom center no-repeat black;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#nav h1 {
	font-size: 14px;
	color: red;
	width: 100%;
	margin: 0;
	padding: 4px 0;
}
#nav h1:hover, #nav #hit {
	color: black;
}
#nav h2 {
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
	font-size: 12px;
	text-align: left;
	color: red;
	width: 95%;
	margin: 0;
	padding: 4px 0 4px 5%;
}
#nav h2:hover, #nav #subhit {
	color: black;
}
#nav td:hover h2 { display: block; }

.content { width: 100%; }

#top {

}

#copy td {
	min-height: 300px;
	padding: 0 8px;
}

#gallery {
	width: 300px;
	padding: 8px;
}

#teaser {
	padding: 8px;
	font-size: 14px;
}

#con_form {
	border: solid 1px #AAA;
	width: 100%;
	padding: 4px;
}
#con_form td {
	padding: 0 4px;
}

.list_obj {
	border: solid 1px #AAA;
	width: 100%;
	padding: 4px;
	margin: 4px;
}

.btn {
	border: none;
	background-color: #333;
	color: white;
	padding: 1px;
}
.btn a {
	color: white;
	padding: 5px 3px;
}
.btn:hover {
	border: solid 1px #333;
	background-color: white;
	color: #333;
	padding: 0;
}

#footer {
	background: url(../images/bg_foot.jpg) top center no-repeat;
	text-align: right;
	height: 10px;
	width: 100%;
	padding-top: 15px;
}
#footer a { color: white; }
#footer a:hover { color: red; }
