/* IE4 & NN4 Style sheet created for:
   A Photographer's Guide to Web Site Design http://www.guidetowebsitedesign.com
	'WILD About Photography' http://www.wildphotography.ws
   Author: Jan A. Allinder http://www.wildlifephoto.net & http://www.lucidimages.net
*/
/* Set Default Colors, Fonts and Spacing */
/* Body Background color has been set to a dark gray */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../graphics/image001.jpg);
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Similar to image align property */
img.floatright {
	float: right;
	clear: left;
}
img.floatleft {
	float: left;
	clear: right;
}
/* T I P */
/* For web safe color, you don't need 6 characters. You can keep it to 3.*/
/* Abbreviate colors #FFFFFF -> #FFF or #00FF33 -> #0F3 */

/* H E A D E R  S E C T I O N */
/* Define style for Business Name and/or Logo graphic */
#header {
	background-color: white;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #353535;
	margin: 0px 0px 0px 0px;
}
#header h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #878787;
	text-align: right;
	margin: 1px 20px 0px 0px;
}
/* M A I N  C O N T E N T  S E C T I O N */
#main {
	margin: 0px 0px 2px 2px;
	background-color: white;
}
#main ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 4px 2px 0px 2px;
}
/* NOTE: */
/* We generally use EMs rather than pixels when specifying font sizes 
.9em would reduce the browsers default font size by approximately 10% */
p.main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px 2px 4px 2px;
	line-height: 1.3em;
}
.emphasis {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px 2px 4px 2px;
	line-height: 1.3em;
	font-weight: bold;
}
/* Links in Main section*/
p.main a, p.main a:visited, p.main a:active, ul a, ul a:visited, ul a:active {
	color: #600;
	text-decoration: underline;
}
p.main a:hover, ul a:hover {
	color: blue;
	text-decoration: underline;
}
/* Table for the Gallery */
#main table, #main td, #main tr {
	font-size: small;
	font-style: italic;
}
#gallery {
	background-color: white;
	margin: 0px 0px 2px 2px;
}
#gallery ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 4px 2px 0px 2px;
}
#gallery table, #gallery td, #gallery tr {
	background-color: white;
	font-size: x-small;
	vertical-align: top;
}
h1.gallery {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.8em;
	margin: 0px 2px 0px 2px;
}
h2.gallery {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0px 2px 0px 2px;
	color: #600;	
}
h3.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 2px 0px 2px;
	padding: 20px;
	background-color: #888;
	color: #DDD;
}
#birds {
	background-color: white;
	margin: 0px 0px 2px 2px;
}
#birds ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 4px 2px 0px 2px;
}
#birds table, #birds td, #birds tr {
	background-color: white;
	font-size: x-small;
	vertical-align: top;
}
h1.birds {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.8em;
	margin: 0px 2px 0px 2px;
}
h2.birds {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0px 2px 0px 2px;
	color: #600;	
}
h3.birds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 2px 0px 2px;
	padding: 20px;
	background-color: #888;
	color: #DDD;
}
/* NOTE: Margin is the space around the heading itself */
/* The margin above defines the TOP, RIGHT, BOTTOM and LEFT spaces */
/* To help remember this order think of it as TRouBLe */
h1.main {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.7em;
	margin: 0px 2px 0px 2px;
}
/* The margins help create white space within your web page */
h2.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0px 2px 0px 2px;
	color: #600;	
}
h3.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 2px 0px 2px;
	padding: 20px;
	background-color: #888;
	color: #DDD;
}
/* N A V I G A T I O N  S E C T I O N */
#nav {
	background-color: white;
}
div.button {
	margin-bottom: 0px;
}
/* Links in Nav section */
div.button a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1px;
}
div.button a:hover, div.button a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}
#nav p.small {
	font-size: .6em;
	text-align: right;
	margin: 0px 10px 10px 5px;
}
/* F O O T E R  S E C T I O N */
p.footer {
	background-color: white;
	padding: 2px; 
	text-align: center;
	margin: 13px 0px 0px;
	font-size: .8em;
	color: #666;
}
/* Links in Footer section */
p.footer a, p.footer a:visited, p.footer a:active {
	background-color: white;
	color: #600;
	text-decoration: underline;
}
p.footer a:hover {
	background-color: white;
	color: #900;
	text-decoration: none;
}
p.paypal {
	background-color: white;
	padding: 9px; 
	text-align: center;
	margin: 13px 0px 0px;
	font-size: .8em;
	color: #666;
}
/* Links in Footer section */
p.paypal a, p.paypal a:visited, p.paypal a:active {
	background-color: white;
	color: #600;
	text-decoration: underline;
}
p.paypal a:hover {
	background-color: white;
	color: #900;
	text-decoration: none;
}
