h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #9e3b4d;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #9e3b4d;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #3b2f29;
	font-weight: normal;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #3b2f29;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b2f29;
	text-decoration: none;
}
a:visited {
	color: #3b2f29; text-decoration: none;
}
a:hover {
	 color: #9e3b4d; 
	 text-decoration: underline; 
	 cursor: pointer;  
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #3b2f29;
}

ul {
     margin: 0;
	 padding: 0;
	 list-style-type: none;
}
ul a {
      display: block;
	  width: 200px;
	  height: 25px;
	  line-height: 25px;
	  color: #3b2f29;
	  text-indent: 50px;
	  text-decoration: none;
	  background: #d2cab7;
	  /*border-top: 1px solid black;*/
	  border-bottom: 1px solid #3b2f29;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	   
}

ul a:hover {
	color: #ddcfb6; 
	text-decoration: none; 
	cursor: hand;
	background: #9e3b4d;
}

ul a:active {
	color: #ddcfb6; 
	background: #9e3b4d;
}
li.first a {
	border-top: 1px solid #3b2f29;
}

li {
      display: inline;
}

body {
	scrollbar-3dlight-color:#d1d5be;
	scrollbar-face-color: #d2cab7;
	scrollbar-arrow-color: #9e3b4d;
	scrollbar-base-color: #d2cab7;
	scrollbar-dark-shadow-color: #993333;
	scrollbar-track-color: #d2cab7;
	background-attachment: scroll; 
	background-repeat: repeat;
	background-color: #d2cab7;
	background: url(images/tile10.jpg) repeat fixed;
	margin-top:0px;
	margin-bottom:0px;
}
.hd {
	border-left: #9e3b4d 1px dotted;
	border-right: #9e3b4d 1px dotted;
	width:750px;
	height:127px;
}
.mn {
	border-left: #9e3b4d 1px dotted;
	border-right: #9e3b4d 1px dotted;
	width:750px;
	background-color: #dfd9cb;
}
.ft {
	border-left: #9e3b4d 1px dotted;
	border-right: #9e3b4d 1px dotted;
	width:750px;
	background-color: #d2cab7;
}

#footer {  
    padding: 15px;   
	margin: 0px;   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #3b2f29;
	text-align: center;
}
