* {
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	background-color: #000000;
}

p {
	color:#a3a098;
	font-size:11px;
	text-decoration: none;
	margin-top: 20px;
}

a {
	color:#285E63;
	/* font-size:100%;*/
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#headertext {
	color:#285E63;
	font-weight:bold;
	font-size:25px;
	margin-top: 25px;
	text-decoration: none;
}


#quotetext {
	color:#CCCCCC;
	font-size:15px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-decoration: none;
}

.authortext {
	color:#9D9D9D;
	font-size:11px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 4px;
	text-decoration: none;
}

.emphasistext {
	color:#FFFF99;
}

#pagetemplate {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:100%;
    margin-left: auto;
    margin-right: auto;
    float: top;
}

#content {
	position:absolute;
	left:0px;
	top:50px;
	width:800px;
	vertical-align:top;
	padding:7px;
	border-top:1px dotted #3F361D;
}


/*
#headerimg {
	position:absolute;
	left:0px;
	top:0px;
	width:978px;
	height:110px;
}


#contentarea {
	position:absolute;
	left:150px;
	top:137px;
	width:828px;
	height:631px;
	padding:7px;
	vertical-align:top;
}

#sidenav {
	border-bottom:1px dotted #3F361D;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#captionarea {
	vertical-align:top;
	margin-top: 15px;
	padding-bottom: 15px;

	padding:10px;
	border-bottom:1px dotted #3F361D;
	background-color:#292313;
}
*/
/*border-top:1px dotted #3F361D;*/