body, html {
	background:#771A09;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #53542A;
}
#sidebar p {
	padding-right: 20px;
	font-size: 94%;
}
#footer {
	height: 90px;
	background: #53542A;
	background-image: url('../images/bottom_lands.jpg');
	background-repeat: no-repeat; 
	clear:both;
}
#nav-container {
	background-color: #2e2D0F;
}

.orange {	
	color: #AE783C;
}
.big {
	font-size: 110%;
}
#icon {
	margin-left: 20px;
}
img.icon {
	padding: 5px 0 5px 5px;
}

hr {
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
	width: 95%;
	}
	
#inline_left {
	float:left; 
	padding-right:5px;
}

#inline_right {
	float:right; 
	padding-left:5px;
	clear: both;

}	
	
.img-border {
  float:left;
  background: url(../images/general/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/general/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
}

.img-border img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}  
 
#caption {
  	clear:both;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 4px;
}