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

body{ background:#f8f3d7 url(tbbg.png) repeat-x;
margin:0;
padding:0; 
font-size:12px}
#header { width: 100%; overflow: hidden;
height:125px;
background:#000 url(headerbg.png) repeat-x}
#header h1 { float: left;
height:125px;
background:url(logo.png) no-repeat;
width:336px; }
#header h1 span{ display:none}
.wrap{ background:url(boder.png) repeat-y; margin-bottom:20px;}
#wrap{ background:url(boder.png) repeat-y 100% 0;}
#ther{ padding:30px;
padding-top:0;
padding-bottom:0;
background:url(boders.png) no-repeat 100% 0;}
#thel{background:url(boders.png) no-repeat;}
#content{ background:#fff;}
.headerr{background: url(headerr.png) no-repeat 100% 100%;
height:125px;}
#menu { height: 25px;  border-bottom: 1px solid #d2f4ff;}
	#menu ul { float: right; padding: 4px 10px 0;}
		#menu li { float: left; }
		
		#footer {  color: #666; 
		margin-left:-30px;
		margin-right:-30px;
		margin-top:20px;
		overflow:hidden;
		background:url(fooeter.png) repeat-x;
		height:42px;}
				#footerbg{ text-align:center;
				background: url(bottombg.gif) repeat-x 0 100%;}
	#footlinks{ height:42px;
	padding-left:25px;
	line-height:30px;
	background: url(fooeter.png) no-repeat 0 -42px;}
	  #frr{ float:right;
	  padding-right:20px;
	  background:url(fooeter.png) no-repeat  100% -84px;
	  height:42px; }
	#footer img { float: left; margin: 0 10px 0 0; }
	#copyright, #debuginfo { font: 0.83em/1.5em Verdana, Arial, Helvetica, sans-serif; text-align:center }
		#copyright strong, #copyright em { font-weight: bold; }
			#copyright strong a { color: #0954A6; }
			#copyright em { color: #FF9D25; }
			#debuginfo { color: #999; }
	.scrolltop { cursor: pointer; }
