@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	text-transform: lowercase;
	color: #2D1C02;
	background-attachment: fixed;
	background-image: url(images/zen3bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 2px;
	word-spacing: 5px;
	width: 909px;
	margin: 0 auto;
}
#container {
	width: 909px;
	margin: 0 auto;
	position: relative;
}
#pageHeader {
	background-image: url(images/zen3head2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 716px;
	margin-left: 190px;
}
#pageHeader h1 span, #pageHeader h2 span {
	visibility: hidden;
}
#quickSummary  {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	position: absolute;
	top:0;
	right: 710px;
	width: 200px;
}
#quickSummary p {
	width: 175px;
	padding: 20px;
	font-style: italic;
}
#supportingText {
	background-image: url(images/mainbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 716px;
	padding-bottom: 180px;
	margin-left: 190px;	
}
#preamble, #supportingText h3, #supportingText p, #supportingText ul {
	background: url(images/mainslice.jpg); 
	background-repeat: repeat-y;
	background-position: left top;
	width: 650px;
	padding: 10px 30px 0 40px;
	margin-top: 0;
}
#preamble {
	margin-left: 190px;
}
#preamble h3 {
	padding-top: 20px;
}
#linkList {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 200px;
	position: absolute;
	top:23.1em;
	right: 710px;	 
}
#linkList h3 {
font-size: 1.2em;
}
#lselect {
padding: 20px 0 20px 30px;
}
#lresources {
padding: 0 0 20px 30px;
}
#footer {
width: 600px;
margin-left: 200px;
}
p, a, li {
font-size: 1em;
line-height: 1.5em;
}
p, h3 {
padding-top: 10px;
}
a:link, a:visited {
color: #660000;
}
a:hover, a:active {
color: #3d2300;
}
h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #600;
}
