@charset "utf-8";
/* CSS Document */

body, html{
	margin:0px;
	padding:0px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EB9C46;
	background-color:#260300;
	height:100%;
}
/*********************** MAIN STYLING *************************************/
#wrapper{
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	visibility:hidden;
}
#wrapper_cms{
	visibility:hidden;
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
}
#lang_top{
	width:50px;
	text-align:center;
	position:absolute;
	right:15px;
	top:10px;
}
#lang_top ul{
	list-style:none;
}
#lang_top ul li{
	margin-top:-10px;
	display:block;
	height:45px;
	width:45px;
}

#lang_bottom{
	position:absolute;
	right:20px;
	bottom:20px;
}
#lang_bottom ul{
	list-style:none;
}
#lang_bottom ul li{
	margin-left:10px;
	display:block;
	height:45px;
	width:45px;
	float:left;
}

#header{
	position:relative;
	height:246px;
	width:885px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#main_menu{
	position:relative;
	width:950px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
#content{
	position:relative;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	background:#210500;
	border:#AF7434 solid thin;
	border-radius:4px 4px;
	-webkit-border-radius:4px 4px;
	-moz-border-radius:4px 4px;
	text-align:justify;
	box-shadow:#000 0px 0px 8px;

}
#footer{
	position:relative;
	bottom:0px;
	width:950px;
	height:50px;
	margin-top:15px;
	text-align:center;
}

#bg{
	position:fixed;
	float:left;
	top:0;
	left:0;
	z-index:0;
	visibility:hidden;
}
.bgheight{
	height:100%;
}
.bgwidth{
	width:100%;
}