html, body {
height: 100%;
margin:0;
padding:0;
background-color: #201d1d;
}
		body {
background-image: url("images/trans.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
#maincontainer{
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
width: 910px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #111111;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #795D48;
	border-left-color: #795D48;
}

#topsection{
background: #111111;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{

margin-right: 320px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: right;
width: 320px; /*Width of right column*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
background: #111111;
}

#footer{
clear: left;
width: 910px;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
background: #111111;
}
.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer a{
color: #cccccc;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA216;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA216;
	text-decoration: none;
}

.textlink1 {
	color: #FFA216;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA216;
	margin:0px;
}
.mmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	background-color: #F4F4F4;
	border: 1px solid #FFA216;
	height: 18px;
	width: 195px;
}
.searchboxbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFA216;
	background-color: #201D1D;
	border: 1px solid #FFA216;
	height: 22px;
	font-weight: bold;
	text-transform: none;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA216;
	background-color: #F4F4F4;
	border: 1px solid #FFA216;
}
.borderline {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #795D48;
	border-left-color: #795D48;
}
.textlink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA216;
	text-decoration: underline;
}
#wrapper{
width: 630px;
margin: 0 auto;
}
.box{
background: #fff;
}
.tab{
float: left;
height: 30px;
width: 60px;
margin: 0 1px 0 0;
text-align: center;
background: #FFA216 url(images/greentab.jpg) no-repeat;
}
.tabend{
float: left;
height: 30px;
width: 65px;
margin: 0 0 0 0;
text-align: center;
background: #FFA216 url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #111;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}.users {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	background-color: #F4F4F4;
	border: 1px solid #FFA216;
	height: 15px;
}
.tdsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA216;
}
.searchboxbutton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA216;
	background-color: #201D1D;
	border: 1px solid #FFA216;
	height: 15px;
	font-weight: bold;
	text-transform: none;
}.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.wb {
	border: 1px solid #FFFFFF;
}

#fixme {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 0px; bottom: 0px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#fixme1 {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 0px; bottom: 0px;
}
body > div#fixme1 {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}