@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #e4e4e4;
}
img {
	border: 0;	
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
/*----Green Page Styles----*/
#header_green {
		width: 100%;
		height: 148px;
		background: url(../images/header_bg.gif) top left;
}
#header_about {
		width: 100%;
		height: 148px;
		background: url(../images/about_header_bg.gif) top left;
}
#three_d_header {
		width: 100%;
		height: 148px;
		background: url(../images/three_d_header.gif) top left;
}
#landscape_header {
		width: 100%;
		height: 148px;
		background: url(../images/landscape_header.gif) top left;
}
#nature_header {
		width: 100%;
		height: 148px;
		background: url(../images/nature_header.gif) top left;
}
#portrait_header {
		width: 100%;
		height: 148px;
		background: url(../images/portrait_header.gif) top left;
}
#stilllife_header {
		width: 100%;
		height: 148px;
		background: url(../images/stilllife_header.gif) top left;
}
#black_and_white {
		width: 100%;
		height: 148px;
		background: url(../images/blackAndWhite.gif) top left;
}
#miscellaneous_header {
		width: 100%;
		height: 148px;
		background: url(../images/miscellaneous_header.gif) top left;
}
#green {
	width: 100%;
	height: 192px;
	background: url(../images/green_bg.jpg) repeat-x;
}
#green p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 5px;
	padding: 8px 3px;
	color: #FFF;
	width: 500px;
}
#footer_green {
	width: 100%;
	height: 50px;
	background: url(../images/green_footer_bg.jpg) repeat-x;
}
#footer_green ul {
	margin: 0;
	padding: 2px 20px;
}
#footer_green li{
	color: #fff;
	display: inline;
	padding: 0 2px;
}
#footer_green p{
	color: #fff;
	font-size: 18px;
}	
#footer_green a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#footer_green a:hover{
	text-decoration: underline;
}
/*----End Green Styles----*/
/*----Orange Styles----*/
#header_orange {
		width: 100%;
		height: 148px;
		background: url(../images/header_bg_orange.gif) top left;
}
#orange {
	width: 100%;
	height: 192px;
	background: url(../images/orange_bg.jpg) repeat-x;
}
#orange p {
	margin: 0;
	padding: 5px 3px;
	color: #FFF;
	width: 500px;
}
#footer_orange {
	width: 100%;
	height: 50px;
	background: url(../images/orange_footer_bg.jpg) repeat-x;
}
#footer_orange ul {
	margin: 0;
	padding: 2px 20px;
}
#footer_orange li{
	color: #fff;
	display: inline;	
}
#footer_orange p{
	color: #fff;
	font-size: 18px;
}	
#footer_orange a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#footer_orange a:hover{
	text-decoration: underline;
}
/*----End Orange Styles----*/

#footer_list_two {
	width: 800px;
	position: relative;
	left: 68px;
}
#main_nav {
	width: 100%;
	height: 90px;
	background: url(../images/nav_background.gif) repeat-x;
}
#gallery_section{
	width: 100%;
	height: 400px;
	background: url(../images/reeds_bg.jpg) top left no-repeat;
}
#gallery_container{
	width: 700px;
	height 100%;
}
#myGallery {	
	text-align: left;
	margin: 0 20px;
}
.content {
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
.content h2{
	color: #789e00;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-size: 30px;
}
.content p{
	color: #789e00;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;
	position: relative;
	top: 1px;
}
.italic {
	font-style: italic;		
}

