<style type="text/css">

a { color: #eabe06; }
A:link
{ text-decoration: none; color: #eabe06; }
A:visited
{ text-decoration: none; color: #eabe06; }
A:active
{ text-decoration: none; color: #eabe06; }
A:hover
{ text-decoration: none; color: #c1c1c1; }

h2 {
	font-family: Arial;
	color: #c1c1c1;
	font-size: 10pt;
	font-weight: normal;
	text-align: center; }

h1 {	
	font-family: MONOTYPE CORSIVA;
	color: #ffffff;
	font-size: 25pt;
	font-weight: normal;
	text-align: center; }

body
{
background: #000000 url(images/bg.jpg) repeat-x fixed bottom left;
font-family: Arial;
color: #c1c1c1;
font-weight: normal;
font-size: 11pt;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #c1c1c1;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #c1c1c1;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #c1c1c1;
scrollbar-base-color : #c1c1c1; }

input, textarea
{ background: #000000;
font-family: Book Antiqua;
color: #c1c1c1;
font-size: 10pt;
letter-spacing: 1pt;
border-style: solid;
border-color: #c1c1c1;
border-width: 1px; }

img
{ border: 0; }

#topline{	
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 8px;
background-color: #eabe06;
}

div.box  {
position: absolute;
left: 280px;
top: 35px;
margin: 0 auto; padding: 15px;
width: 685px;
height: 355px;
overflow-x:hidden;
overflow-y:auto; 
}

#sidebar
{
position: fixed;
left: 20px;
top: 20px;
width: 230px;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#navigation li {
   margin-bottom: 4px;
   margin-top: 4px;
}

#navigation a {
   background: #000000;
   color: #c1c1c1;
   display: block;
   height: 24px;
   width: 220px;
   border-left: 5px solid #eabe06;
   padding-left: 10px;
}

#navigation a:hover {
   background: #000000;
   color: #eabe06;
   text-decoration: none;
   border-left: 5px solid #c1c1c1;
}

</style>