body {
	background: url(images/bodybg.jpg) 23px 2px fixed;
	color: #000;
	font: normal 0.7em/20px "Verdana", sans-serif;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 { 
	font-size: 65px;
	margin: 0;
	padding: 35px 180px 28px 0; 
	text-align: center;
	visibility: hidden;
}

h2 {
	color: #d2341f;
	font: normal 2.3em "Georgia", serif;
	margin: 0 0 15px 0;
}

b, strong, i, em { color: #008f61; }

p { 
	margin: 0; 
	padding:  0 0 15px 0; 
}

blockquote {
	background: url(images/blockquote.jpg) center bottom repeat-y;
	color: #2c4e50;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 15px 37px 0 85px;
}

a:link, a:visited, a:hover, a:active {
	color: #ea7c1c;	
	text-decoration: underline;
}

a:hover { color: #667C3B; }

img.right { 
	background: #ceeaea;
	border: 1px #49b9b8 solid;
	float: right;
	margin: 0 0 0 15px;
	padding: 10px;
}

div#wrap { 
	background: #FFF url(images/bgy.jpg) right 10px repeat-y; 
	margin: 0 auto 0 auto;
	text-align: left;
	width: 929px;
}

div#childwrap { background: url(images/footer.jpg) left bottom no-repeat; }

div#container { 
	background: url(images/header.jpg) left top no-repeat; 
	padding: 0 20px 0 95px;
	position: relative; /* IE6 Flicker */
}

div#content { padding: 150px 80px 80px 215px; }

div#nav {
	float: left;
	padding: 300px 0 0 0;
	width: 160px;
}

	#nav h2 {
		background: url(images/border.jpg) center bottom no-repeat;
		color: #035539;
		font: normal 2.3em "Georgia", serif;
		padding: 0 0 20px 0;
		text-align: center;
	}

	#nav ul { 
		list-style: none;
		margin: 10px 0 25px 0;
		padding: 0;
	}

		#nav li { 
			background: url(images/bullet.jpg) left 4px no-repeat;
			padding: 0 0 0 20px;
		}

			#nav li a, #nav li strong { 
				color: #000;
				font: normal 1.2em "Arial", serif;
				text-decoration: none;
			}

div#clear { 
	clear: both; 
	height: 25px;
}

div.form { margin: 0 10px 15px 10px; }

div.buttons { margin: 0 13px 0 0; text-align: right; }

label { 
	background: #f6db85;
	color: #f33b24;
	display: block;
	float: left;
	font: normal 1.0em/20px "Arial", serif;
	padding: 1px 2px 1px 8px;
	margin: 0 9px 0 0;
	width: 90px;
}

input, textarea {
	background: #ffebad;
	border: 1px #4bb9b6 solid;
	font: normal 1.2em/20px "Arial", serif;
	margin: 0 0 5px 0;
	padding: 2px;
	width: 370px;
}

.buttons input { width: 100px; }

textarea { height: 150px; }
