Body
{
background-color:#000000;
}

div#header
{
padding: .5em;
background-color: #49aebe;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}


div#container
{
background-image: url(graphics/silver.jpg);
background-repeat:repeat;
line-height: 130%;
width: 95%;
padding: .5em;
margin: 2px auto;
min-width:800px;
max-width:600px;
}


div#navcol
{
background-color: #49aebe;
float: left;
width: 107px;
display: inline;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}


div#adscol
{
background-color: #49aebe;
float: right;
width: 200px;
margin-left: 1%;
padding: 0;
border-color: #000000;
border-style: groove;
border-width: 3px;
margin-bottom: 10px;
}



div#centercol
{
background-color: #e5e4d9;
float: left;
width: 53%;
margin-left: 1%;
padding: 1em;
border-color: #000000;
border-style: groove;
border-width: 1px;
margin-bottom: 10px;
   font-family: "Century Gothic";
   font-size: 14px;
   font-weight: bold; 
   color: #000000;

}


div#footer
{
clear: both;
background-color: #49aebe;
padding: .2em .2em;
border-color: #000000;
border-style: groove;
border-width: 3px;
   font-family: "Century Gothic";
   font-size: 14px;
   font-weight: bold; 
   color: #000000;
   text-align:	center;
}

ul#navigation
{
list-style-type: none;
margin: 0;
padding: .0;
}

ul#navigation li a
{
display: block;
width: 6.4em;
background-color: #c41130;
padding: .6em .6em;

       font-family:  "Century Gothic"	;
	   font-size: 14px;
	   font-weight: bold; 
       color: #cbe7eb;
	   text-align: center;

text-decoration: none;
}

ul#navigation li a:hover
{
color: #d3d1d2;
background-color: #00467f;
}

ul#navigation li a:active
{
color:#000000;
background-color:  #e5e4d9;
}

ul#navigation .left
{ 
float: left; 
clear: left;
margin-bottom: 1px;
}


.drawline
{ 
display: block;
background-color: #999999;
height: 1px;
border-style:solid; 
}

