body
{
text-align: center;
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
color: #515151;
background-color: #E0E0E0;
}
a:link { color: #515151; text-decoration: none;}
a:visited {color: #515151; text-decoration: none;}
a:hover {color: #000000;}
#container
{
width: 800px;
margin: 1em auto;
border: 1px solid #333;
background-color: white;
background-image: url(images/background2.jpg);
background-repeat: repeat-y;
text-align: left;
}
#header
{
/*min-width: 720px*/
/*background-color: rgb(242, 242, 193); */
background-color: rgb(231, 218, 209);
border-bottom: 1px solid black; 
padding: 0.5em;
}
#header h1
{
margin: 0;
padding: 0em;
color: rgb(225, 90, 90);
font-weight: bold;
}
#subheader
{
font-weight: bold;
/*text-align: right;*/
}

#header2
{
width: 800px;
height: 189px;
/* background-image: url('images/mainlogo2.jpg'); */
background-image: url('images/bg-strip1.jpg');
background-repeat: no-repeat;
text-align: right;
color: #EEE;
/*border-bottom: 1px solid black; */
}

#navigation
{
float: left;
width: 200px;
margin-left: 0px;
padding-left: 15px;
/* padding-top: 0.5em; */
/*border-right: 1px solid #333;*/
/*background-color: #D3DEEF;*/
}
#navigation img { padding-left: 15px; padding-bottom: 5px;}
#navigation p { margin-top: 0; }
#navigation a:hover { background-color: white; }

#content
{
padding-top: 0.5em;
margin: 0 2em 0 240px;
background-color: white;
}
#content p {text-align: justify;}
#content p.quest {font-weight: bold;}
#content h2 { margin-top: 0; }
#content a.text {text-decoration: underline;}
#content img.big {align: center;}


#footer
{
height: 50px;
clear: both;
/* background-color: rgb(231, 218, 209); */
background-color: #FFD7B5;
padding: 1px;
text-align: left;
border-top: 1px solid #333;
}

#footer img {
float: right;
border: 0px solid; 
padding: 4px;
}

#profile img {
float: right;
padding-left: 10px;
padding-bottom: 0px;
}

li.current
{
text-decoration: underline;
}

span.note{
/* visibility:visible; */
visibility:hidden; 
background-color: yellow; 
color: red;
font-weight: bold;
}