@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	width:100%;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
h1{
	color:#9C0;
	font-size:20px;
}
/* links */
a { 
	color: #338800;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

.clear{clear:both;}
#page{
	width:994px;
	margin-left:auto;
	margin-right:auto;
}
#green_top{
	background-image:url(images/green_top_bg.png);
	width:994px;
	height:49px;
}
#top1{
	height:100%;
	width:931px;
	margin:auto;
	background-color:#FFF;
}
#banner{
	float:right;
	margin-left:25px;
	margin-right:10px;
	margin-top:15px;
	/*background-image:url(images/banner.jpg);*/
	width:475px;
	height:61px;
}
#banner a, #banner img {border:none;}
#separator{
	background-image:url(images/separator.png);
	float:right;
	width:18px;
	height:101px;
}	
#fake_file {
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 22px;
	border: 0;
}

#fake_file2 {
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 22px;
	border: 0;
}

#register{
	float:right;
	background-image:url(images/register.jpg);
	width:135px;
	height:118px;
}
#logo{
	margin-left:60px;
	background-image:url(images/logo.jpg);
	width:180px;
	height:118px;
}
#menu li{
	
	
	display:inline;
}
#menu 
 a{
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#menu li a:hover{
	text-align:center;
	height:49px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/dark_green.png);
	background-repeat:repeat-x;
	color:#FFF;
	
}
.menu a{
	height:49px;

	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.menu a:hover{
	height:49px;
	background-image:url(images/dark_green.png);
	background-repeat:repeat-x;
	color:#FFF;
	
}
.top_sep{
	background-image:url(images/top_sep.png);
	width:2px;
	height:36px;
}
#content{
	background-color:#FFF;
	width:931px;
	margin:auto;
}
#left{
	float:left;
	margin-left:15px;
}
#left ul{
	padding:0px;}
#left li{
	list-style-type:none;
	line-height:20px;
	padding-bottom:15px;
}
#left li a{
	text-decoration:none;
	color:#960;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#left li a:hover{
	background-image:url(images/hower.png);
	background-repeat:repeat-x;
	padding-right:15px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
#right{
	float:right;
}
#right span{
	color:#960;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
}
#ad{
	width:270px;
	margin-bottom:15px;
}
.ad{
	/*background-image:url(images/ad.jpg);*/
	width:125px;
	height:125px;
	float:left;
	margin:4px;
}

.ad img {border:none;}
#browser{
	margin-bottom:15px;
	width:270px;
	margin-left:10px;
}
#browser img{
	float:left;
}
#footer{
	clear:both;
	width:100%;
	background-repeat:repeat-x;
	background-image:url(images/footer.jpg);
	height:40px;
}
.footer_line{
	width:5px;
	
}
.footer_text a{
	text-decoration:none;
	float:left;
	line-height:40px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.footer_text {
	text-decoration:none;
	float:left;
	line-height:40px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#mid{
	margin-left:200px;
}
#mid span{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.green{ color:#960; }
.light_green{ color:#9C0; }
