body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #323940;
}

 #header a:hover {text-decoration: none; background:none; border:0}
 
a:link { color: #FFA200; }
a:visited { color: #FFA200; }

a:hover, a:active
{
	color: #000;
	background-color: #FFBE4D;
}


h1
{
	color: #93BCD9;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h1 a { text-decoration: none; }

h2
{
	color: #FFA200;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 1000px;
	text-align: left;
	background-color: #000;
	border: 1px none #262B31;
}

#header
{
	height: 91px;
	width: 100%;
	background-image: url(/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #262B31;
	border-bottom: 1px solid #262B31;
}
#bannerfloat
{
	float: right;
}



#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 305px;
	border-left: 1px solid #262B31;
	padding-left: 5px;
}

#contents { margin: 0 100px 40px 20px;}
#contents p { line-height: 165%; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}
.img-desc {
	position: relative;
	float: left;
	margin-right: 0px;
}
.img-desc p {
	float: left;
	background: #111;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	border-top: 1px solid #999;
}
.img-desc p span {
	float: left;
	padding: 5px 10px;
}

fieldset.search {
	border: none;
	width: 343px;
    margin: 520px 10px 5px 25px;

}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(key_bg.gif) no-repeat left top;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(key_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 138px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(key_bg.gif) no-repeat top right;	
}
.search button.btn:hover {
	background: #fbc900 url(key_bg.gif) no-repeat bottom right;	
}


