html{
	height: 100%;
}

body {
	height:100%;
	background-color:#FDF9CE; 
	font-family:Arial;
	font-size:12px;
	color:#3F2E19;
	margin: 0; 
	padding: 0;
}

#non_footer {
	position: relative;
	width: 1100px;
	min-height: 100%;
	overflow: hidden;
}

#non_footer_ie {
	position: relative;
	width: 1100px;
}


* html #non_footer
{
	height: 100%;
}


.font_logo {
	font-size: 40px;
	font-weight: bold;
}

.font_logosubtitles {
	font-size: 19px;
	font-weight: bold;
	text-decoration:none;
}

#container_topleft {
	background: url(bkgr_top.png) no-repeat top left; 
	padding: 0;  
	margin: 0; 
	position: static;
	width: 1024px;
	height: 185px;
}

#container_topright {
	background: url(bkgr_topright.png) no-repeat top left; 
	padding-left: 0px;
	padding-top: 0px;  
	position: absolute;
	top: 0px;
	left: 390px;
	width: 634px;
	height: 185px;
}

#container_breadcrumb {
	border: 1px solid #FEE5C2;
	background-color: #3F2E19;
	position: absolute;
	
	padding: 2px;
	
	top: 195px;
	left:230px;
	width: 786px;
	height: 19px;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #FEE5C2;
}



#container_left {
	background: url(bkgr_left.png) no-repeat top left; 
	padding-left: 10px;  
	padding-right: 10px;
	padding-top: 60px;  
	margin-bottom: 24px;
	/*border-right: 1px solid #58595B;*/
	width: 200px;
	float: left;

	line-height: 20px; 
	font-size: 15px; 
	font-weight: bold;
	text-decoration:none;
	color: #3F2E19;
}

#container_content {
	margin-bottom: 0px;	
	padding-left: 20px;
	width: 790px;
	padding-top: 0px;
	border-left: 1px solid #58595B;
	min-height: 750px;
	overflow: hidden;
}


#footer {
	clear: left;

	border: 1px solid #3F2E19;
	background-color: #3F2E19;
	padding: 2px;
	width: 1024px;
	color: #FFFFFF;
	text-align:center;
}

.red{
	font-weight: bold;
	color: #D62300;
}

.container_submenues{
	padding-left:20px; 
}

.clear {
	clear: both;
}
