body
{
background: url(images/bgimg.jpg) repeat-x; 
background-color:#FFF
}

a:link,a:active,a:visited
{
color:#CFF;
text-decoration:underline
}

a:hover
{
color:#CFF;
text-decoration:line-through
}

font,body,p
{
color:#FFF;
font-family:georgia;
font-size:8pt
}

b,strong 
{
color:#39F;
font-family:georgia;
font-size:8pt
}


#container
{
position: absolute;
z-index:2;
top:235px;
right:333px;
width:420px;
height:290px;
overflow: auto;
background:transparent;
line-height: 130%;
}


#leftnav
{
position: absolute;
z-index:2;
top:290px;
right:197px;
width:117px;
background:transparent;
line-height: 130%;
}

#content
{
padding: 3em;
max-width: 50em;
background-color: transparent;
}

#container background {visibility: visible;}
#leftnav h2 {color:#06C;font-family:Edwardian Script ITC, georgia;font-size:14pt;}

#leftnav a 
{
display: block;
margin: 2px;
color:#FFF;
background-color: #06C;
border-right: #036 3px solid;
}

html>body #leftnav a 
{
width: auto;
}

#leftnav a:hover
{
margin: 2px;
padding: 1px;
color:#036;
background-color: #FFF;
border-right: #06C 3px solid;
text-decoration: none
}

.head
{
color:#FF9;
letter-spacing:2px;
font-family:Edwardian Script ITC, georgia;
font-size:14pt;
font-weight:bold;
border-bottom: #FF9 2px solid
}


