/* BLOCKS */

html { 
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin: 0;
	padding: 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FBF8F6;
	letter-spacing: 0.02em;
	color: #555;
	}

#mainBlock {
	width: 765px;
	height: 100%;
	margin: 5px auto;
	background-color: #fff;
	padding: 0px;
	background: #FCF8F5 url(body.gif);
	}

#header {
	background: url(Rheader.jpg) no-repeat top right;
	margin: 0px;
	height: 216px;
	background-color: #FCF8F5;
	}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 175px;
	height: 500px;
	padding: 0px;
	}

#content {
 	float: left;
	margin-top: 0px;
	width: 545px;
	}

#contact {
 	float: left;
	font-size: 9pt;
	margin-top: 20px;
	padding-left: 32px;
	width: 120px;
	color: #B17088;
	}

#stem {
 	float: left;
	margin-top: 0px;
	width: 45px;
	}

#footer {
	clear: both;
	height: 106px;
	margin: 0px auto;
	padding-top: 60px;
	padding-right: 35px;
	color: #c3c3c3;
	font-size: 8pt;
	background: #FCF8F5 url(footer.gif) no-repeat;
	}

#footer a {
	color: #3399CC;
	text-decoration: none;
}


/* Navigation links */

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
	}

#nav ul a {
	text-decoration: none;
	}

#nav ul a:hover {
	text-decoration: underline;
	}

/* CONTENT BLOCKS */

/* main housing for all copy content (includes side border) */

#contentBlock {
	margin-left: 5px;
	width: 540px;
	padding: 0px;
}

/* contains top rounded border */
h2 {

	background: url(C_top.gif) no-repeat bottom left;
	font-family: Garamond, Times, sans-serif;
	height: 41px;
	font-size: 2.2em;
	line-height: 1em;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #BA55D3;
}

/* housing for copy and faded background image */
#copyBlock {
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 12px;
	padding-bottom: 0px;
	background: url(content.gif) repeat-y;

}

h3 {
	font-size: 0.75em;
	line-height: 1em;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 1px;
}

/* housing for copy and bottom rounded border */
#copyFooter {
	height: 18px;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom:0px;
	padding-right: 0px;
	margin-bottom: 1px;
	background: url(Bcontent.gif) no-repeat top left;
}

.aboutimg {
	margin-right: 4px;
}

img {
	border: 0px;
	float: left;
	clear: none;
}

#copyBlock ul ul li {
	list-style: none;
	margin-left: -40px;
}

#copyBlock ul li {
	margin-left: -20px;
}




