	#teaser
	{
		display: block;
		background:	url("../images/rightBoxbg.jpg") repeat-x;
		height: 200px;
	}
	#teaser div
	{
		float: left;
		display: inline;
		width: 30%;
		margin: 0% 1%;
		padding: 3px;
	}
	
	#teaser h4
	{
		color: #905c26;
		font-size: 16px;
		font-family: Georgia;
		font-weight: normal;
		margin: .5em;
	
	}

	img.stock
	{
		margin: 10px 10px 3em 10px;
		float: left;
		border: 1px #000 solid;
	}

	#menu #nav li
	{
		display: inline;
		float: left;
	}

	#nav
	{
		clear: left;
		height: 24px;
		background:	url("../images/front-text-nav-bkg.gif") repeat-x;		
		vertical-align: middle;
		padding-top: 5px;
		font-size: .8em;
		text-align: center;
		
	}

	#footer a:link, #footer a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover 
	{
		text-decoration: underline;
	}	


	a:link, a:visited
	{
		color: #008f8f;
		text-decoration: none;
	}
	a:hover 
	{
		text-decoration: underline;
	}	

	
	#container
	{
		position: absolute;
		border: 1px #FFF solid;
		width: 900px;
		top: 20px;
		left: 200px;
		background-color: #FFF;
	}

	#container span.header
	{
		display: block;
		padding: 3px 0px;
		width: 100%;
		color: #FFF;
		background-color: #005a5a;
		font-size: 1em;
		font-weight: normal;
		text-align: right;
	}

	.leftcol
	{
		width: 375px;
		float: left;
		margin-left: 25px;
	}
	.rightcol
	{
		width: 375px;
		float: right;
		margin-right: 25px;
	}
	body
	{
		background: url("../images/leaftile2.gif") no-repeat top left #005a5a; 
		font-family: Georgia, Calibri, Verdana, Arial;
	}

	#content
	{
		padding-left: 20px;
	}
	#content, #content p
	{
		clear: left;
		width: 95%;
	}


	.headline
	{
		font-size: 1.2em;
		color: #CC9;
		margin: 0px;
	}
	
	sub
	{
		font-size: .8em;
	}
	ol
	{
		clear: left;
	}
	
	ol li
	{
		padding: 0px 5px 10px 5px;
	}

	#scroller
	{
		height:	74px;
		width:	100%;
	}
	
	.quote
	{
		margin-right: 10%;
		padding: 20px;
		font-weight: bold;
		float: left;
	}

	.quote p
	{
		padding: 0px 15px 0px 0px;
		font-weight: bold;
		float: left;
	}
	.quote span
	{
		font-weight: normal;
		font-style: italic;
		float: right;
	}
	
	.block
	{
		clear: left;
		width: 90%;
	}
