* {
	margin: auto;
	padding: 0px;
	right: auto;
	clip: rect(auto,auto,auto,auto);
}

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

a { text-decoration: none;}

input {
    background: #333;
    font-family: Verdana;
    font-size: 0.9em;
    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;
}

.hidden { text-indent: -9000px;}
.br { clear: both;}
.blue { color: #1C1CFF;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}

#container {
	width: 850px;
	float: center;
	height: auto;
}
 
#logo { float: center;}

#logo h1 { 
    margin-top: 30px;
    margin-left: 10px;
    font-size: 1.6em;
    letter-spacing: -0.1em;
}
 
#search {
    margin-top: 30px;
    float: right;

}

#navlist {
    float: left;
    width: 80px;
    margin-top: 30px;
    margin-left: 1px;
}
 
#navlist ul {
    list-style: none;
}

#navlist li a{
    display: block;
    height: 5px;
    width: 160px; 
    padding: 9px;
    margin: 5px;
    background: inherit;
    border-right: 4px solid #444;
    color: #999;
    text-transform: Uppercase;
    font-size: 1em;
}
 
#navlist li a:hover {
    color: #6699FF;
    background: #333;
    border-right: 4px solid #6699FF;
}
 
#navlist li .active {
    color: #6699FF;
    background: #333;
    border-right: 4px solid #444;
}

#content { 
    float: right;   
    width: 510px;
    margin-top: 50px;
    margin-left: 2px;
}

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

#content a:hover { 
    color: #fff;  
    font-weight: bold;
}
 
#content p {
    line-height: 1.4em; 
    font-size: 0.9em; 
    margin-bottom: 20px; 
    color: #f4f4f4;
}
 
#content h3 {
    color: #999;
    margin-bottom: 4px;
}

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

#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 {
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 0.7em;
}
 
#footer p { color: #666;}
#footer a { color: #666;}
#footer a:hover { color: #f4f4f4;}
