html,body{margin:0;padding:0}
body {
	font-family: "bookman old style", times, serif, "Verdana", sans-serif;
	margin: 0;
	font-size: 93%;
	font-weight: bolder;
	background:url(images/marble2.jpg) #f9e4ae;color: #C7452B
	}
p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background:url(images/marble3.jpg);color: #C7452B}
div#content p{line-height:1.4}
div#navigation{background:url(images/marble4.jpg)#ADC6B5}
div#extra{background:url(images/marble4.jpg)#FF8539}
div#footer{background:url(images/marble3.jpg);color: #C00533}
div#footer p{margin:0;padding:10px 10px}

div#wrapper{float:right;width: 100%;margin-left: -400px}
div#content{margin-left: 400px}
div#navigation{float:right;width:200px}
div#extra{float:right;width:200px}
div#footer{clear:right;width:100%}

.menu a {
     margin: 0 2px;
     width: 93px; 
     height: 16px;
     display: block;
     text-align: center;
     font-size: 15px;
          border: 1px solid gray;
     text-decoration: none;
     color: #973421;
     background:url(images/marble4.jpg)  #F2E3A2;
	 }
	 
.menu a:hover {
     background:url(images/marble2.jpg)  #F6BA1E;
        border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
		 
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {
text-decoration: none;
color: #222;
}
a.test:hover{
text-decoration: underline;
}
