@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
#header {
	background-image:url(../img/wings-header.jpg);
	background-repeat: none;
	height: 80px;
	border: 1px solid #333333;
}
#header-wildlife {
  background-image:url(../img/wings-header.jpg);
	background-repeat: none;
	height: 80px;
	border: 1px solid #333333;
}
#wrapper {
	width: 850px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfaf7;
	padding: 1em;
} 

h1#title {
	display: block;
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 80px;
  background-image: url(../img/PaulTadlockSignature-h1.gif);
}

h1#title-commissions {
	display: block;
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 80px;
	width: 850px;
  background-image: url(../img/BillHogan-header.jpg);
}

h1#title-wildlife {
	display: block;
	text-decoration: none;
	text-indent: -30000px;
	background-repeat: no-repeat;
	height: 80px;
  background-image: url(../img/PaulTadlockSignature-h1.gif);
}

h2 {
	font-size: x-large;
	margin-bottom: 0.5em;
}

#content {
	margin-top: 1em;
}
#header-accent-div {
	background-image: url(../img/bronze.gif);
	background-repeat:repeat-x;
	height: 10px;
}
#footer {
	margin-top: 1em;
	padding-top: 0.4em;
	color: #333333;
	font-size: x-small;
	border-top: 2px solid #70321d;
	clear: both;
}
.img-right {
	float: right;
	margin: 0 0 1em 2em;
}
#left-column {
	width: 500px;
	float: left;
}
#right-column {
	width: 300px;
	float: right;
}