body 
{
 background:#cccccc;
 margin:0px;
 text-align:center;
/* margin:0px 5px 0px 10px;*/
}

#wrapper
{
 width:980px;
 background:#ffffff;
}

#header 
{
background:#FFCC66;
}
#navcontainer
{
 width:980px;
}

#content
{
 float:left;
 width:720px;
 background:#ffffff;
 text-align: justify;
 padding:0px 10px 0px 10px;
 font-family: Verdana; 
 font-size: 0.7em;
 line-height:1.7em;
 /*border-right: 1px dotted #CC6600;*/
 }

#right
{
 float:left;
 background:#ffffff;
 width:230px;
 padding:4px 5px 0px 5px;
 font-family: Arial; 
 font-size: 0.8em;
 line-height:1.7em;
 }

#footer 
{
clear:both;
width:980px;
background:#CC6600;
font-family: Verdana; 
font-size: 0.7em;
color: #fff;
}


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #CC6600;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
}

#navcontainer ul li { display: inline; }


#navcontainer ul li a#current
{
background-color: #FFCC66;
color: #000;

}

#navcontainer ul li a
{
padding: 0.2em 1.1em;
background-color: #CC6600;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #FFCC66;
color: #000;
}

p.rt
{
background-color:#FFFFCC;
border-style: solid;
border-width:12px 1px 1px 1px;
border-color:#FFCC66;
padding:2px;
}
p.ft
{
background-color:#FFFFCC;
padding:1px;
color:#000000;
}
 
p.ft a
{
color:#CC6600;
}



