* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	margin: 0 auto;
	background: url(header-background.gif) repeat-x #ffffff;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

img {
	border:  none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/****Header****/

#header {
	width: 800px;
	margin:  0 auto;
}

#left_header {
	float: left;
	width: 655px;	
}

#top_header h1 .main_banner  {
	background: url(images/top_header.jpg) no-repeat;
	width: 655px;
	height: 115px;
	text-indent: -99999px;
	display: block;
}

#bottom_header {
	background: url(images/bottom_header.jpg) no-repeat;
	height: 52px;
	width: 655px;
	position: relative;
}


/****Header Nav****/

.header_nav {
	list-style: none inside;
	position: absolute;
	top: 17px;
	left: 316px;
}

.header_nav li {
	float: left;
}

.header_nav a.home {
	background: url(images/home.gif) no-repeat;
	width: 123px;
	height: 26px;
	text-indent: -99999px;
	display: block;
}

.header_nav a.shoppingcart {
	background: url(images/shoppingcart.gif) no-repeat;
	width: 123px;
	height: 26px;
	text-indent: -99999px;
	display: block;
}

.header_nav a.emailus {
	background: url(images/emailus.gif) no-repeat;
	width: 92px;
	height: 26px;
	text-indent: -99999px;
	display: block;
}


/****Search****/
#search {
	background-color: #999999;
	width: 145px;
	height: 160px;
}

/****Content Wrapper****/
#content_wrapper {
	width: 800px;
	text-align: left;
	margin: 16px auto;
}

/****Main Content****/

#main_content {
	line-height: 1.3em;
}

#main_content img {
	margin: 0 10px 0 0;
	float: left;
}

#main_content ol li img {
	float: none;
}

#main_content p {
	margin: 15px 10px 0 260px;
}

#main_content .price img {
	float: none;
}

.special {
	color: red;
	font-size: 26px;
	font-weight: bold;
}

#main_content .special{
	color: red;
	font-size: 26px;
	font-weight: bold;
}

#main_content ol {
	margin-left: 280px;
	list-style-position: outside;
}

#main_content ul li {
	margin-left: 280px;
	list-style-position: outside;
}

#main_content h1 {
	color: #24418C;
	padding: 10px 0;
	margin-left: 260px;
	line-height: 26px;
}

#main_content h2 {
	font-size: 16px;
	color: #24418C;
	margin-left: 260px;
}

#main_content h3 {
	font-size: 16px;
	margin-left: 260px;
	margin-top: 5px;
}

/****Bottom Content**/

#bottom_content {
	width: 800px;
	margin: 15px auto;
	text-align: center;
}

.address {
	margin:15px auto;
	width: 350px;
	text-align: left;
}

.address img {
	float: left;
	margin: 0 5px;
}

#bottom_searchform {
	margin: 10px auto;
}

#credit_cards p {
	margin: 5px;
	font-size: 20px;
	font-weight: bold;
}

#credit_cards p .number {
	color: red;
}

/****Footer****/

#footer {
	width: 810px
}

#footer p {
	text-align: center;
}

#footer ul {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#footer ul li a, #footer ul li a:visited {
	color: #191970;
	text-decoration: underline;
}

#footer ul li {
	display: inline;
}

/****Suwaneee Photos****/

 div#suwanee_images {
	 width: 800px;
	 margin: 0 auto;
 }
 
 div#suwanee_images img {
	 border: none;
	 margin: 0;
 }
 
 div#suwanee_images ul {
	 list-style: inside none;
	 width: 800px;
	 margin: 0;
	 padding: 0;
 }
 
 div#suwanee_images ul li {
	 float: left;
	 padding: 5px 0;
	 display: inline;
	 text-align: center;
	 width: 197px;
	 margin: 0;
 }
 
 #banjo_camp_info {
 	margin: 0 auto;
 	width: 800px;
 	text-align: center;
 }
 
 /***Apparel Styles****/
 
 #apparel ul {
	list-style: none;
}

#apparel ul li {
	
	width: 250px;
	float:  left;
	padding: 5px 5px;
}

