/* CSS Document */

body    	{ margin: 0pt; 
			  background: #FFFFFF
			  url(index_files/Creme_browserbg-1.jpg) 
			  repeat 
			  scroll 
			  left top;}
		
div.top		{ background-image:url(index_files/LayeredPaper_01-1.jpg);
			  background-position:top center;
			  background-repeat:no-repeat;
			  top: 0px;
			  margin: 0px auto; 
			  overflow: hidden; 
			  position: relative; 
			  text-align: left; 
			  width: 700px;
			  }

div.mid 	{ background-image:url(index_files/LayeredPaper_03-2.jpg);
			  background-position:top center;
			  background-repeat: repeat-y;
			  width: 700px;			   
              top: 0px;
			  margin: 0px auto; 
			  overflow: hidden; 
			  position: relative; 
			  text-align: left; 
			  }
			  
div.bot 	{ background-image:url(bottom.jpg);
			  background-position:top center;
			  background-repeat: no-repeat;
			  width: 700px;
			  height:47px;			   
              top: 0px;
			  margin: 0px auto; 
			  overflow: hidden; 
			  position: relative; 
			  text-align: left; 
			  }			  

p			{ font-family: 'Hoefler Text', 'Times New Roman', serif;
			  margin-left:25px;
			  margin-right:50px;
			}

h1		 	{ font-family: 'Hoefler Text', 'Times New Roman', serif;
			  font-size: 28px;
			  color: #000000;
			  margin-left: 25px;
			  margin-top:25px;
			  margin-bottom:0px;
			  width: 618px;		 
			  }

h2		 	{ font-family: 'Hoefler Text', 'Times New Roman', serif;
			  font-size: 18px;
			  color: #000000;
			  margin: 25px;
			  width: 618px;
			  font-weight:normal;		 
			  }
			  			  			   
.navbar 	{ font-family: 'Hoefler Text', 'Times New Roman', serif;
			  font-size: .9em;
			  color: #817B67;
			  margin: 0px;
			  margin-left:35px;
			  width: 618px;
			  line-height: 25px;}

.navbar-bg  { text-align: left;}

.navbar-bg ul {	list-style: none;
	          margin: 0px;
			  padding: 0px;}
			  
li 			{ list-style-type: none;
			  display: inline;
			  padding: 0 25px 0 0px;}

li a 		{ text-decoration: none;
			  padding: 0px;
			  color: #817B67;}

li a:visited {text-decoration: none;
		 	  padding: 0px;
			  color: #817B67;}

li a:hover  { color: #3F3F3C;
	          text-decoration: none;}

li.current-page a { color: #3F3F3C;
	          rext-decoration: none;}
			  
			  
		  
