@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body { 
	background: url(images/bg.gif) repeat-x top left #1d1c22;
	font: 11px Tahoma, Verdana, Arial, Geneva;
	color: #FFF;
}

.style3 {color: #FF0000}
.style2 {color: #00FF00}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}
#headere{
height: 100px;
width: 500px;
	margin-top: 30px;
	margin-bottom: 100px;
}
h1 {


	
}
h1 a { display: block; height: 207px; }
h1 span { display: none; }



div#wrapper {
	width: 490px;
	margin: 0 auto;
}

	div#nav {
		height: 43px;
		margin-bottom: 35px;
		padding-left: 29px;
		margin-top: -100px;
	}
		#nav li {
			list-style: none;
			height: 43px;
			margin-right: 75px;
			float: left;
		}
			#nav a { display: block; height: 43px; }
			#nav a span { display: none; }
			li.home {
				width: 77px;
				background: url(images/home.gif) no-repeat top left;
				
			}
			li.about {
				width: 74px;
				background: url(images/About.gif) no-repeat top left;
			}
			li.toc {
				width: 82px;
				background: url(images/TOC.gif) no-repeat top left;
				margin-right: 0;
			}
			
	div#form {
		margin-bottom: 0; 
	}
		#proxy_bar{
			background: url(images/search.gif) repeat-x top left #FFF;
			height: 28px;
			padding: 10px;
			border: 0;
			width: 370px;
			font: 18px Tahoma, Verdana, Arial, Geneva;
			font-weight: bold;
			float:left;
		}
		#proxy_go {
			border: 0;
			background: url(images/go.gif) repeat-x top center;
			height: 48px;
			width: 93px;
			float:right;
		}
		#proxy_options{
	margin: 10px;
	margin-top: -5px;
	color: #fff;
	line-height: 3;
}
		
	div.clear { clear: both; }

