body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #CC5100;/* url(../images/backgrounds/dark_background.png) repeat;*/
	font-size: 12px;
}

/* PAGE */
#full_page{
	width: 1024px;
	margin: 0px auto;
}
#page {
	width: 1024px;
	float: left;
	/*background: #CC5100 url(../images/backgrounds/page_background.png) repeat;*/
	background: #CC5100 url(../images/backgrounds/page_background_narrow.png) repeat;
}

/** LEFT */
#page_left{
	width: 233px;
	float: left;
	padding: 0 0 0 0;
	background: #CC5100 url(../images/backgrounds/left/left_background.png) repeat;
}
#page_left p{
	margin: 5px 0 2px 0;
}
#page_left a{
	font-size: 13px;
	text-decoration: none;
	color: white;
}
#page_left a:hover{
	font-size: 13px;
	font-weight: bold;
	color: white;
}
	.left_text{
		width: 150px;
		float: right;
	}

#left_header{
	width: 233px;
	height: 80px;
	float: left;
	background: #CC5100 url(../images/backgrounds/left/left_header.png) no-repeat;
}
/*#left_header2{
	width: 1024px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background: #CC5100 url(../images/backgrounds/left/left_header.png) no-repeat;
}*/
#left_login{
	width: 233px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	backgroung: yellow;
}
.left_separator{
	width: 166px;
	height: 1px;
	margin: 10px 4px 10px 0;
	float: right;
	background: #CC5100 url(../images/backgrounds/left/left_separator_small_dots.png) repeat;
}
.left_separator_light{
	width: 160px;
	height: 1px;
	margin: 0px 0px 0px 0;
	float: right;
	background: #CC5100 url(../images/backgrounds/left/left_separator_small_dots_light.png) repeat;
}
#left_end{
	width: 233px;
	height: 22px;
	float: left;
	background: white url(../images/backgrounds/left/groups/left_active_group_top.png) no-repeat;
}


/* LEFT MENU IN "MENU_LEFT.CSS" FILE */



/** CENTER */
#page_center{
	width: 791px;
	float: right;
}
#page_center table{
	border: 0;
}
.form_table{
	border: 1;
}
#center_header{
	width: 791px;
	height: 190px;
	padding: 0 0 0 0;
	float: left;
	/*background: #CC5100 url(../images/backgrounds/dark_background.png) repeat;*/
}
	#center_head{
		width: 552px;
		height: 55px;
		float: left;
		background: #CC5100 url(../images/backgrounds/center/center_header.png) repeat-x;
	}
		#center_head_langflags{
			width: 24px;
			height: 14px;
			margin: 15px 10px 0 0;
			float: right;
			/*background: #CC5100 url(../images/backgrounds/dark_background.png) repeat;*/
		}	
	#center_gallery{
		width: 537px;
		height: 150px;
		padding: 0 0 0 15px;
		float: left;
		background: #FFF3AF url(../images/backgrounds/center/gallery_background.png) repeat-x;
	}
	#center_flower{
		width: 239px;
		height: 204px;
		float: right;
		/*background: #FFFFFF url(../images/flower/flower_main.png) no-repeat;*/
	}
#center_body{
	width: 791px;
	float: left;
	/*background: #CC5100 url(../images/backgrounds/dark_background.png) repeat;*/
}
	#center_body_articles{
		width: 570px;
		float: left;
		/*background: #CC5100 url(../images/backgrounds/light_background.png) repeat;*/
	}
		.center_body_article{
			width: 540px;
			margin: 0px 0 15px 15px;
			float: left;
		}
#center_body_sitebar{
	width: 221px;
	float: right;
	margin-top: 20px;
	background: url(../images/backgrounds/center/sitebar_background.png) repeat;
}
#center_body_sitebar ul{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#center_body_sitebar li ul {
	padding: 0px 0;
}
#center_body_sitebar li{
	padding-left: 15px;
	border-bottom: 1px dotted #EDBE5F;
	background: url(../images/icons/arrow_right_light.png) no-repeat 0px 50%;
}
/*#center_body_sitebar li{
	padding: 0 0 0 15px;
	background: url(../images/icons/arrow_right_light.png) no-repeat 10px 50%;
}*/
	.center_body_sitebar_content{
		font-size: 11px;
		padding: 10px 75px 10px 10px;
	}	
	
		
/** FOOTER */
#footer a{
	color: #E7AC34;
	text-decoration: none;
}
#footer_text{
	width: 731px;
	float: right;
	/*padding: 5px 60px 5px 5px;*/
	margin-right: 60px;
	text-align: right;
	color: #E7AC34;
	/*background: white;*/
}
#footer_counter{
	float: left;
}
	#footer_top{
		width: 1024px;
		height: 22px;
		float: left;
		background: #CC5100 url(../images/backgrounds/footer/footer_top.png);
	}
	#footer_bottom{
		width: 1024px;
		height: 22px;
		float: left;
		background: #CC5100 url(../images/backgrounds/footer/footer_bottom_narrow.png);
		/*background: #CC5100 url(../images/backgrounds/footer/footer_bottom.png);*/
	}

