/*MAIN LAYOUT*/

body {
	background-color:#fff6db;
	background-image:url('img/pattern.jpg');
	font-family:'Arial';
	font-size:11px;
	color:#6b614d;
	padding:0px;
	margin:0px;
}

#body2 {
	width:100%;
	height:100%;
	background-image:url('img/bg.jpg');
	background-repeat:repeat-x;
}

.cl { clear:both; }

h1.flash {
	font-size:22px;
	height:38px;
	overflow:hidden;
	color: #248c64;
	font-weight:normal;
	margin:0px;
}

#page_wrapper {
	position:relative;
}

#langMenu {
	position:absolute;
	top:20px;
	right:20px;
}

#langMenu img {
	border-color:#b49c6d;
}

div#page_outer {
	width:908px;
	margin:0 auto;	
}

div#page_outer div.sl {
	background-image:url('img/bg_shadow_left_fill.jpg');
	float:left;
}

div#page_outer div.sr {
	background-image:url('img/bg_shadow_right_fill.jpg');
	float:left;
}

div#page_outer div.sl div.sli {	
	width:4px;
	background-image:url('img/bg_shadow_left.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	height:800px;
}

div#page_outer div.sl, div#page_outer div.sr {
	height:auto;
}

div#page_outer div.sr div.sri {	
	width:4px;
	background-image:url('img/bg_shadow_right.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	height:800px;
}

div#page {
	/*background-color:#fafaf6;*/
	width:900px;
	float:left;	
}

div#page_outer, div#page {
	min-height:824px;
}

#page .page_inner {
	padding:20px;
}

#footer {
	background-image:url('img/bg_shadow_bottom.jpg');
	background-repeat:no-repeat;
	width:900px;
	margin:0 auto;
	height:40px;	
}

#footer .inner {
	padding-top:10px;
	padding-bottom:10px;
}

/*MENU*/

.mainMenu {
	padding:0px;margin:0px;
	list-style:none;
}

.mainMenu li {
	float:left;	
	padding:0px;
	margin:0px;
	margin-right:15px;
}

.mainMenu li a {
	font-size:16px;
	font-weight:bold
}

