/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 url(header.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 18px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}

/**** Span class's *****/

.br { clear: both;}
.pink {
	color: #CCCCCC;
	letter-spacing: 0.5em;
}
.small { font-size: x-small;}
.large { font-size: x-large;}
.right { float: left;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}

/** Site Container **/

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
#rightpic {
 margin-top: 10px;
 float: right;}

/***left Side Bar***/

#navlist { float: left; width: 190px; margin-top: 30px; margin-left: 10px; margin-bottom: 160px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 140px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border: 2px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #66FF00;
 background: #333;
 border: 2px solid #66FF00;}
 
#navlist li .active {
 color: #66FF00;
 background: #333;
 border: 2px solid #66FF00;}


/***Content***/

#content { float: none; width: auto; margin-top: 30px; margin-left: 2px; }

#content a { color:#66FF00; font-weight: bold;}

#content a:hover {
	color: #fff;
	font-weight: bold;
}
 
#content p {line-height: 1.6em; font-size: 0.8em; margin-bottom: 20px; color: #f4f4f4;}

#content h3 {
text-indent: 24px;
color: #999;
letter-spacing: normal;
margin-bottom: 5px;
}

	#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: 500px; margin: 10px auto;}
 
/*Footer*/

#contactfooter {
 text-align: center;
 color: #fff;
 margin-top: 30px;
 font-size: 0.8em;
 }

#footer {
 text-align: center;
 color: #CCCCCC;
 margin-top: 15px;
 font-size: 0.7em;

 }
 
#footer p { color: #999999;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #66ff00;}
