@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
  * { margin:0; padding:0; }
  
   body {
	background-image: url(img/bk.jpg);
	background-color: #413C31;
	background-repeat: no-repeat;
	background-position: center 45px;
	background-attachment:scroll;	
  }
  
   #container {
    width:800px;
    margin:0 auto;
  }
  
  /*sets the primary header background image*/
  
   #header ul {
	display:block;
	float:right;
	width:800px;
	height:45px;
	background:url(img/NavBar.jpg) no-repeat 0 0;
	list-style: none;
  }
  
   #body {
    width:800px;
    margin:0 auto;
  }
  
   #body h1 {
	height:85px;
  }
  
   #body h2 {
    margin:0 auto 0 auto;
	display:block;
    width:206px;
    height:332px;
    background:url(img/center.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
  }
  
   #body p {
    margin:152px 0 0 620px;
    display:block;
    font:normal 12px/32px Times, Geneva, sans-serif;
    color:#281d00;
  }
  
   #body h3 {	
	text-indent:-10000px;
  }
  
  
 
