body {
	background: #3c421a;
	background-image: url('/impatience/images/pagebg.gif');
	color: #161616;
	padding:0px;
	margin:0px;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

img { 
	text-decoration: none;
	border-width: 0px;
}

h3 {
	display: block;
	overflow: hidden;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

blockquote {
	font-size: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #423d39;
	font-weight: bold;
}

a:hover, a:active { 
	color: #86624e;
}

#container {
	z-index: 1;
	background-color: #3c421a;
	width:800px;
	margin-top: 20px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right:auto;
	padding:0px;
}

#layout {
	z-index: 1;
	background-color: #3c421a;
	width:800px;
	margin-top: 0px;
	padding:0px;
}


#header {
	background: #3c421a;
	width:800px;
	padding:0px;
	float:left;
}

#content {
	z-index: 2;
	background: #3c421a;
	background-image: url('/impatience/images/content.gif');
	width:800px;
	padding:0px;
	float:left;
}

#contenttext {
	z-index: 3;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 11px;
	width:285px;
	height:377px;
	overflow: auto;
	margin-left: 65px;
	padding:0px;
	float:left;
}


#footer {
	z-index: 4;
	width: 800px;
	background-image: url('/impatience/images/bottom.gif');
	float: left;
	color: #161616;
	font-family: Veranda, Georgia, sans-serif;
	font-size: 8px;
	text-align: center;
	line-height: 16px;
}
