html,body{margin:0;padding:0}
html, body {
margin : 0;
padding : 0;
}
body {
font-family : Helvetica, "New Century Schoolbook", Times, serif, Arial, sans-serif, Chicago, Charcoal;
margin : 0;
font-size : 80%;
color: #6C2A35;
font-weight : bold;
background : #ffad5a url(images/marble-light.gif);
}
p {
margin : 0 10px 10px;
}
a {
display : block;
color : #981793;
padding : 10px;
}
div#header h1 {
height : 80px;
line-height : 80px;
text-align : center;
margin : 0;
padding-left : 10px;
background : url(images/marble-pale.gif);
color : #620F17;
}
div#content p {
line-height : 1.4;
}
div#navigation {
background : url(images/marble-light1.gif);
}
div#extra {
background : #e79c52 url(images/marble-light1.gif);
}
div#footer p {
margin : 0;
padding : 20px 10px;
}
div#wrapper {
float : right;
width : 70%;
}
div#navigation {
float : left;
width : 29.9%;
}
div#extra {
clear : both;
width : 100%;
}
.menu a {
margin : 0 2px;
width : 191px;
height : 30px;
display : block;
text-align : center;
font-size : 20px;
font-weight : bold;
border : 1px solid gray;
text-decoration : none;
color : #6C2A35;
background : #f2e3a2 url(images/hom-menu.jpg);
}
.menu a:hover {
background : #fde09e url(images/hom-menu1.jpg);
border : 1px solid gray;
}
.menu a:active {
background : gray;
border : 1px solid gray;
color : #fff;
}
.mentions {
font-family : verdana, arial, sans-serif;
font-size : 6px;
position : absolute;
bottom : 300px;
left : 10px;
color : #000;
background-color : #ddd;
}
a.test {
text-decoration : none;
color : #222;
}
a.test:hover {
text-decoration : underline;
}
