 /***Misc Tags***/



* {

  margin: 0px;

  padding: 0px;

}



body {

  
  background: #0668cd;
  font-family: Verdana, Arial, sans-serif;

  font-size: 16px;
  text-align:center;
  color: #fff;

}



a img {

  border: 0px;

}



a {

  text-decoration: none;

}



input, textarea {

  background: #c6c5c5;

  font-family: Verdana, Arial, sans-serif;

  font-size: 15px;

  padding: 4px;

  color: #000;

}



.front {

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

  font-size: 15px;

  width: 240px;

  

  

}



/**** 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;

}



/**** Site Container ****/



#container {
  background: #340100 url(header.png) no-repeat;
  width: 780px;
  position:relative;
  margin: 0px auto;
	padding: 0px;
  text-align:left;
}



/***Header***/



#logo {

    position: relative;

    margin-left: auto;

    margin-right: auto;

}



#logo h1 {

  margin-top: 180px;

  margin-left: 10px;

  font-size: 1.6em;

  letter-spacing: -0.1em;

}



#search {

  margin-top: 30px;

  float: right;

}



#search button {

  margin-left: 5px;

  padding: 0 2px 2px 2px;

}



/***left Side Bar***/



#navlist {

  float: left;

  width: 190px;

  margin-top: 175px;

  margin-left: 2px;

  background: #340100;

}



#navlist ul {

  list-style: none;

}



#navlist li a{

  display: block;

  height: 30px;

  width: 170px;

  padding: 5px;

  margin: 5px;

  background: inherit;

  border-right: 4px solid #340100;

  color: #ffffcc;

  font-size: 0.9em;

}



#navlist li a:hover {

  color: #f4f4f4;

  background: #8c7103;

  border-right: 3px solid #fff;

}



#navlist li .active {

  color: #ffffcc;

  background: #593d01;

  border-right: 3px solid #593d01;

}



.ads {

  padding: 9px;

  margin: 5px;

  }



/***Content***/



#content {

  float: left;

  width: 586px;

  margin-top: 160px;

  margin-left: 2px;

  background: #fff;

}



#content a {

  color:#200af7;

  font-weight: bold;

}



#content a:hover {

  color: #fff;

  background: #200af7;

  font-weight: bold;

}



#content p, td {

  line-height: 1.4em;

  font-size: 0.7em;

  margin-top: 20px;

  margin-bottom: 20px;

  margin-left: 25px;

  margin-right: 25px;

  color: #000;

}



#content h3 {

  color: #000;

  letter-spacing: -0.0em;

  margin-top: 20px;

}



#content h3:hover {

  color: #10a20c;

}



#content h4 {

  color: #000;

  letter-spacing: -0.0em;

  margin-top: 20px;

}



#content h4:hover {

  color: #10a20c;

}



#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: #fff;

  margin-top: 20px;

  font-size: 0.7em;

}



#footer p {

  color: #fff;

}



#footer a {

  color: #fff;

}



#footer a:hover {

  color: #200af7;

}

