@charset "utf-8";
body {
	position:absolute;
	left:10px;
	background-color: #000000;
	background-image: url(bgnd/tuff.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 650px;
	width: 950px;
	margin:0;
}
#content {
	position: absolute;
	top: 170px;
	left: 43px;
	width:870px;
	height: 800px;
	color: #FFF;
	font: 14px Arial;
	border-style: solid;
	border-width: 2px;
	border-color:#520608;
	padding:5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	text-align: justify;
}
#left_menu {
	position: absolute;
	margin:0;
	padding:5;
	top:170px;
	left:18px;
	width:258px;
	height:410px;
	text-align: center;
	font: 14px Arial;
	color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	border-color:#520608;

}
#top_menu {
	position: absolute;
	top: 90px;
	left: 100px;
	width:706px;
	height: 20px;
	color: #FFF;
	font: 14px Arial;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(bgnd/foot.jpg);
	font-size:13px;
	color:#666;
	position:absolute;
	top:602px;
	left:163px;
	width:570px;
	height:40px;
	text-align:center;

}
.bold_head {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a:link { 	
color:#CC0000; 	
text-decoration:none; 
}
.lang {
	position: absolute;
	height: 43px;
	width: 200px;
	top: 47px;
	right: -64px;
}
