@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	-webkit-text-size-adjust: none;
	background-color: #3f291b;
	color: #FFFFFF;
	font-size: 15px;
	line-height:17px;
	font-weight: normal;
	font-style: normal;
	font-family: Garamond, Georgia, Times, serif;
}
/**************************************
TEXT
***************************************/
/*******************
Headers
********************/
h1 {
	text-transform: none;
	font-size: 30px;
	line-height:35px;
	margin:0px;
	width:99%;
	text-transform:uppercase;
}
h2 {
	text-transform: none;
	font-size: 25px;
	line-height:30px;
	margin:0px;
	width:99%;
	text-transform:uppercase;
}
h3 {
	text-transform: none;
	font-size: 20px;
	line-height:25px;
	margin:0px;
	width:99%;
	text-transform:uppercase;
}
h4 {
	text-transform: none;
	font-size: 16px;
	line-height:20px;
	margin:0px;
	width:99%;
}
/*******************
Basics
********************/
br {
	margin-top: 0.1em;
}
em {
	font-style: italic;
}
small {
	text-transform: none;
	font-size: 10px;
	margin:0px;
	margin-top:5px;
	float:right;
}
strong {
}
hr {
	border:0;
	height:1px;
	color:#ffffff;
	background-color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#8d654c;
	text-decoration:none;
}
a.credits {
	color:#8d654c;
	text-decoration:underline;
}
a.credits:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*******************
Blockquote
********************/
blockquote {
	line-height: 14px;
	padding:10px;
}
blockquote em {
	font-style: italic;
	line-height: 14px;
}
blockquote em a {
	font-style: italic;
}
/*******************
Lists
********************/
ul {
	margin-top:0px;
	margin-left:-5px;
	list-style-image: none;
	list-style-type: disc;
	line-height:10px;
}
li {
	line-height:17px;
	list-style-type: disc;
}
/*******************
Images
********************/
img {
	border: 0px;
}
img.photo {
	padding:7px;
}
img.photoLeft {
	padding-right:15px;
	padding-bottom:3px;
	float:left;
}
img.photoLeftFeature {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
img.photoRight {
	padding-left:15px;
	padding-bottom:3px;
	float:right;
}
/********** DIVS  **********/

div#container {
	text-align: left;
	width: 960px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
div#content {
	text-align: left;
	margin: 0px;
	float: none;
}
