﻿body
{
    font-family: Georgia, Sans-Serif; 
    background:url('../images/bg.gif'); 
    color: #63345A;
}
#wrapper
{
    width:751px; 
    margin:0px auto; 
}

#header
{
   height: 119px; 
   background: url(../images/header.png);
}

#main
{    
    width:751px;  
   
}

#main-top
{  
    background: url('../images/main-top.png');   
    height: 64px;    
}


#main-top-menu 
{
    width:751px; 
    position:relative;
}
#main-top-menu ul.first 
{
    list-style-type:none; 
    margin: 10px; 
    padding:0; 
    float:left;
    width:100%; 
}
#main-top-menu ul.first li 
{
    float:left; 
    display:inline;     
    padding-right: 10px;
   
}
#main-top-menu ul.first li a 
{  
     color: #63345A;
     font-size: 16px;
    text-decoration: none;
}
#main-top-menu ul.first li a:hover 
{
      text-decoration: underline;
}
#main-top-menu ul.first li a.selected 
{
  
}


#main-center
{   
    background: #FFFFFF;
    padding: 20px 20px 20px 16px;
}

#main-bottom
{ 
    background: url('../images/main-bottom.png'); 
    height: 63px;
}

#footer p {color:#BDA9B7; text-align:center; font-size: small;}

.none {display:none;}
.clear {clear:both;}
br.clear {clear:both; line-height:0; height:0}
.new { color: fuchsia; font-size: 16px; font-family: georgia; font-weight: bold; font-style: oblique; line-height: 16px; }

