html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
}
	
	.clearer {
		clear: both;
		width: 99%;
		height: 1px;
	}

	#background {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #000000 url(/BootsNBeer/images-new/background.jpg) top center no-repeat;
	}

	#container {
		width: 950px;
		margin: 0 auto;
		background: #000 url(/BootsNBeer/images-new/footerimage.jpg) bottom center no-repeat;
	}

		#nav {
			width: 950px;
			height: 415px;
			background: #000 url(/BootsNBeer/images-new/newheader.jpg) top left no-repeat;
			color: #FFF;
		}
	
		#content {
			width: 950px;
			margin: 0;
			clear: both;
			background: url(/BootsNBeer/images-new/headerbottom.jpg) top center no-repeat;
			padding: 0;
		}
	
#mainContent {
	float: left; 
	width: 605px;
	padding-left: 30px;
	padding-bottom: 160px;
}

#secondaryContent {
	float: right; 
	width: 310px;
}
		
	#secondaryContent a img {
		border: none;
	}
		
#extraContent {
	width: 900px;
	padding-left: 30px;
	padding-bottom: 160px;
}

	#extraContent .homeTileLeft {
		float: left; 
		width: 408px; 
		height: 168px; 
		/*border: 4px solid #FFF; */
		padding: 19px 12px 9px 12px; 
		margin: 0 31px 30px 2px;
		background: #339933 url(/BootsNBeer/images-new/homepagebg.jpg) left top no-repeat;
	}

	#extraContent .homeTileRight {
		float: left; 
		width: 408px; 
		height: 168px; 
		/*border: 4px solid #FFF; */
		padding: 19px 12px 9px 12px; 
		margin: 0 0 30px 0;
		background: #339933 url(/BootsNBeer/images-new/homepagebg.jpg) left top no-repeat;
	}

	#extraContent .homeTileLeft h2,
	#extraContent .homeTileRight h2 {
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
	}

	
	#content h1 {
		color: #FFF;
		margin: 10px 20px 0px 0;
		font-weight: normal;
		font-size: 2em;
	}
	#content h2 {
		color: #00CC00;
		margin: 1px 25px 4px 0;
		font-weight: bold;
		font-size: 1.5em;
	}
	#content p {
		color: #FFF;
		margin: 8px 0 15px 0;
		line-height: 1.6em;
	}
	#content a:link, #content a:visited {
		color: #FFF;
		text-decoration: underline;
	}
	#content a:hover {
		color: #FFF;
		text-decoration: none;
	}
	

	#content ul, ol {
		margin: 0 0 7px 0;
		padding: 0;
	}
	
		#content ul li, #content ol li {
			list-style: none;
			color: #FFF;
			margin: 0;
			text-indent: 19px;
			background: url(/BootsNBeer/images-new/bullet.gif) left 3px no-repeat;
			padding: 0;
			line-height: 18px;
		}
	

	#gallerysurround.page1 {
		padding: 60px 30px 0 30px;
		margin: 0 0 50px 15px;
		height:1700px;
		background: url(/BootsNBeer/images-new/gallery-bg1.jpg) left top no-repeat;
	}
	
	#gallerysurround.page2 {
		padding: 60px 30px 0 30px;
		margin: 0 0 50px 15px;
		height:2830px;
		background: url(/BootsNBeer/images-new/gallery-bg2.jpg) left top no-repeat;
	}

		.gallery {
			float: left;
			height: 137px;
			width: 140px;
			margin: 0 10px 6px 10px;
		}
	
			.gallery img {
				border: none;
			}	
			
#footer {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 70px;
}

	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #000;
		text-decoration: underline;
	}
	
		#extreme {
			color: #aaa;
			font-size: 10px;
			width: 940px;
			float: right;
			background: #000;
			text-align: right;
			clear: both;
			padding-right: 10px;
		}
		
			#extreme a:link, #extreme a:visited {
				color: #AAA;
				text-decoration: none;
				font-size: 10px;
			}
			#extreme a:hover {
				color: #333;
				text-decoration: none;
				font-size: 10px;
			}

.topbacklink {
	color: #CCC; 
	float: left; 
	margin-top: 10px; 
	margin-left: 10px; 
	text-decoration: none;
}








/*

	#nav a img {
		border: none;
	}
	#nav #bsblink {
		float: left;
	}
	#nav #bootslink {
		float: right;
	}
	
	#nav ul {
		padding: 0;
		margin: 10px 0 0 0;
		float: right;
		clear: both;
	}
	
	#nav ul li {
		display: inline;
		list-style: none;
		list-style-position: inside;
		margin: 0;
		border-right: 1px solid #FFF;
	}
	
	#nav ul li.last {
		border-right: none;
	}
	
	#nav ul li a:link, #nav ul li a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	#nav ul li a:hover, #nav ul li a:active {
		color: #00CC00;
		text-decoration: none;
	}
	
*/



