﻿body
{
    background: url(/images/main-tile.jpg) repeat-x #EEF2F5;
    margin: 0px;
    font-family: Verdana, Arial, Sans-Serif;
    
}
.wrapper
{
    margin-top: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
     position: relative;


}
img
{
    border: 0px;
}

.body-content
{
    background: url(/images/content-tile.png) repeat-y;
    position: relative;
    width: 1000px;
  
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;


}
.content-text
{
    height: auto;
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
   padding-top: 10px;
   min-height: 100px;
   
   
}
.content-foot
{
        background: url(/images/foot.png) no-repeat;
        width: 1000px;
        height: 10px;
        position: relative;
        margin-top: 0px;
        
}
a
{
    outline: 0;
    font-size: 12px;
    color: #303970;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}