
body {
background-image : url(bg.jpg);
background-repeat : repeat-y;
margin : 0;
padding : 0;
font : 80% arial, georgia, times, "times new roman", serif;
color : #000;
background-color : #e1b4a8;
}
#contents {
position : absolute;
top : 350px;
left : 225px;
width : 370px;
padding : 10px;
}
#navcontainer {
position : absolute;
top : 380px;
left : 625px;
width : 600px;
padding : 10px;
}
ul#navlist {
margin : 0 0 0 30px;
padding : 0;
width : 12.5%;
}
#navlist li {
list-style-type : none;
background-color : #cb7d67;
color : #dbc795;
border : 0.2em solid #dbc795;
font-weight : 600;
text-align : center;
padding : 0.3em;
margin-bottom : 0.1em;
}
#navlist li a {
color : #daa520;
text-decoration : none;
display : block;
}
#navlist li a:hover {
background-color : #faebd7;
color : #191970;
}
#content h2 {
margin-top : 0;
}
h2 {
border-bottom : 1px dashed #000;
padding : 5px;
}
a:link, a:visited {
color : #b6583e;
}
a:hover, a:active {
color : #dba495;
text-decoration : underline;
}
strong, b {
color : #d18d7a;
}
em, u, i {
color : #c2664c;
}
img {  
border-style: none;
}
