﻿body 
{
   background: #eeeeee url(img/back.jpg) repeat-x top;
   margin:0;
   font-family:Arial;
   font-size:12px;
   line-height:1.5;
   color:#333333;
    
}

a
{
   color:#333333;
   text-decoration:none;
}
a:hover
{
   text-decoration:underline;
}

.clear {clear:both;}

.maincontent
{
   width:990px;
   margin-left:auto;
   margin-right:auto;
}


.maincontent .left-shadow
{
   width:20px;height:984px;
   background-image:url(img/left-shadow.jpg);
   float:left;
}
.maincontent .right-shadow
{
   width:20px;height:984px;
   background-image:url(img/right-shadow.jpg);
   float:left;
}
.maincontent .content-center
{
   width:950px;
   float:left;
   background-color:#ffffff;
   min-height:984px;
   height:auto !important; 
   height:984px   
}
.content-seperate
{
   width:950px;
   height:3px;
   margin-left:auto;
   margin-right:auto;
   font-size:0;
}