img{
	border:none;
}

html{
	height:100%;
}

body{
	position:relative;
	height:100%;
	margin:0px;
	padding:0px;
	min-width:100%;
	font: 1.1em "Arial Narrow";
	color:#c75233;
	background: #fefecc;
}

*html .body1{
	height:100%;
}

.body1{
	width:100%;
	min-height:100%;
	background:url('body-bg.jpg') #fefecc top left repeat-x;
}

a{
	text-decoration:underline;
	color:#c75233;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#c75233;
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.news
	{
		font-size:90%;
		padding:10px 0px 0px 0px;
		background:url(hr1.gif) 0px 0px repeat-x;
	}	
	
.news P
	{
		margin:10px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		line-height:18px;
	}	
	
.news_date
	{
		font-size:80%;
		font-weight:bold;
		color:#c75233;
		padding:0px 0px 10px 0px;
	}	
	
.news_podr
	{
		font-size:80%;
		color:#04801A;
		padding:0px 0px 0px 0px;
		text-align:right;
	}	
	

.news_podr a
	{
		color:#c75233;
		text-decoration:none;
	}
	
.news_podr a:hover
	{
		text-decoration:underline;
	}		
		
		
.all_news
	{
		font-size:80%;
		font-weight:bold;
		color:#c75233;
		text-align:right;
		padding:6px 0px 0px 0px;
	}		


.menu_top{
	margin: 30px 40px 0px 0px;
	color: #c75233;
	font-size: 110%;
	text-align:center;
}

.menu_top a{
	color: #c75233;
	font-size: 95%;
	font-weight: bold;
}

.clear{
	clear:both;
	height:10px;
}

.right{
	padding:78px 20px 0px 28px;
}

.content{
	width:100%;
	overflow:hidden;
	position:relative;
	/*top:-110px;*/
	z-index:1;
	clear:both;
}

.left{
	padding: 0px 0px 0px 75px;
	width:245px;
	color:#c75233;
	text-align: left;
}

.left-menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size: 110%;
	text-align: left;
}

.left-menu li{
	margin: 10px 0px 0px 0px;
}

.left-menu .active{
	/*color:#c75233;*/
	color: #db6341;
}

.left-menu .active:hover{
	color:#c75233;
}

.left-menu a{
	color: #c75233;
	font-weight:bold;
	font-size: 95%;
	text-decoration:none;
}

.left-menu a:hover{
	color:#c75233;
}

.left-menu2{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align: left;
}

.left-menu2 li{
	margin:6px 0px;
}

.left-menu2 .active2{
	font-weight:bold;
	/*background: #FFFFB0;*/
	padding:0px 0px;
	color: #763423;
	font-size: 95%;
}

.left-menu2 .active2:hover{
	text-decoration:none;
}

.left-menu2 a{
	color:#c75233;
	font-weight:lighter;
	text-decoration:underline;
}

.left-menu2 a:hover{
	text-decoration:underline;
}

.center{
	margin: 30px 0px 30px 0px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1025)? "500" : "600");
	/*width:500px;*/
	height:1%;
}

.center p{
	margin:0px 0px 5px 0px;
}
.center div{
	margin:0px 0px 0px 0px;
}

.bigimg{
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1025)? "500" : "600");
}

