html, body { height: 100%; }
body {
	background-color: black;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: white;
}

a {
	text-decoration: none;
	color: #F93;
}
a:hover { color: #F60; }
a img { border: none; }

h1 {
	font-size: 22px;
	color: #F93;
}

h2 {
	font-size: 16px;
	color: white;
}

h3 {
	font-size: 12px;
	color: white;
}

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_body.gif) repeat-y left top black;
	width: 960px;
	min-height: 100%;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

#header {
	width: 720px;
	height: 200px;
	float: right;
}

#nav {
	font-family:  'Century Gothic', Verdana, Geneva, sans-serif;
	width: 720px;
	float: right;
}
#nav h1 {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #F93;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
#nav h1:hover, #nav #hit { color: white; }

#nav_div {
	border-bottom: solid thin white;
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

.content {
	width: 720px;
	float: right;
}
.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#copy td { padding: 0 8px; }

#teaser {
	font-size: 14px;
	padding-left: 10px;
}

#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;
}

.list_obj {
	border: solid 1px white;
	float: right;
	width: 130px;
	height: 90px;
	margin: 4px;
	padding: 2px;
	position: relative;
}
.list_obj h2 {
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 2px 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.list_obj div {
	background-color: #F93;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 134px;
	height: 94px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.list_obj:hover div { display: block; }

#footer {
	text-align: right;
	color: #F93;
	clear: both;
}

#wp-link a {
  display: block;
  font-size: 10px;
  color: #444;
  margin-top: 40px;
}
