@charset "utf-8";
/* CSS Document */



a, a:visited
{
color: #CC6633;
text-decoration:none;
}

a:hover 
{
border-bottom:2px solid #CC6633;
color:#666666;
}

h1
{
font-size:26px;
font-weight:bold;
}

h2
{
font-size:16px;
color:#CC6633;
}

hr
{
margin:30px;
}

#wrap 
{
margin:0pt auto;
background-repeat: repeat-y;
width:900px;
}

#top
{
background-image:url(../images/top.gif);
width:900px;
height:30px;
}


#content
{
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#666666;
float:left;
background-image:url(../images/content.gif);
padding:0pt;
width:900px;
}


#header
{
background-image:url(../images/header.gif);
width:840px;
height:200px;
float:left;
margin-left:30px;
}


#menu
{
width:190px;
height:auto;
float:left;
margin-left:30px;
margin-bottom:20px;
margin-top:5px;
}

ul.menu
{
border-top:1px solid #E5E5E5;
margin:7px 8px 8px 10px;
padding:0pt;
text-align:left;
text-decoration:none;
}

ul.menu li
{
background-image:url(../images/footerbox.gif);
border-bottom:1px solid #E5E5E5;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:2px;
padding:4px 0pt 4px 5px;
}

#advert
{
width:120px;
margin-left:30px;
margin-top:35px;
}

#main
{
width:645px;
margin-left:10px;
margin-right:20px;
margin-top:5px;
float:left;
padding-right:5px;
}

.image-right
{
margin-bottom:15px;
margin-top:15px;
margin-left:15px;
margin-right:30px;
float:right;
}

.image-left
{
margin-bottom:15px;
margin-top:15px;
margin-left:30px;
margin-right:15px;
float:left;
}


#footer-box
{
width:840px;
float:left;
height:20px;
margin-left:30px;
margin-top:15px;
margin-bottom:5px;
padding-top:8px;
font-size:12px;
background-image:url(../images/footerbox.gif);
}


#footer
{
background:transparent url(../images/footer-bottom.gif) no-repeat scroll center;
width:900px;
height:30px;
clear:both;
float:left;
margin-left:auto; 
margin-right:auto;
}



.white
{
color:#FFFFFF;
font-size:9px;
}





