@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Myriad Pro", sans-serif, Herculanum;
	font-size: medium;
	letter-spacing: 0.03em;
	background-color: #000;
	background-image: url(../images/evening_grosbeaks_duo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  {
	width: 1024px;
	background-repeat: no-repeat;
	left: auto;
	right: auto;
	text-align: left;
	margin: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 164px;
	width: 1024px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #fe8f00;
	text-align: left;
	list-style-type: none;
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h2{
	font-family: "Myriad Pro", sans-serif, Herculanum;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
#mainContent {
	color: #FCE344;
	text-align: left;
	clear: both;
	width: 990px;
	letter-spacing: 0.04em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	line-height: 1.3em;
	top: 205px;
	text-decoration: none;
}
#mainContentthumbs  {
	height: 700px;
	width: 300px;
	left: 0px;
	top: 205px;
	position: absolute;
	float: left;
}
#mainContent img {
	padding: .5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#largeimage   {
	position: relative;
	top: 0px;
	float: right;
}
#button {
	color: #050815;
	text-align: center;
}
#footer {
	height: 165px;
	text-align: center;
	clear: both;
} 

