body {
	background: url(images/bodybg.jpg) top left fixed;
	color: #000;
	font: normal 0.8em/22px "Times New Roman", 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: #f33b24;
	font: normal 1.5em/20px "Georgia", serif;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

b, strong { color: #f33b24; }
i, em { color: #db8600; }

p { 
	margin: 0; 
	padding:  0 0 15px 0; 
}

blockquote {
	color: #3c9eb6;
	font-style: italic;
	margin: 0 0 0 30px;
}

a:link, a:visited, a:hover, a:active {
	color: #1179b1;	
	text-decoration: underline;
}

a:hover { color: #667C3B; }

hr {
	background: url(images/divider.gif) left top no-repeat;
	border: 0;
	height: 15px;
	margin: 10px 0 30px 0;
}

img.left { 
	float: left;
	margin: 0 15px 0 0;
}

div#wrap { 
	background: #FFF url(images/bgy.jpg) right 170px repeat-y; 
	margin: 0 auto 0 auto;
	text-align: left;
	width: 779px;
}

div#childwrap { background: url(images/bgborder.jpg) left top repeat-y; }

div#container { 
	background: url(images/header.jpg) right top no-repeat; 
	padding: 0 20px 0 95px;
	position: relative; /* IE6 Flicker */
}

div#content { padding: 75px 195px 25px 0; }

div#nav {
	float: right;
	padding: 140px 0 0 0;
	width: 155px;
}

	#nav h2 {
		color: #fffc00;
		font-size: 1.8em;
	}

	#nav ul { 
		list-style: none;
		margin: 10px 0 25px 0;
		padding: 0;
	}

		#nav li { 
			background: url(images/bullet.gif) left 4px no-repeat;
			padding: 0 0 0 20px;
		}

			#nav li a, #nav li strong { 
				color: #FFF;
				font: bold 1.0em "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: #FFF;
	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: #DCCCB3;
	border: 1px #e29116 solid;
	font: normal 1.0em/20px "Arial", serif;
	margin: 0 0 5px 0;
	padding: 2px;
	width: 335px;
}

.buttons input { width: 100px; }

textarea { height: 150px; }
