@CHARSET "ISO-8859-1";
			body{
				margin:0px;
				padding:0px;
				background-color:lightgray;
				font: normal 80% "Lucida Sans Unicode",serif;
			}
			input {
				color: #555;
				font: normal 1.1em "Lucida Sans Unicode",serif;
			}
			h1 {
				font-size: 1.5em;
			}
			h1,h2,h3 {
				padding-top: 2px;
			}
			
			
			#top_bar{
				height: 275px;
				width: 805px ;
				padding:5px 10 5 5;
				padding-right:10px;
				margin: 0px auto;
				background: #000000 url('images/serverbanner.png') no-repeat center top;
				/*background: url('images/logoorange.png') no-repeat center top, -moz-linear-gradient(60% 100% 90deg, #000000, #145f69) ;
				background: url('images/logoorange.png') no-repeat center top, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#145f69), to(#00000f));
				/*border-bottom: 4px solid #eee;*/
			}
			#top_bar a{
				padding-right:20px;
				color: #ffffff;
				font-family: Gill Sans, Verdana;
				font-size: 11px;
				line-height: 25px;
				text-transform: uppercase;
				letter-spacing: 2px;
				font-weight: bold;
			}
			
			.menu{
				border:none;
				border:0px;
				margin:0px auto;
				padding:0px;
				width: 815px;
				font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
			}
			.menu ul{
				background:#333333;
				height:35px;
				list-style:none;
				margin:0;
				padding:0;
			}
			.menu li{
				float:left;
				padding:0px;
			}
			.menu li log{
				float:right;
			}
			
			.menu li a{
				background:#333333 url("images/seperator.gif") bottom right no-repeat;
				color:#cccccc;
				display:block;
				font-weight:normal;
				line-height:35px;
				margin:0px;
				padding:0px 25px;
				text-align:center;
				text-decoration:none;
			}
			.menu li a:hover, .menu ul li:hover a{
				background: #2580a2 url("images/hover.gif") bottom center no-repeat;
				color:#FFFFFF;
				text-decoration:none;
			}
			.menu li ul{
				background:#333333;
				display:none;
				height:auto;
				padding:0px;
				margin:0px;
				border:0px;
				position:absolute;
				width:225px;
				z-index:200;
				/*top:1em;
				/*left:0;*/
			}
			.menu li:hover ul{
				display:block;
				
			}
			.menu li li {
				background:url('images/sub_sep.gif') bottom left no-repeat;
				display:block;
				float:none;
				margin:0px;
				padding:0px;
				width:225px;
			}
			.menu li:hover li a{
				background:none;
				
			}
			.menu li ul a{
				display:block;
				height:35px;
				font-size:12px;
				font-style:normal;
				margin:0px;
				padding:0px 10px 0px 15px;
				text-align:left;
			}
			.menu li ul a:hover, .menu li ul li:hover a{
				background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
				border:0px;
				color:#ffffff;
				text-decoration:none;
			}
			.menu p{
				clear:left;
			}	
			
			.main {
				clear: both;
				background:#ffffff;
				width: 805px ;
				margin: auto;
				padding: 25px 4px 25px 4px;
				border-right-style:solid;
				border-left-style:solid;
				border-width:1px;
			} 
			
			.floatright {
				float:right;
			}