body {
	background-color: #000; 
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
width: 750px;
}

#wrapper {
	text-align: center;
}

#branding {
	text-align: center;
        background-image: url(../images/montana_koa_campgrounds.png);
       background-repeat: no-repeat;      
}
 
#branding ul {
  position: relative;
  padding-top: 0px;
}

#branding ul li {
	position: relative;
   text-align: left;
}

#glacier_park {
	top: 145px; left: 15px;
}
#yellowstone_park {
	top: 45px; left: 530px;
}
#bull_elk {
	top: 60px; left: 15px;
}
#rodeo {
	top: -40px; left: 530px;
}

#body {
	width: 750px;
	background-color: #fff;
	margin-top: 20px;
	position: relative;
}
#sky_ad {
    position: absolute;
	left: -175px;
}

h1, h2, p,  li{
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 {
	text-align: center;
	font-size: 1.5em;
}
h2 {
	padding: 10px 15px;
	text-align:left;	
}
p {
	padding: 0px 25px 10px 0px;
	text-align:left;
	line-height: 1.3em;
	margin: 0px;
}

#top-r {
	float: right;
}
#top-l {
	float: left;
}
#body li {  /*  this style gives each campground a number and sets it indented  */
  /* list-style-type: decimal;
   list-style-position: inside;
	margin: 0px 25px;	
	text-align: left; */


}
ul.camps{
	margin: 0;
	padding: 0;
	display: inline;
}
ul.camps li{  /* gives campground name and number formatting  */
	display: inline;
   list-style: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: none !important; /* must have !important to keep divider image from showing up more times */
	/*padding-left: 150pxfor when you have images for campgrounds */
	width: auto;
}
#body p {
		line-height: 1.3em;
}
ul.camps h2 {
	margin: 3px; padding: 3px; display: inline;
	font-size: 1.1em;
   font-family: Arial, Helvetica, sans-serif;
}
li.noback {
	background-image: none !important;  /* must have !important to keep divider image from showing up more times */
}

#body li img {
/*	margin-left: -160px; float: left;"  for when you have images for campgrounds */
}

li.koa-item {
	display: list-item;
	height: 1%;
	vertical-align: top;
	line-height: 1.3em;
	list-style-position: inside;
	padding: 25px 0;
	background-image: url(../images/horizontal-divider.gif); 
	/*padding-left: 150pxfor when you have images for campgrounds */
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

#credits {
        margin-top: 50px;
}
#credits p {
	font: .6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	text-align: center;
	line-height: 1.5em;
}
#credits li {
	font: .6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	list-style: none;
	margin: 3px;
	padding: 0;
	text-align: left;
}

#credits a:link, #credits a:visited {
	color: #f1f1f1;
}
#validation {
      float: right;
}
#validation img {
      border: none;
}