html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #060;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #060;
}

#outerWrapper {
	background-color: #FFFFFF; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:600px;


}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : 700;
	color : #663606;
	text-align : right;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #9C997A;
	padding-top : 0;
	padding-right : 0;
	padding-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-left : 0;
	text-transform : uppercase;
	margin-bottom: 5px;

} 
h2 { 
color : #7e470f; 
font-size : 20px; 
font-weight : bold; 
line-height : inherit; 
padding-top : 5px; 
padding-right : 5px; 
padding-bottom : 5px; 
padding-left : 10px; 
} 

p { 
color : #000; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 16px; 

padding : 5px; 
margin-top : 5px; 
margin-right : 5px; 
margin-bottom : 5px; 
margin-left : 10px; 
} 

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;

}



.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.4em;
	padding: 5px;
}
.picture img {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 3px;
}
.right {
	float: right;
	margin: 5px;
}
.left {
	float: left;
	margin: 5px;
}

.photo-by {
	font-size: 10px;
	text-align: right;
	}

/*Remove Element*/
#topNavigation, #footer, #outerWrapper #contentWrapper #leftColumn1, .navigation, #outerWrapper #header, #outerWrapper #social {display:none;}

#printheader {display: block; } /* Turns ON the div when printing */

