* html {
	font-family: Tahoma,Verdana,sans-serif;
}
body {
	text-align: center;
	min-width: 980px;
  margin: 0px;
  padding: 0px;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	background: url(img-new/bg.png) repeat top center;
	background-color: #d3c79f;
}

a {
  text-decoration: none;
	color: #000;
	/*color: rgb(139,69,19);*/
	cursor: pointer;
}

a:hover {
  /*text-decoration: underline;*/
  /*color: rgb(128,128,128);*/
  color: rgb(255,215,0);
}

h1 {
	font-size: 21px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h1 a {
	color: #000;
}

h1 a:hover {
	color: #000;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	float: left;
}

img {
  border: none;
	display: block;
}

form {
	margin: 0px;
	padding: 0px;
}

.divider {
  height: 0px;
	width: 100%;
  clear: both;
	/*background-color: DarkOrange;*/
}

.dividersimple {
	clear: both;
}

/* Containers area */

#top-wrapper {
	width: 100%;
	height: 445px;
	/*background: url(img-new/bg-top.png) repeat-x top center;*/
	float: none;
}

	#top {
		position: relative;
		width: 980px;
		margin: 0 auto;
		float: none;
	}

#container {
	margin: 0 auto;
	width: 980px;
	/*height: 200px;*/
	min-height: 400px;
	text-align: left;
	/*border-bottom: 1px solid blue;*/
	overflow: auto -moz-scrollbars-none;
	/*z-index: 1;*/
	/*background: url(images/container.png) no-repeat top center;*/
	/*background-color: Olive;*/
	float: none;
}
	
		#top #langs {
			width: 180px;
			height: 25px;
			float: right;
			/*border: 1px solid Olive;*/
		}
	
	#menu {
		width: 980px;
		height: 45px;
		/*border-bottom: 1px solid pink;*/
		/*position: relative;*/
		/*top: 40px;*/
		float: none;
	}
		
		a.menu {
			height: 45px;
			display: block;
			float: right;
			/*border-left: 1px solid Olive;*/
		}
	
	#top-news-wrapper {
		width: 980px;
		height: 360px;
		margin: 0 auto;
	}
	
	#top-news {
		width: 230px;
		height: 360px;
		margin: 20px 15px 0 0;
		color: rgb(227,222,210);
		text-align: left;
		overflow: hidden;
		float: right;
	}
	
		#top-news a {
			font-weight: bold;
			color: rgb(227,222,210);
		}
		
		#top-news a:hover {
			font-weight: bold;
			color: rgb(227,222,210);
		}
	
	#content {
		width: 654px;
		min-height: 200px;
		float: left;
		/*background-color: Crimson;*/
	}
	
		.anc {
			border: 1px solid #000;
			float: none;
			padding: 3px;
			margin: 5px;
			width: 145px;
			font-size: 11px;
			background: url(img/ancbg.png) repeat;
			color: #fff;
			text-align: center;
		}
	
	#right {
		width: 240px;
		min-height: 200px;
		margin-bottom: 50px;
		float: right;
		font-size: 11px;
		/*background-color: MediumPurple;*/
		/*display: none !important;*/
	}
	
		#right a {
			font-size: 14px;
			font-weight: bold;
			color: #000;
		}
		
	#foot {
		/*position: absolute;
		bottom: 0px;*/
		width: 100%;
		height: 135px;
		/*background-color: #000;*/
		background: url(img-new/foot.png) no-repeat top center;
		color: #fff;
		font-size: 11px;
		text-align: center;
		/*padding-top: 20px;*/
	}
	
		#foot a {
			color: #fff;
		}


/* SCROLL  start */
	
		#wn {
			width: 260px;
			height: 460px;
			float: right;
			position: relative;
			top: 40px;
			overflow: hidden;
			/*background-color: Orange;*/
		}
		
			#lyr1 {
				width: 231px;
				/*height: 600px;*/
				float: left;
				position: relative;
				font-family: Tahoma, Verdana, sans-serif;
				font-size: 0.8em;
				text-align: right;
				/*background-color: LightBlue;*/
			}
			
			
			#scrollbar {
				width: 5px;
				height: 460px;
				position: relative;
				float: right;
				display: block;
				font-size: 1px;
				/*background-color: Yellow;*/
				border-right: 1px solid #000;
			}

			#track { 
			  position:absolute;
				left: 0px;
				top: 0px;
			  width:5px;
				height:460px;
			  /*background: #336;*/
			  /*background: url(images/track.png) no-repeat top center;*/
		  }
			
			#dragBar {
				position:absolute;
				left:0px;
				top:0px;
				width: 5px;
				height: 60px !important;
				background-color: #000;
			}  
			
			#up { position:absolute; left:0; top:0; }
				
				#up a {
					width: 33px;
					height: 12px;
					display: block;
					color: Olive;
				}
			
			#down { position:absolute; left:0; bottom:0; }
			
				#down  a {
					width: 33px;
					height: 16px;
					display: block;
				}

			#scrollbar, #track, #dragBar, #up, #down {
				-moz-user-select: none;
				-khtml-user-select: none;
			}
  
/* SCROLL end */