/* CSS Document */

body {
	background: url(images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px 0px 10px 0px;
	}
a:link, a:visited {
	color: #996666;
	text-decoration: none;
	}
a:hover, a:active {
	color: #221801;
	text-decoration: underline;
	}	
#stripe {
	background: url(images/bg_pinkhyd.jpg) repeat-x;
	position: absolute;
	top: 125px;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 0;
	}
#wrap {
	position: absolute;
	top: 10px;
	left: 135px;
	width: 685px;
	border: #221801 8px solid;
	background-color: #FFFFFF;
	z-index: 1;
	text-align: center;
	}
#top {
	background: url(images/bg_blue.jpg);
	height: 135px;
	border-bottom: #221801 thick solid;
	margin: 10px 10px 0px 10px;
	}
#top img {
	float: left;
	}
#content {
	background: #FFFFFF;
	}
#footer {
	background: url(images/bg_brown.jpg) repeat;
	background-color: #2c1f02;
	color: #FFFFFF;
	position: relative;
	bottom: 0px;
	font-family: "Lucida Handwriting", cursive, Arial;
	letter-spacing: 1px;
	font-size: 1.1em;
	line-height: 1.4em;
	}	
.header {
	font-family: "Lucida Handwriting", cursive, Arial;
	font-size: 2em;
	letter-spacing: 2px;
	font-weight: bold;
	color: #2c1f02;
	padding-top: 15px;
	}
.subheader {
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: bold;
	color: #2c1f02;
	padding: 5px;
	font-variant: small-caps;
	}
.cursive {
	font-family: "Lucida Handwriting", cursive, Arial;
	letter-spacing: 1px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #996666;
	margin-top: 10px;
	}
.sig {
	font-family:  "Lucida Sans", "Lucida Grande", cursive, Arial;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #F0E5E5;
	font-style: italic;
	}
.text {
	text-indent: 15px;
	padding: 15px;
	line-height: 1.2em;
	text-align: left;
	}