	body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:100%;
	background-image:url(/images/bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	color:#1f3c26;
	}
	
	h2 {font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:30px;
		
		
		width:510px;}
		
	h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:17px;
	}
	
	#container {
		width: 760px;
		margin: 0px auto;
		text-align:left;	
	}
	
	a {color:#333300;}
		
	#nav li {
	display:inline;
	float:left;
	padding:0px 10px 0px 0px;
	}
	
	#mainNav {}
	
	#searchForm { 
		float: right; 
		padding: 10px 10px 0px 0px;
	
	}
	

#nav li { float:left;}

#nav li a {float:left; height:42px; overflow:hidden;}

#nav li a span { float:left;margin-top:100px;}
	
	#footer {
		margin: 10px 0px 10px 0px; 
		text-align: center;
	}
	
	#footer li {
	display:inline;
	padding:0px 10px 0px 0px;
	}
		
	#navHolder {
	width:760px;
	padding:0px;
	margin:0px;
	float:none;
	}
	
	#outerContentHolder {
	width:760px;
	background-color:#e3e0d7;
	
	}
	
	#contentHolder {
	background-color:#fff;
	margin:10px;
	border:1px #acb2a5 solid;
	
	}
	
	#content {
	}
	
	#leftCol {
		width:150px;
		float:left;
		padding:15px;
	}
	
	#leftCol li {
		padding-bottom:5px;
	}
	
	#rightCol {
		float:left;
		padding:15px;
		width:520px;
	}
	
	a.home  {width:69px; background-image:url(/images/home_off.gif); overflow:hidden;}
	a.homeOn  {width:69px; background-image:url(/images/home_on.gif); overflow:hidden;}
	a.home:hover  {width:69px; background-image:url(/images/home_on.gif); overflow:hidden;}	
	
	a.stock  {width:143px; background-image:url(/images/stock_off.gif); overflow:hidden;}
	a.stockOn  {width:143px; background-image:url(/images/stock_on.gif); overflow:hidden;}
	a.stock:hover  {width:143px; background-image:url(/images/stock_on.gif); overflow:hidden;}	
	
	a.contact  {width:82px; background-image:url(/images/contact_off.gif); overflow:hidden;}
	a.contactOn  {width:82px; background-image:url(/images/contact_on.gif); overflow:hidden;}
	a.contact:hover  {width:82px; background-image:url(/images/contact_on.gif); overflow:hidden;}	


	#headerdiv {text-align:center;}
	
	#header {
		text-indent: -100em;
		overflow: hidden;
		background: url(/images/header.jpg);
		height: 166px;
		width:760px;
		}
		
	.stockID {
		color:#CC0000;
		font-size:11px;
				
	}
	
	.price {
		font-size:20px;
		margin-bottom:20px;
	}
	
	#itemDescription {
		line-height:140%;
	}
	
	#itemImage {
		
		
		}
		
	#sep {
		border-bottom:1px solid grey;
		margin-bottom:15px;
		padding-bottom:15px;
	}
