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


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #65561D;
	background-color: #4C1A13;
	font-family: "Lithos Pro Regular";
	font-size: 100%;
	/*background-image: url(images/g_bkgn.gif);
	background-repeat: repeat;*/	
}



#container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window 		if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height:250;
	width:100%;
	background-color: #000000;
	background-image: url(images/flashbackground.png);
	background-repeat: no-repeat;
}

#sitelogo {
margin-bottom:25px;
	
}

#big435x280 {
	float:right
	width: 435;
	height: 280;
	z-index: 2;
}

#lftsidebar {
	float:left;
	width:150;
	height:294;
	background-image: url(webpageparts/sidebar140x294.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	text-align: left;
	list-style-type: disc;
}

#maincontent {
	float:left;
	margin-left:15px;
	background-image: url(webpageparts/maincontent557x294.gif);
	background-repeat: no-repeat;
	height:294;
	width:auto;
	
}
#maincontenttext {
	height:142;
	width:355;
	margin-left:3px;
	font-size:0.75em;
	padding-right: 10px;
}
h1 {
	font-size: 18px;
	color: #D6B637;
}

#countershot {
	position:absolute;
	top:471px;
	left:285px;
	height:133px;
	width:200px;
}
blockquote {
	height: 356px;
	width: 316px;
}


#story {
	height:250px;
	width: 325px;
	position:relative;
	top:0px;
	left:0px;
	text-align: left;
	text-indent:10px;
	display: block;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index: 15;
}
