/***general styles***/

body {
	background: #060807;
	color: #fff8f0;
	text-align: center;
}

#wrapper {
	font-family: "Segoe UI", Segoe, "Nimbus Sans L", "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	min-width:700px;
	max-width:1200px;
	text-align: left;
	margin-left: auto;
	padding-left: .5em;
	font-size: 16px;
}

blockquote {
	margin: 4em;
	color: #b3b3b3;
	border-left: 2px solid #ccc;
	padding-left: 1em; 
	font-size: .95em;
	font-style: italic;
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
}

h1 {
	font-size: 1.7em;
	color: #d1d1d1;
	letter-spacing:-0.05em;
}

h2 {
	font-size: 1.3em;
	color: #d1d1d1;
	letter-spacing:-0.05em;
	text-indent: 2px;
	font-style: italic;
}

h3 {
	font-size: 1em;
	color: #bf9768;
	letter-spacing:-0.05em;
	font-style: italic;
	text-indent: 2px;
}

.subhead {
	font-size: .7em;
	color: #ffc98a;
	margin-top: -.75em;
	padding-left: .5em;
}

h1, h2, h3, h4, h5 {
	font-family: Constantia, "Nimbus Roman No9 L", "Liberation Serif", Georgia, "Times New Roman", serif;
}

h5 {
	font-style: italic;
}

a:link {
	color: #d1d1d1;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited {
	color: #abced7; 
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #67bacf;
	text-decoration: none;
}

a:active {
	position: relative;
	top: 1px;
}

h1 a:link, 
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: inherit;
}

#header a {
	border-bottom: none;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 2em auto;
	height: 0;
	max-height: 0;
	width: 40%;
	clear: both;
	border: none;
	border-top: 1px solid #ffecd6;
	border-bottom: 1px solid #bf9768;
	font-size: 1px;
	line-height: 0;
}

p {
	line-height: 150%
}

.imageright {
	float: right;
	padding-left: .5em;
}

.smallfont {
	font-size: .85em;
}

.tanfont {
	color: #ffc98a;
}

/***column container***/

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

/***1 column full page settings***/

.fullpage {
	background:#060807;
	width:100%;
	min-width: 700px;
	max-width: 1200px;
}

/***header***/

#header {
	clear:both;
	float:left;
	min-width: 700px;
	max-width: 1200px;
	width:100%;
	margin-bottom: -1em;
	padding-top: .5em;
}

/***footer***/

#footer {
	float: none;
	min-width: 700px;
	max-width: 1200px;
	width:100%;
	clear:both;
	text-align: center;
	margin: 0 auto;
	padding: 2em 0;
}

#footer p {
	font-size: .7em;
}