html,body {
	margin:0;
	padding:0;
}
body {
	background: #b01516;
}
img {
	border: 0;
}
#shadow {
	position: absolute;
	z-index: 4; 
	filter:alpha(opacity=50);
	opacity: 0.5; 
	width: 120%; 
	height: 300%; 
	left: 0; 
	top: 0; 
	background: black; 
	margin: 0; 
}
#hidden {
	position: absolute;
	z-index: 10; 
	width: 500px; 
	height: 600px; 
	left: 375px; 
	top: 250px; 
	margin: 0; 
}
#header {
	position: relative;
	height: 214px;
	width: 1003px;
	margin-left: 65px;
	padding: 0;
}
#hbuttons_container {
	position: absolute; 
	bottom: 22px; 
	right: 87px; 
	z-index: 3;	
	padding: 0;
}
#hbuttons_container img{
	border: 0px;
}
#container {
	margin-left: 98px; /* 33px navigation padding + 65px left margin */	
	margin-top: -3px;
}
#rc {
	float: left;
	width: 937px; /* 1003 - 33=left margin - 33=right margin*/ 
	overflow: hidden;
	position: relative;
	background: #f9efd4;
}
#lc {
	float: left;
	width: 937px; /* 1003 - 33=left margin */ 
	right: 692px; /*  692=conent width */
	position: relative;
	background: #e9cdb8;
}
#nav_wrapper {
	float: left;
	width: 245px; /* 245 = navigation width*/
	position: relative;
	left: 692px; /*  692=content width*/
}
#content_wrapper {
	float: left;
	width: 692px; /* 692=conent width */
	position: relative;
	left: 692px; /*  692=content width */
}

#nav_false {
	height: 40px;
	background: #b01516;
}
#navigation {
	padding: 0px;
}
#content {
	padding: 8px;
}

#content h1 {
	margin-left: 10px;
	margin-top: 0px;
}

.index_news_title {
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	color : #740110;
	margin-left: 35px;
	margin-top: 15px;
}

.index_news_text {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height: 150%;
}