/* 
    Document   : stylesheet
    Created on : May 26, 2011, 10:06:43 AM
    Author     : arn008
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html{
    min-height: 101%;
}
body{
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
    font-size: 12px;
}
h3{
      color: #e87d1e;
          font-size: 14px;
          margin:0px;
          padding-bottom:5px;
}
img{
    border:0;
    
}
a.active{
    color:#e87d1e;
}
#wrapper {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#middle {
    width:990px;
    clear: both;
}
#footer {
    width: 990px;
    height:63px;
    clear: both;
    position:relative;
}
#header{
    width: 990px;
    height:189px;
    clear: both;
    overflow: visible;
}
