/* CSS document */

* {
	margin:0;
	}
	
body {
	/*background: #e4f0c0 url('bg-3.jpg');*/
	background-color:#290D19;
	}
	
p {
	font-family: 'century gothic', century gothic, futura;
	font-size:15px;
	color: #F0D8D8;
	}
	
img {
	border:none;
	}
	
h1 {
	font-family: 'Papyrus';
	color: #c7c7c7;
	font-size: 23px;
	}
		
a.navcurrent {
	font-family: 'capitals';
	color:#9BB971;
	font-weight: regular;
	text-decoration:none;
	}
	
a {
	color:#ccc;
	font-family: 'Papyrus';
	}
	
a.nav  {
	font-family; 'Papyrus';
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	color:#9dbdba;
	}
	
.logo {
	float:right;
	padding-top:10px;
	}

.home {
	height: 550px;
	}
	
.pullquote {
	font-family: 'century gothic';
	color:#BDCC93;
	}
	
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 900px;
	}
	
#mainbox {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #6D4F5B;
	width: 900px;
	border: 3px solid #B95E3A; 
	}
	
#mainparagraphs {
	width: 600px;
	margin:60px;
	}
	
#pullquote {
	
	width:250px;
	margin:10px;
	color:#9dbdba;
	font-family: 'Rockwell', rockwell, serif;
	}
	
#navcontainer {
	height:30px;
	width:500px;
	padding-top: 60px;
	font-size: 13px;
	border-bottom: 1px dotted #B5A18F;
	padding-bottom: 0px;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	}
	