body	{  	
		margin: 0;
        padding: 0;
		background-color: #2B2B2B;
		color: #000000;
		}
                         	
h1		{  
		font-family: "Times New Roman", Times, serif;
		font-weight: 100;
		font-size: 30px;  
		text-align: left;
		}

h2, .blurbheader		{
		font-family: "Times New Roman", Times, serif;
		font-variant: small-caps;
		color: #333333;
		font-weight: 100;
		font-size: 22px; 
		text-align: left;
		margin: 8px 0 5px 0;
		}

h3, .bottomblurbheader		{
		font-family: "Times New Roman", Times, serif;
		color: #333333;
		font-weight: bold;
		font-size: 18px;  
		text-align: left;
		margin: 20px 0 5px 0;
		}

h4		{
		font-family: "Times New Roman", Times, serif;
		color: #333333;
		font-size: 14px; 
		text-align: left;
		}

p		{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
		margin: 5px 0 10px 0;
		text-align: left;
		}
#firstcontent ul, #firstcontent ol		{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
		margin: 5px 0 10px 24px;
		padding: 0;
		text-align: left;
		}
#firstcontent ul li, #firstcontent ol li		{
		margin-bottom: 8px;
		}
		
#firstcontent a		{
		color: #403F2D;
		font-weight: bold; 
		}
	
#firstcontent a:hover { 
		}
		
div		{
		margin: 0;
		padding: 0;
		}
		
img		{
		border: none;
		}
		
a img		{
		border: none;
		}
		
#logo {
		margin: 10px 0 0 20px;
		float: left;
		display: block;
		width: 153px;
		height: 151px;
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		}

#logo:hover {
		margin: 10px 0 0 20px;
		float: left;
		display: block;
		width: 153px;
		height: 151px;
		background-image:url(../images/logo2.png);
		background-repeat:no-repeat;
		}
		
#bottomblurb {
		clear: both;
		height: 238px;
		background-image:url(../images/bottomblurbborders.png);
		background-repeat:no-repeat;
		background-position: top center;
		padding: 15px 25px 0 25px;
		}
		
.blurb {
		width: 270px;
		height: 389px;
		background-image:url(../images/blurb.png);
		background-repeat:no-repeat;
		float: left;
		}
		
/* SLIDESHOW! */

#scroller	{
		height: 280px;
		clear: both;
		}
		
#slideshow {
		text-align: left;
		background-image:url(../images/slideshowbackground.png); 
		background-repeat:no-repeat;
		background-position: top center;
		width: 960px;
		height: 309px;
		}
		
#slideshowoverlay {
		width: 960px;
		height: 309px;
		position: absolute;
		margin: 0;
		padding: 0;
		z-index: 40;
		background-image: url(../images/slideshowoverlay2.png);
		background-position: top center;
		background-repeat:no-repeat;
		}
		
/*   NAV STUFF   */
#nav, #nav ul {
	float: right;
	width: 786px;
	list-style: none;
	line-height: 30px;
	font-weight: bold;
	padding: 0;
	margin: 50px 0 0 0;
}

#nav a {
	display: block;
	width: 80px;
	w\idth: 98px;
	text-decoration: none;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #D0C6B5;
}

#nav li {
	float: right;
	padding: 0;
	width: 98px;
}

#nav li ul {
	position: absolute;
	left: -15984px;
	height: auto;
	width: 240px;
	w\idth: 208px;
	font-weight: normal;
	margin: 0;
	border-left: solid 2px #4D4135;
	border-bottom: solid 2px #4D4135;
	border-right: solid 2px #4D4135;
}

#nav li li {
	padding-right: 16px;
	width: 208px;
	background-image: url(../images/menubackground.png);
	background-repeat:repeat;
	text-align: left;
	padding: 0 0 0 0;
}

#nav li li:hover {
	background-color: #191512;
	background-image:none;
	}

#nav li ul a {
	width: 208px;
	w\idth: 198px;
	padding: 0 0 0 10px;
}

#nav li ul ul {
	margin: -28px 0 0 224px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: url(../images/menubackground.png);
	background-repeat:repeat;
	z-index: 100;
	position: relative;
}

/*   CREDITS STUFF   */		
#credits {
	text-align: left;
	color: #b3b3b3;
	padding: 5px 30px 15px 30px;
	font-size: 11px;
	font-family: Arial, sans-serif;	
	padding-bottom: 30px;
	}

#credits a { 
	color: #b3b3b3;
	}
		
#credits a:link.text, #credits a:visited.text, #credits a:active.text {
	color: #b3b3b3; 
	}
	
#credits a:hover.text {
	color: #fff; 
	}
	
#credits img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	}