body{
	background-color:#efefef;
	font-family: "Arial", Arial, sans-serif;
}
a{
	color:#dc006b;
	text-decoration:underline;
}
.ui-rounded-tl { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: .7em; }
.ui-rounded-tr { -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: .7em; }
.ui-rounded-bl { -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: .7em; }
.ui-rounded-br { -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: .7em; }
.ui-rounded-top { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: .7em; -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: .7em; }
.ui-rounded-bottom { -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: .7em; -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: .7em; }
.ui-rounded-right {  -moz-border-radius-topright: 1em; -webkit-border-top-right-radius: .7em; -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: .7em; }
.ui-rounded-left { -moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: .7em; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: .7em; }
.ui-rounded-all { -moz-border-radius: 1em; -webkit-border-radius: .7em; }

#container{
	background-image:url(../imgs/container_bg.png);
	background-color:#EFEFEF;
	background-repeat:repeat-x;
	background-position:top left;
	position:relative;
	min-height:550px;
}
#header{
	width:900px;
	height:380px;
	position:relative;
	background-image:url(../imgs/header_bg.png);
	background-repeat:no-repeat;
	padding:20px 20px 0 20px;
	text-align:left;
}
#logo{
	width:330px;
	height:190px;
	position:absolute;
	top:20;
	left:20px;
}
#menu{
	width:330px;
	height:160px;
	position:absolute;
	top:220px;
	left:20px;
}
#header_photo{
	display:block;
	position:absolute;
	width:570px;
	height:380px;
	left:350px;
	top:20px;
}
#menu a{
	display:block;
	position:relative;
	width:330px;
	height:40px;
	overflow:hidden;
}
#menu a img{
	margin-top:0px;
}
#menu a:hover img,#menu a.selected img{
	margin-top:-40px;
}
#main{
	width:900px;
	min-height:300px;
	position:relative;
	background-image:url(../imgs/main_bg.png);
	background-repeat:repeat-y;
	padding:0 20px;
}
#infos_block{
	height:40px;
	color:#fff;
	background-color:#b58068;
	line-height:40px;
	border-top:1px solid #fff;
	font-family: "Georgia", serif;
	font-size:1.2em;
}
#infos_block a{
	color:#fff;
}
#content{
	padding:10px;
	text-align:left;
	color:#555;
	line-height:1.3em;
}
#content p{
	margin-bottom:1em;
}
#content strong{
	font-weight:bolder;
}
#footer{
	width:940px;
	height:100px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
	background-image:url(../imgs/footer_bg.png);
	background-repeat:no-repeat;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:0.7em;
	color:#fff;
	line-height:1.3em;
}
#footer a{
	color:#fff;
}
.simplemodal-overlay{
	background-color:#000;
}
.simplemodal-data{
	background-color:#fff;
}
.eelgn{
	display:inline-block;
	padding:.5em;
	font-size:.7em;
	color:#fff;
	background-color:#dc006b;
}
