body { margin: 0px;
background-color: #E9CF48;
background-image: url(gfx/bg.jpg);
background-repeat: no-repeat;
scrollbar-face-color: #E9CF48;
scrollbar-arrow-color: #7C3035;
scrollbar-base-color: #E9CF48;
scrollbar-shadow-color: #7C3035;
scrollbar-darkshadow-color: #E9CF48;
scrollbar-highlight-color: #7C3035;
scrollbar-3dlight-color: #E9CF48;
scrollbar-track-color: #DCC23B;
}
td { background-repeat: no repeat;
}


.title { font-family: Georgia, serif;
font-size: 2em;
text-align: right;
margin: 40px 0px 0px 0px;
}
h1 { font-size: 1.4em;
text-align: right;
margin: 10px 0px 0px 10px;
}
h2 { font-size: 1.1em;
margin: 15px 0px 10px 10px;
}


ul { margin: 0px 0px 10px 30px;
}
ol { margin: 0px 0px 10px 30px;
}
li { margin: 0px 0px 0px 30px;
}
blockquote { margin: 0px 0px 10px 30px;
}

a:link { font-weight: bold;
text-decoration: none;
color: #B01E15;
}
a:visited { font-weight: bold;
text-decoration: none;
color: #7C3035;
}
a:active { font-weight: bold;
text-decoration: none;
color: #B01E15;
}
a:hover { font-weight: bold;
text-decoration: underline;
color: #B01E15;
}


div#bg { filter: alpha(opacity=35);
z-index: 1;
background-color: #CEBC92;
width: 390px;
height: 100%;
}
div#content { position: relative;
z-index: 2;
width: 390px;
height: 100%;
background-color: transparent;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
font: 0.9em Georgia, serif;
color: #000000;
text-align: justify;
line-height: 1.3;
}
div#logo { position: relative;
width: 100px;
height: 100px;
background-image: url(gfx/logo1.jpg);
}
div#menu { font: 0.9em Georgia, serif;
color: #000000;
text-align: right;
line-height: 1.5;
clear: left;
margin: 0px;
}
