﻿body
{
    font-size: 14px;
	line-height:15px;
    font-family: Georgia, Sans-Serif; 
    background:url(../../images/bg.gif); 
    color: #63345A;
}

a
{
    color: #63345A;
    text-decoration: none;
}

a:hover 
{
      text-decoration: underline;
}

#wrapper
{
    width:751px; 
    margin:0px auto; 
}

#header
{
   height: 150px; 
   background: url(../../images/header.png);
}

#main
{    
    width:751px;  
   
}

#main-top
{  
    background: url(../../images/main-top.png);   
    height: 64px;    
}


#main-top-menu 
{
     font-size: 18px;
    width:751px; 
    position:relative;
}
#main-top-menu ul.first 
{
    list-style-type:none; 
    margin: 20px; 
    padding:0; 
    float:left; 
}
#main-top-menu ul.first li 
{
    float:left; 
    display:block;     
    padding-right: 10px;
   
}
#main-top-menu ul.first li a 
{  
    color: #63345A;
    font-size: 15px;
	font-weight:bold;
    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 35px 20px 35px;
	/*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}