body{
	background:#ffccff;
	height:99%;
}
#wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	min-height:100%;
	height:100%;
	}
#header {
  background:#FFE6FF;
  height:250px;
  width:900px;
  overflow:hidden;
  }
#headText{
  color:#52334d;
  font-style:italic;
  }
#menu {
  background-color:#ffccff;
  height:10px;
  width:900px;
  color:#52334d;
  }  
#content{
  /*position:relative;*/
  width:890px;
  padding:5px 5px 20px 5px; 
  background-color:#fff2ff;
  min-height:300px;
  }

/*#tablelinks td{background: transparent url(images/spacer.gif) bottom repeat-x;}
.links{
  width:175px;
  padding:0 0 0 5px;
  }
  */

.fontHeader{
  text-align:center;
  font-size:22px;
  font-family:'arial';
  color:#b38fb3;
	}
#siteText{
	margin-left:15px;
	font-size:14px;
	color:#52334d;
	font-family:'arial';
	}
#siteText img{
  border:none;
  }
  
.siteTextHeader{
  margin-left:5px;
  font-size:16px;
  color:#b38fb3;
  font-family:'arial';
  font-weight:bold;
  }

#contact {
  color:#000066;
  font-family:'veranda';
  font-size:10px;
  font-style:italic;
  padding:5px 0 5px 0;
}
#contact a{
  color:#500019;
  text-decoration:none
  }
#website{
  color:#9ed3b2;
  font-size:10px;
}
#website a{
  color:#fefefe;
  font-size:10px;
  text-decoration:none;
}
/* Footer styles */
#footer {
  margin: 0px;
  background-color:#ffe6ff;
  height:40px;
  width:900px;
  border:solid black;
  border-width:1px 0 0 0;
  text-align:center;
 }

