html {
	width: 100%;
	height: 100%;
	background: #efe99b url('../images/layout/background_html_big.jpg') no-repeat top left;		
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #002350 url('../images/layout/background_html.jpg') repeat-x top left;
}

#main_container {
	width: 920px;
	margin: 0 auto;
	
}

#top {
	position: relative;
	float: right;
	width: 900px;
	height: 30px;
	margin: 0 10px 0 10px;		
}

#top ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#top ul li {
	float: left;	
	padding: 0 8px 0 8px;
}

#top ul li a {
	font-family: Arial;
	font-size: 10px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;	
}
#top ul li a:hover {
	text-decoration: underline;	
}

#flags {
	position: absolute;
	top: 7px;
	left: 0px;	
	width: 100px;	
	height: 16px;
	padding: 0 0 0 15px;	
}

#flags a {
	padding: 0 5px 0 0;	
}

#header {
	position: relative;
	width: 900px;
	height: 200px;	
	padding: 0 10px 0 10px;
	clear: both;
	background: url('../images/layout/background_header_shadow.png') repeat-y top left;
	z-index: 10;
}

#header .shadow_top {
	position:absolute;
	top: -10px;
	left: 0px;
	width: 920px;
	height: 10px;
	background: url('../images/layout/background_header_shadow_top.png') no-repeat top left;
	z-index: 1;
}
#header .shadow_bottom {
	position:absolute;
	bottom: -10px;
	left: 0px;
	width: 920px;
	height: 10px;
	background: url('../images/layout/background_header_shadow_bottom.png') no-repeat top left;
	z-index: 1;
}

#logo {
	width: 900px;
	height: 150px;
}

#breadcrumb {
	clear: both;
	width: 890px;
	height: 30px;
	padding: 0 0 0 30px;	
}

#main_content {
	position:relative;
	float: left;	
	width: 920px;
	padding: 0 0 0 0;
	z-index: 1;
}

#main_content #left {
	float: left;
	width: 695px;
	
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
	
}

#content {
	float: left;
	position: relative;
	width: 705px;
	background: url('../images/layout/background_content_shadow.png') repeat-y top left;	
}

#content .shadow_top {
	position:absolute;
	top: -10px;
	left: 0px;
	width: 705px;
	height: 10px;
	background: url('../images/layout/background_slideshow_shadow_top.png') no-repeat top left;
	z-index: 1;
}
#content .shadow_bottom {
	position:absolute;
	bottom: -5px;
	left: 0px;
	width: 705px;
	height: 5px;
	background: url('../images/layout/background_slideshow_shadow_bottom.png') no-repeat top left;	
	z-index: 1;
}

#slide {
	width: 705px;
	height: 320px;
	background: url('../images/layout/background_slide_shadow.png') repeat-y top left;	
}

#slideshow {
	position: relative;
	width: 665px;
	height: 300px;
	padding: 10px 20px 10px 20px;
	/*background: url('../images/layout/background_slideshow_shadow.png') repeat-y top left;*/	
}

#slideshow .text {
	position: absolute;
	top: 240px;
	left: 10px;
	z-index: 100;
	
	width: 635px;
	height: 40px;
	padding: 0 0 0 30px;	
}

#submenu {
	float: left;
	width: 160px;	
	padding: 0 0 50px 10px;		
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#submenu ul li {
	width: 150px;		
}

#submenu ul li a {
	display: block;
	width: 140px;	
	padding: 12px 0 12px 10px;
	
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	color: #009BDC;	
	font-weight:bold;
	text-decoration: none;
	
	border-bottom: 2px solid #FFFFFF;	
}

#submenu ul li a:hover, #submenu ul li a.active {
	color: #181C54;
	font-weight: bold;	
}

.page_content {
	float: left;
	width: 490px;
	padding: 14px 30px 50px 15px;		
}

#main_content #right {
	float: left;
	width: 220px;	
}


