
html{
	background-image: url(public/images/wood3.gif);	
	background-repeat: repeat;
	padding: 0 0 0 0;
	
	}
body { 	
	background-image: url(public/images/wood3.gif);	
	background-attachment: scroll;
	background-color: #A8500C;
	margin: 0 0 0 0px;
	border: 1px solid #B1B1B1;
}


#wrapper{
	background-color: transparent;	
	text-align: center;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;

}
#topbanner{
	background-image: url(/images/newrr.gif);	
	background-repeat: repeat;
	background-color: #ccc999;
	width: 700px;
	vertical-align: top;
	margin: 0 0 0 0;
}
					


#containerul, #containerul ul{
	width: 200px;
	float: left;
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  background-color:#B1A59D;
  border: 1px dotted #B1B1B1;
}

#containerul li{
  margin:0 0 0 0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  background:  url(http://www.dodgecityroundup.com/images/NavBar.gif) no-repeat;
 background-color: #000000;
}
#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:16px;
  height:1em;
 background-color: #000000;
  background-position:0 50%;
}

#content{
	background-color: transparent;	
	float: right;	
	width: 535px;	
	border: 1px dotted #border: 1px dotted #B1B1B1;;
	padding: 0 0 0 0;
	color: #000000;
}
#content p{font-family:Verdana, Arial;
		color: #000000;
		font-size: .9em;
		margin: 5 15 5 15px;
		position: right;
		text-align: left;
		}
	#content a{
	font-family:Verdana, Arial;
		color: #000000;
		font-size: .9em;
		font-weight: bold;
		margin: 5 15 5 15px;
		position: right;
		text-align: left;
		}
	
}


