/***Misc Tags***/

/* {
  margin: 0px;
  padding: 0px;
}

body {
  background: black url('bg.jpg') top center no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #272721;
}*/

html, body {
	background: black url('bg.jpg') top center no-repeat;
	color:#272721;
	font: 90% "Trebuchet MS", sans-serif;
	margin:0;
	padding:0;
	line-height:130%;
	}

#container {
	margin:0 auto;
	padding-top:220px;
	width:890px;
	}

#contentHeader {
	background: url('contentHeader.png') no-repeat;
	height:39px;
	width:890px;
	}

#contentBody {
	background: url('contentBody.png') repeat-y;
	width:890px;
	margin:0;
	padding: 0 0 3px 45px;
	}

#contentBody p{
	font-size:12pt;
	margin-bottom:20px;
	width:795px;
	text-align:justify;
	}

#contentFooter {
	background: url('contentFooter.png') no-repeat;
	height:50px;
	width:890px;
	}

a img {
  border: 0px;
}

a {
  text-decoration: none;
}

input, textarea {
  background: #333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  color: #f4f4f4;
  border: 2px solid #555;
}

.front {
  font-family: lucida, 'Lucida Grande', verdana, arial, sans-serif;
  font-size: 16px;
  width: 240px;  
}

#connect {
	width:795px;
	text-align:center;
}

.timer {
  font-family: lucida, 'Lucida Grande', verdana, arial, sans-serif;

	font-size:16pt;
	}

/**** Span class's *****/

.hidden {
text-indent:-9000px;
}

.br {
  clear: both;
}

.pink {
  color: #D01A71;
}

.small {
  font-size: x-small;
}

.large {
  font-size: xx-large;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/***Header***/

#search {
  margin-top: 0px;
  float: right;
}

#search button {
  margin-left: 5px;
  padding: 0 2px 2px 2px;
}

/***left Side Bar***/

#navlist {
text-align:right;
  width: 170px;
margin: 0;

}

#navlist ul {
	margin:0 0 10px 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	display: table;


}

#navlist li {
	display: table-cell;
	position: relative;

	}

#navlist li a{
  float:right;
  display: block;
  height: 25px;
  width: 146px;
  padding:5px;
  background: inherit;
  border-right: 4px solid #444;
  color: #272721;
  text-transform: lowercase;
  font-size: 0.9em;
  background: #878877;
}

#navlist li a:hover {
  color: #f4f4f4;
  background: #333;
  border-right: 4px solid #c7c8b7;
}

#navlist li .active {
  color: #999;
  background: #333;
  border-right: 4px solid #444;
}

/***Content***/

#content {
  width: 958px;
margin:0 auto;
}

a, a:active, a:visited {
	color:#2f3023;
	font-weight: bold;
}

a:hover {
	color:#5b5d48;
	font-weight: bold;
}

#content p, td {
  line-height: 1.4em;
  font-size: 0.7em;
  color: #f4f4f4;
}

#content h3 {
  text-indent: 20px;
  color: #999;
  letter-spacing: -0.1em;
  margin-bottom: 4px;
}

#content h3:hover {
  color: #fff;
}

#content .code{
  color: #444;
  background: #F4f4f4;
  border: 1px solid #ccc;
  padding: 1px;
  padding-left: 25px;
  font-family: "courier new", helvetica, "times new roman", monospace;
  font-size: 0.8em;
  width: 470px;
  margin: 2px auto;
  white-space: nowrap;
  overflow: auto;
}

#content  code {
  color: #fff;
  font-family: "courier new", helvetica, "times new roman", monospace;
  background-color: #333;
  font-size: 1.2em;
}

#content blockquote {
  color: #999;
  font-style: italic;
  text-align: center;
  width: 300px;
  margin: 10px auto;
}

/***Footer***/

#footer {
  text-align: center;
  color: #666;
  margin-top: 30px;
  font-size: 0.7em;
}

#footer p {
  color: #272721;
font-size:10pt;
}

#footer a {
  color: #272721;
}

#footer a:hover {
  color: #f4f4f4;
}
