/* Wyoming Revealed Styles  6-22-07 */

body {
	padding: 0px;
	margin: 0px;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
}

#container {
	margin: 10px;
	height: auto;
	width: 1024px;
	float: left;
	margin-left: auto;
	margin-right: auto;

}
#homepage-content {
	margin-left: 25px;
	width: 1024px;
}
#header {
	width: 500px;
	height: 96px;
	margin-top: -10px;
	background-image: url('images/wyoming_landscape_photography.png');
	background-repeat: no-repeat;
}
/*IE*/ * html #header {
	background-image: url('images/wyoming_landscape_photography_8.png');
}

.left-content {
	margin-left: 25px;
	margin-right: 10px;
	width: 180px;
	float: left;
}

#nav {
	float: right;
	position: static;
	margin-right: 5px;
	margin-top: 60px;
}
#nav a {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color: black;
	font-size: 10px;
}
#nav a:hover {
	color: white;	
	background-color: #7c7c7c;
}

a {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
	color: black;
	font-size: 10px;
}

a:hover {
	color: black;
	text-decoration: none;	
}
.right-content {
	padding: 2px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	float: right;
	width: auto;
	clear: right;
	margin-bottom: 25px;
}

h1 {
	
	font-style: normal;	
	font-weight: normal;	
	font-family: Georgia, Times New Roman, Times, serif;	
	margin-top: 2px;	
	word-spacing: 2px;	
	line-height: 16px;	
	font-size: 15px;	
}

h2 {
	color: #c1c1c1;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-top: -9px;
	margin-bottom: -9px;
}
p {
	
	font-style: normal;	
	font-weight: normal;	
	font-size: 11px;
	line-height: 14px;	
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
}

/*IE*/ * html div.thumbnails {
	width: 120px;
	height: 120px;
	text-align: center;
	float: left;
	margin-right: 6px;
	margin-bottom: 28px;
}
div.thumbnails {
	width: 120px;
	height: 120px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 28px;
}
.thumbnails img {
	border: black;
	border-style: solid;
	border-width: 1px;
}

.thumbnails a {
	font-style: normal;	
	font-weight: normal;	
	font-size: 10px;	
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	text-decoration: none;
	margin-top: 4px;
}

.thumbnails a:hover {
	color: white;	
	background-color: #7c7c7c;
	text-decoration: none;
}
#footer {
	margin-top: 15px;
	float: left;
	text-align: left;
	font-style: normal;	
	font-weight: normal;	
	font-size: 8px;	
	font-family: Georgia, Times New Roman, Times, serif;
}