html, body {
	background: url(/images/body.jpg) repeat #655B52;
	color: #111;
	margin: none;
	font-family: 'century gothic', tahoma;
	font-size: 14px;
	font-weight: normal;
}

#logo {
	height: 160px;
	width: 1000px;
	background: url(/images/logo.jpg) no-repeat top center transparent;
	color: #eee;
	margin: auto;
      margin-top: -8px;
}

#workzone {
	height: auto;
	width: 1000px;
	background: url(/images/copyr.jpg) repeat-y top center #222;
	color: #eee;
	margin: auto;
      margin-top: 0;
	padding: 0;
}

#workzone_main {
	height: 408px;
	width: 1000px;
	background: #222;
	color: #eee;
	margin: auto;
      margin-top: 0;
	padding: 0;
}

#footer {
	height: 175px;
	width: 1000px;
	background: url(/images/footer.jpg) no-repeat top center #222;
	color: #eee;
	margin: auto;
}

#after {
	height: auto;
	width: auto;
	margin: auto;
	background: transparent;
}

a {
	color: #DB9F42;
}

.copy {
	color: #eee;
}

.textbox {
	height: 140px;
	width: 500px;
	padding-top: 20px;
	margin-left: 100px;
	text-align: left;
	float: left;
	font-family: tahoma;
	/*font-size: 12px;*/
}

.tbox {
  height: 300px;
  width: auto;
  text-align: left;
  color: #eee;
  font-size: 14px;
  font-family: tahoma;
  margin: auto;
  padding: 0;
  overflow: hidden;
  padding-left: 100px;
 
}

#board_name, #new #dom, #admin_email, #admin_name, #board_description, input {
	background: transparent;
	border: 1px solid #eee;
	color: #eee;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #eee;
}


#hubmenu {
     text-align: center; 
     padding: 90px 0px 0px 0px;
}

#hubmenu li {
     display: inline; 
     font-size: 16px; 
     font-family: tahoma; 
     margin-right: 5px;
}

#hubmenu li a 
{
	text-decoration: none; 
    color: #DB9F42;
}

a:hover, #hubmenu li a:hover
{
    text-decoration: underline; 
    color: #fff;
}
