fhtml,body{
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
    margin:0;
    padding:0;
	text-align: left;
    color: #464646;
	background-image:url('../images/design/bg.jpg');
	background-repeat: repeat-x;
	background-color: #27221f;    
	border: 0px;
	
}

div.main{
	margin: 0 auto;
	margin-top:  0px;
	width: 1024px;
	height: 650px;
	background-image: url('../images/design/main_bg.jpg');
	background-repeat: no-repeat
}

div.top{
	float: left;
	display: inline;
	height: 542px;
	width: 1024px;
	margin-top: 0px;
	background-repeat: no-repeat;
}
	
	div.topoverlay{
	position: relative;
	display: block;
	height: 401px;
	width: 1024px;
	background-image: url('../images/design/topoverlay.png');
	background-repeat: no-repeat;
}


	div.menu{
		float: left;
		display: inline;
		text-align: left;
		width: 891px;
		height: 24px;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		font-size: 12px;
		margin-top:  280px;
		margin-left: 90px;
		padding: 4px;
		padding-left: 20px;
		background-image: url('../images/design/menu.png');
		background-repeat: no-repeat;
	}
	


div.content{
	float:  left;
	display: inline;
	height: auto;
	width: 891px;
	margin-top: 5px;
	margin-left: 90px;
	margin-bottom: 0px;
	background-image: url('../images/design/content.png');
	background-repeat: repeat-y;
}
	div.contentTextGrund{
	float: left;
	display: inline;
	height: auto;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 10;
	margin-left: 30px;
}

	div.contentText{
	position: relative;
	display: block;
	height: auto;
	width: 450px;
	color: white;
}

div.fotter{
	float: left;
	display: inline;
	width: 891px;	
	height: 17px;
	text-align: right;
	color: white;
	margin-left: 90px;
	background-image: url('../images/design/fotter.png');
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

div.newsBoxGrund{
	float:  right;
	display: inline;
	height: 350px;
	width: 320px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;	
}


div.newsBox{
	position: relative;
	display: block;
	height: 350px;
	width: 297px;
	margin-top: 0px;
	background-image: url('../images/design/newbox.png');
	background-repeat: no-repeat;
}

	div.newsBoxImage{
	float: left;
	display: inline;
	height: 180px;
	width: 279px;
	background-color:  black;
	margin: 8px;
}

	div.newsBoxText{
	float:  left;
	display: inline;
	width: 260px;
	height:  150px;
	margin-left: 15px;
	margin-top:  10px;
	color:  white;
}

div.imageBox{
	float: left;
	display: inline;
	margin-left: 5px;
	border: 4px solid white;
}

h1{
	font-family: Lucida Sans;
	font-weight: normal;
	font-size: 22px;
	color: white;
	margin-bottom: 8px;
	
}

h2{
	font-family: Lucida Sans;
	font-weight: normal;
	font-size: 14px;
	color: white;
	margin-bottom: 8px;
}

a.rsslink{
	color: gray;
	text-decoration: none;	
}

a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #ca8933;
	text-decoration: none;
}

.newsRub{
	font-family: Lucida Sans;
	font-weight: bold;
	font-size: 24px;
	color: white;
}

.newsRubDate{
	font-family: Lucida Sans;
	font-weight: bold;
	font-size: 11px;
	color: #ffa229;

}

.newsText{
	font-family: Lucida Sans;
	font-weight: bold;
	font-size: 10px;
	color: white;
}