/* CSS Document */


	body { background: #fff; color: #000; font-family: "lucida sans", verdana, arial, serif; }
	h2, h4 { color: #000; background: transparent; text-align: center; }
	h3 { color: #000; background: transparent; text-align: left; margin: 15px; }
    p { margin: 15px; }
	
a:link { color: #063; background: transparent; text-decoration: none; font-weight:bold; }
a:visited { color: #063; background: transparent; text-decoration: none; font-weight:bold; }
a:hover { color: #063; background: transparent; text-decoration: underline; font-weight:bold; }
a:active { color: #063; background: transparent; text-decoration: underline; font-weight:bold; } 

.container { background: #fff; color: #000; width: 790px;  }  
	
.header { background: #fff; color: #000; width: 780px; }

.navigationBar { float: left; clear: right; background: #fff; color: #000; width: 154px; padding-left: 5px; padding-top: 35px; padding-bottom: 15px;  }

.content { float: right; clear: right;  padding-left: 15px; padding-top: 25px;  width: 600px; background: #fff; color: #000;  padding-bottom: 25px; }
/*
.content2 { padding-left: 15px;  padding-bottom: 25px; width: 780px; background: #fff; color: #000;  }*/

.birds { border: solid 1px; border-color:#060; }

/* Specific link styles for navigation menu bar */
.galleriesnav {
/*margin: 15px;

border: 1px solid #bed2ed;

*/
}


.galleriesnav ul li {
display: inline;
} 

.galleriesnav ul li a { 
text-decoration: none;
padding: 4px 30px;
color: #000; background: #99ccff; 
} 

.galleriesnav a:hover { 
color: #fff; background: #5698ee; 
}

.galleriesnav li a#current {
color: #fff; background: #5698ee;
}

.footer { clear: right;  background: #fff; color: #000; width: 780px; padding-bottom: 1px; }







