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

html {
 overflow-y: scroll;}

body {
 background: #222 /*** url(headergrunge.jpg) ***/ repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ 
 border: 0px; }

a { 
 text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


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

.hidden { text-indent: -9000px;}
.br { clear: both;}
.red { color: #FF0000; font-size: 1.0em;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}
.footer-right { margin: 0 auto; text-align: right; padding-right: 100px;}



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

#container {
	width: 1380px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
 }


/***Header***/

 
#logo { float: left;}

#logo h1 { 
 color: #888;
 margin-top: 15px;
 margin-left: 10px;
 font-size: 1.5em;
 letter-spacing: -0.01em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { 
 margin-left: 5px; 
 padding: 0 2px 2px 2px;}


/***left Side Bar***/

#navlist { 
 float: left; 
 width: 285px;
 margin-top: 10px; 
 margin-left: 5px;}

 
#navlist ul {
 list-style: none;
 text-align: right; 
}

#navlist li a{
 display: block;
 padding: 5px;
 margin: 4px;
 background: inherit;
 border-right: 5px solid #444;
 color: #999;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #FF0000;
 background: #333;
 border-right: 5px solid #FF0000;
 font-weight: bold;
 letter-spacing: -0.1em;
}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 5px solid #FF0000;}
 
 
/***Content***/

#content { 
 float: right;
 width: 990px;
 margin-top: 10px; 
 margin-left: 2px; }

#content a { 
 color:#FF0000; 
 font-weight: bold;}

#content a:hover { 
 color: #000000;
 background: #FF0000; 
 font-weight: bold;}
 
#content p {
 line-height: 1.4em;
 font-size: 0.8em; 
 margin-top: 20px;
 margin-left: 20px; 
 margin-bottom: 20px; 
 color: #888;}
 
#content p1 {
 line-height: 1.4em;
 margin-top: 25px;
 margin-left: 20px; 
 margin-bottom: 20px; 
 font-size: 1.0em; 
 color: #888;}
 
#content ul {
 list-style-position: inside;
 padding-left: 10px;
 line-height: 2em;
 font-size: 0.9em; 
 margin-bottom: 20px;
 margin-top: 15px; 
 color: #888;
 padding-top: 5px; 
 }
 
#content h2 {
 font-size: 0.9em; 
 font-style: italic;
 text-indent: 0px;
 color: #888;
 letter-spacing: -0.1em;
 margin-bottom: 10px;}
 
#content h3 {
 font-weight: normal;
 text-indent: 0px;
 color: #888;
 letter-spacing: -0.01em;
 margin-bottom: 4px;}

#content h3:hover {
	color: #FF0000;
	text-decoration: underline;
}

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

#content h4:hover { 
 color: #FF0000;}


/***
    #content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  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: 1.1em;
 letter-spacing: -0.1em;
 }
 
#footer p { 
 color: #666;}
 
#footer a { 
 color: #666;}
 
#footer a:hover { 
 color: #f4f4f4;}