body {
	padding:0px;
	margin:0px;
	background-color:#6b191b;
}

#head {
	height:146px;
	width:100%;
	background-image:url('./images/logo_top.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#343434;
}

#border {
	height:18px;
	width:100%;
	background-image:url('./images/logo_frame.jpg');
	background-position:center;
	background-repeat:repeat-x;
}

#content-wrapper {
	width:686px;
	margin:9px auto;
}

#nav {
	padding:0px;
	border:none;
	margin-left:10px;
}

#nav .button {
	color:#ffffff;
	padding:0px;
	margin-left:6px;
	position:relative;
	z-index:2;
}

#nav a img {
	border:1px solid #5e5e5e;
	height:33px;
}

#content {
	min-height:100px;
	padding:22px 5px 22px 20px;
	background-color:#5e5e5e;
	border:2px solid #8e958e;
	position:relative;
	top:-20px;
	font-family:Verdana,sans serif;
	color:#ffffff;
}

#content a {
	color:#ffffff;
}

#content p {
	font-size:9pt;
	margin-bottom:2em;
}

#foot {
	height:25px;
	width:100%;
	background-image:url('./images/foot.png');
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:-10px;
}

.image-right, .image-left {
	text-align:center;
	font-style:italic;
	width:315px;
	font-size:9pt;
	margin:0px 10px;
}

.image-right {
	float:right;
}

.image-left {
	float:left;
}

.image-center {
	text-align:center;
	margin:1em 0px;
}

.image-right img {
	margin-bottom:1.5em;
}

.big {
	font-size:12pt;
	font-weight:bold;
}

.center, .error, .tquote {
	text-align:center;
}

.italic {
	font-style:italic;
}

.quote {
	height:25px;
	width:100%;
	margin:40px 0px 15px 0px;
	background-image:url('./images/quote.png');
	background-position:center;
	background-repeat:no-repeat;
}

#content p.tquote {
	margin-top:2em;
	margin-bottom:0em;
	font-style:italic;
}

p.attributed-to {
	text-align:right;
	padding-right:15em;
	margin-top:0px;
}

input, textarea {
	margin:2px;
	border:1px solid #000000;
}

.error {
	color:#871e23;
	font-weight:bold;
}

.line {
	background-color:#8e958e;
	border:none;
	height:2px;
	width:100%;
	margin:.25em 0px;	
}

.line-right {
	background-color:#8e958e;
	border:none;
	height:2px;
	width:50%;
	margin:.25em 0px .25em 50%;
}

.sub-line {
	margin-top:0px;
}

#content p.title {
	margin-bottom:0px;
	margin-top:.2em;
}

#content p {
	margin-right:10px;
}