html, body { height: 100%; }
body {
	background: url(../images/bg_body.jpg) repeat-x left top #B8B8BA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover { color: #999; }
a img { border: none; }

h1 {
	font-size: 22px;
	color: #333;
}

h2 {
	font-size: 16px;
	color: #333;
}

h3 { color: #333; }

div hr { display: none; }

.hrdot, .hrdash, .hrsolid, .hrdouble { height: 5px; }

.hrdot { border-bottom: dotted thin #333; }

.hrdash { border-bottom: dashed thin #333; }

.hrsolid { border-bottom: solid thin #333; }

.hrdouble { border-bottom: double 4px #333; }

cite {
	font-size: 12px;
	line-height: 2em;
	margin-left: 15px;
	color: #EEE;
}

#container {
	background: url(../images/bg_content.jpg) repeat-y left top;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../images/bg_head.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
}

#nav {
	border-bottom: solid thin #B8B8BA;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	width: 940px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 5px 0;
	clear: both;
}
#nav h1 {
	font-size: 18px;
	font-weight: normal;
	color: #B8B8BA;
	height: 10px;
	margin: 0;
	padding: 0 0 10px 0;
}
#nav h1 a { color: #B8B8BA; }
#nav h1 a:hover, #nav #hit a { color: black; }

.content {
	width: 940px;
	margin: 0 auto;
}
.content:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

#copy {
	border-top: solid thin #B8B8BA;
	padding: 10px 0;
}

.bod_d {
	padding: 0 10px;
	text-shadow: #DDD -1px 1px 1px;
	line-height: 1.4em;
}

#gallery .bod_d { padding: 10px 10px 10px 5px; }

#teaser .bod_d {
	font-size: 16px;
	line-height: 1.5em;
	text-shadow: #EEE -2px 2px 1px;
}

#con_form {
	border: solid 1px #AAA;
	width: 100%;
	padding: 4px;
}
#con_form label {
	display: block;
	width: 75px;
}
#con_form td {
	padding: 0 4px;
}

.btn {
	border: none;
	background-color: #333;
	color: white;
	padding: 1px;
}
.btn:hover {
	border: solid 1px #333;
	background-color: white;
	color: #333;
	padding: 0;
}

#footer {
	background: url(../images/bg_foot.jpg) no-repeat left bottom;
	margin: 0;
	padding: 5px 0 20px 0;
}

