﻿
#header
{
    font-size: 80%;
    font-family:Arial;
    line-height: normal;
    background-color: #D5D0BA;
    float: left;
    width:800px;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    
   
}

#header ul {
    margin:0px;
    padding:0px 10px 0;
    list-style:none;
    }
#header li {
    float:left;
    background:url("images/norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
#header a {
    float:left;
    display:block;
    background:url("images/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#333;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#header ul li a:hover{
    color:#EC5E26;
}
#wrap {
   width:800px;
  margin:0 auto;
  background:#D5D0BA;
    }
    #top
        {
            padding: 0px;
            margin: 0px;
        }
        
        #side
        {
            padding-top: 25px;
            padding-bottom:0px;
            margin-left:15px;
            float:left;
            width:212px;
            
        }
        #bottom
        {
            padding: 0px;
            margin: 0px;
            clear:both;
        }
        #content
        {
            padding-top: 20px;
            
            padding-bottom:20px;
            margin: 0px;
            float:right;
            font-family:Arial;
            width: 568px;
            
            
        }
        
        #content h1, h2, h3, h4 
        {
            color: #333;
            text-align:center;
        }
        #content a
        {
    color: #EC5E26;
    text-decoration: none;
    text-align: center;
}
        #content a:hover
        {
            color:#666666;
            text-decoration: none;
        }
        #content p
        {
            padding-right:20px;
            padding-left:25px;
            padding-top:8px;
            padding-bottom:15px;
    
}
        #content ul
        {
            margin-left:20px;
            padding:10px 20px 10px 20px;
        }
        #content img
        {
            padding:10px 25px 5px 20px;
            
}
        
        #footertext
        {
            position:relative;
            top: 0px;
            bottom: 0px;
            
        }
        body
        {
            background-color:#333333;
            background-image: url(images/bbg.jpg);
            background-repeat: repeat;
        }

