html{
	text-align:center;
	background:#FCE4C3;
	}

body{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	color:black;
	font-family:Verdana, sans-serif;
	font-size:120%;
	font-size:x-small;
	font-size:small;
	overflow: visible;
}

html>body 
{       
	font-size:small;
}
  
#top {
	float:left;
	width:800px;
	height:114px;
	padding:0px;
	overflow:hidden;
	background:url('bordertopchiriz.jpg') top;
	padding-top: 0px;
  }
  
#main {
	float:left;
	width:650px;
	padding:5px 75px 5px 75px;
	overflow:hidden;
	background:url('bordermiddle.jpg') top;
  }
  
#mainbase {
  float:left;
  width:800px;
  height:30px;
  padding:0px;
  overflow:hidden; 
  background:url('borderbottom.jpg') top;  
  }
  
#base {
	float:left;
	width:800px;
	height:75px;
	padding:0px;
	overflow: visible;
  }
  
h1 {
  font-size:140%;
  }

h2 {
  font-size:120%;
  }
  
h3 {
  font-size:80%;
  }

style1 {
   font-size:x-small;
}

style2 {
   font-size:140%;
   color:#7e7361;
   font-family:verdana, arial, helvetica, sans-serif;
   font-weight:bold;
}

style3 {
   font-size:100%;
   color:#7e7361;
   font-family:verdana, arial, helvetica, sans-serif;
   font-weight:bold;
}

a  {
  color:black;
  text-decoration:none;
  font-family:verdana, arial, helvetica, sans-serif;
  }  
  
a:link {
  color:#7e5b2e;
  }

a:visited {
  color:#7e5b2e;
  }

a:hover {
  color:#FCE4C3;
  } 

