body, html {
	margin:0;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	background-color:#b9bec1;
	height:100%;
}

.clear_both {
	clear:both
}

img.link {
	border:none;
}

#moufa {
	position:relative;
	width:997px;
	margin:0 auto 0 auto;
	height:100%;
}
#moufa div {
	background-image:url(../images/border_right.png);
	background-position:right;
	background-repeat:repeat-y;
	height:100%;
}

#moufa div div {
	background-image:url(../images/border_left.png);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
}

#start {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
div#container {
	position:relative;
	width:997px;
	margin:0 auto 0 auto;
	text-align:left;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:700px;
	_height:700px;
}

div#contBorderRight {
	background-image:url(../images/border_right.png);
	background-position:right;
	background-repeat:repeat-y;
	min-height:700px;
	_height:700px;
}

div#contBorderLeft {
	background-image:url(../images/border_left.png);
	background-position:left;
	background-repeat:repeat-y;
	min-height:700px;
	_height:700px;
}

div#header {
	width:955px;
	position:relative;
	left:21px;
	height:90px;
}

div#logo {
	padding-top:5px;
	text-align:center;
}

div#newsletter {
	position:absolute;
	right:70px;
	top:65px;
	color:white;
}

#langSelection {
	position:absolute;
	right:20px;
	top:65px;
}

div#footer {
	width:955px;
	position:relative;
	left:21px;
	padding:10px 0 25px 0;
	font-size:11px;
}

div#footer_border {
	margin:0 10px 0 10px;
	border-top:#D4D9DC 1px solid;
	font-size:9px;
	height:10px;
}

div#footer_center {
	margin:0 150px 0 150px;
	text-align:center;
}

div#footer_left {
	position:absolute;
	left:20px;
	top:17px;
}

div#footer_right {
	position:absolute;
	right:20px;
	top:17px;
}

div#menu {
	margin:0 10px 0 10px;
	background-image:url(../images/main/menu/background.png);
	height:32px;
}

div#menu_left {
	background-image:url(../images/main/menu/background_left.png);
	background-position:left;
	background-repeat:no-repeat;
	height:32px;
}

div#menu_right {
	background-image:url(../images/main/menu/background_right.png);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
	text-align:center;
}

ul#menuItems {
	margin:0;
	padding:0;
	height:32px;
	color:#4b4b4b;
}

li.menuItem {
	padding:10px 5px 10px 5px;
	display:inline;
	background-image:url(../images/main/menu/separator.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height:32px;
}

li.menuItemFirst {
	padding:10px 5px 10px 0;
	display:inline;
	background-image:url(../images/main/menu/separator.gif);
	background-position:right;
	background-repeat:no-repeat;
	line-height:32px;
}

li.menuItemLast {
	padding:10px 0 10px 5px;
	display:inline;
	line-height:32px;
}

ul#menuItems li a {
	color:#4b4b4b;
	text-decoration:none;
}

#main {
	width:955px;
	margin-left:21px;
	text-align:center;
}

#content {
	position:relative;
	width:930px;
	margin:15px auto 15px auto;
	text-align:justify;
}

.clear-both {
	clear:both;
}