/*--- atelier47.info
	general styles
	(c)WS 2008-07-27    
	(c)WS 2010-02-22 ---*/

body {
	background-color:#333;
	text-align: justify;
	padding: 0;
	font:12px Verdana, Tahoma, Arial, Helvetica ;	
}

body #bodyGrad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}

/*--- hidden text ---*/
body #bodyAdds { 				
	position:absolute;
	clip:rect(0px 0px 0px 0px);
      z-index: -10;
	overflow: hidden;
}

body #AddsContainer {
	position:relative;
	margin-top:0px;
	margin-left:0px;
	width:976px;
	height:160px;
      z-index: 0;
	background-color: transparent;
}

body #AddsContainer .Left {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	width:200px;
	height:160px;
}
body #AddsContainer .Mid {
	position:absolute;
	margin-top:0px;
	margin-left:210px;
	width:410px;
	height:160px;
}
body #AddsContainer .Right {
	position:absolute;
	margin-top:0px;
	margin-left:776px;
	width:200px;
	height:160px;
}

body #AddsRightSide {
	position:absolute;
	margin-top:1px;
	margin-left:976px;
	width:224px;
	height:520px;
	text-align: justify;
	background-color: #fff;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto ;
	overflow: hidden;
}

/*--- Header ---*/

#header {
	position: relative;
	margin-top:0px;
	margin-left:0px;
	width:976px;
	height:70px;
	z-index: 2;
	background-color: transparent;
}

#header .headimage1{
	position:relative;
	margin-top:0px;
	margin-left:0px;
	height:70px;
	width:974px; 
	z-index: 2;
}

#header .headimage2{
	position:absolute;
	margin-top:0px;
	margin-left:5px;
	height:70px;
}

/*--- end ---*/