﻿body { margin:0; padding:0; width:100%; background-color:#F9F9F9; }

.Site { width:1000px; 
        text-align:center; 
        margin:0 auto;
}

.Header { height:150px; 
          width:1000px; 
          background:#FFFFFF; 
          background-image:url(../Images/Background_Top3.png); 
          background-repeat:no-repeat; 
 }
.Footer { height:150px; 
          width:1000px; 
          background:#FFFFFF; 
          background-image:url(../Images/Background_Bottom3.png); 
          background-repeat:no-repeat; 
          font:10pt Sans-Serif;
          color:#333333;
}


.Page { width:1000px; 
        background-image:url(../Images/PageBackground3.png);
        background-repeat:repeat-y;
        text-align:center;
}

.Content { width: 850px;
           position:relative;
           left:55px;
           border-color:#666666; 
           border-width:1px; 
           border-style:solid; 
           min-height:500px;  
           padding:15px;
           background-color:#FFFFFF;
           text-align:left;
           font:10pt Sans-Serif;
           color:#333333;
} 
