
.menu a {
margin : 0 2px;
width : 160px;
height : 20px;
display : block;
text-align : center;
font-size : 20px;
color : #ffcc33;
border : 1px solid gray;
text-decoration : none;
color : #f6ba1e;
background : #f6ba1e url(images/beverlyhills.gif);
}
.menu a:hover {
background : #535ec0 url(images/beverlyhills2.gif);
border : 1px solid gray;
}
.menu a:active {
background : gray;
border : 1px solid gray;
color : #fff;
}
.mentions {
font-family : verdana, arial, sans-serif;
color : #ffcc33;
position : absolute;
bottom : 300px;
left : 10px;
color : #000;
background-color : #ddd;
}
a.test {
text-decoration : none;
color : #222;
}
a.test:hover {
text-decoration : underline;
}
html, body {
margin : 0;
padding : 0;
}
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 : #eee url(images/beverlyhills.gif);
color : #ffcc33;
}
div#content p {
line-height : 1.4;
}
div#navigation {
background : #b9caff url(images/beverlyhills.gif);
}
div#extra {
background : #ff8539 url(images/beverlyhills.gif);
}
div#footer {
background : #333 url(images/beverlyhills.gif);
color : #fff;
}
div#footer p {
margin : 0;
padding : 20px 10px;
}
div#wrapper {
float : left;
width : 100%;
}
div#content {
margin : 0 25%;
}
div#navigation {
float : left;
width : 25%;
margin-left : -100%;
}
div#extra {
float : left;
width : 25%;
margin-left : -25%;
}
div#footer {
clear : left;
width : 100%;
}
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #ffcc33;
margin : 0;
font-size : 100%;
font-weight : bold;
background : #ffad5a url(images/beverlyhills2.gif);
}


