body {
	background-color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-align:center;
	background-position: center;
}

img {border: 0;}

#header01 {
	position: relative;
	width:300px;
	height:310px;
	float:left;
	z-index:1;
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	}
	
#header02 {
	position: relative;
	width:724px;
	height:310px;
	float:left;
	z-index:1;
	background: url(../images/header02.jpg) bottom left no-repeat;
	background-image: url(../images/header03.jpg);
}

#menu {
	position: relative;
	height:54px;
	z-index:2;
	background-image: url(../images/menu-bg.jpg);
	font-size: 24px;
	clear: both;
}

#menucontainer {text-align: center; list-style: none; padding: 10px 0 0 0; margin: 0;}

#menu li { padding: 0 10px 0 10px; display:inline; }

#menu a { text-decoration:none; color: #fff; }
#menu a:hover { color: #FF9; }

#bas {position: relative;}
#contenu {
	position:absolute;
	left:252px;
	top:0px;
	width:558px;
	height:424px;
	z-index:3;
	padding: 0 18px 0 18px;
	background-image: url(../images/txtbg.jpg);
	text-align: left;
	overflow-y: auto;
}

#contenu .imagemenu  {margin: 0; padding: 0; width: auto; list-style: none;}
#contenu .imagemenu li {height: 130px; width: 150px; display: inline; padding-right: 8px; }

#leftimage {
	position:absolute;
	left:0px;
	top:0px;
	width:252px;
	height:567px;
	z-index:1;
	background-image: url(../images/leftside.jpg);
	background-repeat: no-repeat;
	}
	
#rightimage {
	position:absolute;
	left:846px;
	top:0px;
	width:178px;
	height:567px;
	z-index:1;
	background-image: url(../images/rightside.jpg);
	background-repeat: no-repeat;
	}

#bottom {
	position:absolute;
	left:252px;
	top:424px;
	width:594px;
	height:143px;
	z-index:1;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	}

a:visited {
	color: #2255bb;
	font-weight: bold;
}
a:link {
	color: #99CCFF;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	font-weight: bold;
}
a:active {
	color: #99CCFF;
	font-weight: bold;
}

#centrer {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align:left;
	top: 20px;
}
