body {
      margin: 0;
      margin-top:30px;
      background: #ffffff;
      margin-bottom:0px;
	  }
	  
#Container {
            margin-top:20px;
            width:796px;
            margin: 0 auto;
			}
		
#Banner {
        
        width: 787px;
       height:250px;
        background: #FFFFFF url(images/BannerTop2.jpg) no-repeat;

       }

#Title {
        width: 543px;
        height:100px;
        background: #FFFFFF url(images/BannerTitle.jpg) no-repeat;
        margin: 0 auto;
       }

#Arc {
       width: 724px;
       height: 58px;
       background: #FFFFFF url(images/ContentTop.gif) no-repeat;
       margin: 0 auto;
     }
	   
#bottom {
        width:724px;
        margin: 0 auto;
        background: #FFFFFF url(images/ContentBar.gif) repeat-y;            
        }

#Menu {
       padding-top:61px;
       font-family:calibri;
       font-size: 16px;
      width:209px;

      }

#Menu ul {
	list-style: none;
         }

#Menu a {
        padding-left: 15px;
	background: url(images/Arrow.gif) no-repeat 0 5px;
        }

a:link {
	text-decoration: none;
	color: #3d1f18;
}

#Menu a:hover, a:active {
        text-decoration: underline;
	color: #3d1f18;
}

a:visited {
        text-decoration: none;
	color: #3d1f18;
list-style: none;
}

#Sidebar { 
       float:left;
       margin-bottom:20px;   
         }


#Content {
          float:right;
          width:495px;
          padding-top:20px;
          padding-bottom:50px;
          margin-right:20px;
          color: #3d1f18;
          font-family:calibri;
         }

#FooterTop {
        
         height: 27px;
         width:850px;
         background: #FFFFFF url(images/FooterTop.gif) no-repeat left;
        }

#Footer {
        clear:both;
         background: #FFFFFF url(images/FooterBottom.gif) repeat-y left;
         width:790px;
         font-family:calibri;
         color: #3d1f18;
         
        }
		
div.clear {
       clear: both;
}	
