html, body{
  	margin:auto;
  	margin: 0;
  	padding:0;
  	background-color: #222;
  	color: #ccc; 
 	font-size: 12px;
  	font-family: futura,tahoma, arial;
  	height: 100%;
  	overflow: hidden;
}
#container {
	text-align: center;
	margin: auto;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #222;
  	background-image: url(../img/backLOW.jpg); 
  	background-repeat: repeat-y;
  	background-attachment: fixed;
}
#content {
	margin: 0 auto -16px;
	text-align: left;
	min-height: 100%;
	width: 926px;
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
	padding-left: 12px;
}
* html #content {
 height: 100%;
}
#footer {
height:12px;
width: 100%;
text-align: center;
}
#infoot {
text-align: right;
position: relative;
left: 0px;
width: 900px;
color: #fff;
background: #191919;
padding-top: 2px;
height: 14px;
font-size: 9px;
}
hr {
height: 0px;
border: 0px;
border-bottom:1px solid #333;
}
html>body #infoot {
left: -6px;
}
#copyright {
float: left;
padding-left: 20px;
}
#footby {
padding-right: 20px;
}
img { 
border: 0px;
}
a {
color: #999;
text-decoration: none;
}
a:hover {
color: #fff;
}
input { 
 background-color: #262626; 
 border: 1px solid #777777;
 color: #ffffff;
 font-size: 12px;
 font-family: arial;
} 
input:hover { 
 background-color: #222222;
}
h1 {
font-size: 30px;
display: inline;
font-weight: 900;
color: #ffffff;
}
h2 {
font-family: futura, tahoma, arial;
font-size: 20px;
display: inline;
font-weight: 900;
color: #ffffff;
}
#head {
	position: relative;
	width: 901px;
	height: 203px;
  	background-image: url(../img/head.jpg); 
  	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 30px;
	left: 130px;
}
#head .topbar {
padding-top: 8px;
width: 900px;
height: 32px;
text-align: right;
background-image: url(../img/topbar.jpg);  
background-repeat: no-repeat;
}
.topbar  a {
color: #fff;
} 
.topbar a:hover {
color: #aaa;
}
.loginimg {
opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80;
}
.loginimg:hover {
opacity:1.00;filter: alpha(opacity=100); -moz-opacity: 1.0;
}
.loginlink {
display: block;
width: 100px;
padding: 5px;
}
.loginlink:hover {
background: #99cc00;
}
#searchbar {
height: 20px;
width: 190px;
position: relative;
left: 730px;
top: -5px;
* top: 2px;
z-index: 99999;
opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50;
}
.searchy { 
 background-color: #000; 
 border: 1px solid #fff;
 color: #ffffff;
 font-size: 12px;
 width: 130px;
} 
.searchy:hover {
 background-color: #111; 
}
.searched {
background-color: #99cc00;
color: #000;
}
#searchresult {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #262626;
}
#searchsummary {
width: 350px;
padding-left: 20px;
font-size: 10px;
padding-bottom: 20px;
}
#login {
 position: absolute;
 padding-left: 15px;
 top: 10px;
 font-size: 10px;
}
#login a {
text-decoration: none;
color: #fff;
}
#topNav {
position: relative;
top: -25px;
padding-right: 17px;
}
#head .menubar {
position:absolute;
top: 171px;
width: 901px;
height: 32px;
background-image: url(../img/menubar.jpg); 
background-repeat: no-repeat;
z-index: 1000;
}
.normal {
font-size: 12px;
color: #ccc;
}
#menuitem {
height: 32px; 
width: 150px; 
float: left;
background-repeat: no-repeat;
}
#menuitem img {
border: 0px;
opacity:.0;filter: alpha(opacity=0); -moz-opacity: 0.0;
}
#text {
padding: 20px;
padding-top: 20px;
width: 862px;
}
*html #text { width: 902px; }
#logBox {
font-family: futura, tahoma, arial;
background: #181818;
padding: 50px;
border: 1px solid #000;
border-left: 1px solid #99cc00;
}
*html #logBox {
width: 100%;
{
#gap { width: 20px; float: left; height: 20px; }
a:focus { outline: none; }
#slider {
width: 418px;
height: 26px;
color: #fff;
padding: 5px;
text-decoration: none;
}
html>body #slider {
height: 17px;
width: 408px;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:12px;
	font-weight: 900;
	padding:5px;
	width:350px;
	background-image:url('img/greenBar.jpg');
	border: 1px solid #111;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #111;
	background-color:#000;
	width:350px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
html>body .dhtmlgoodies_answer{
width: 360px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:10px;
	font-size:12px;	
	position:relative;
}