/* Yellowdog Gallery
   Stylesheet for content pages.
   
   This is a WebWoman production. www.webwoman.biz 
   Copyright 2005 Tina McDuffie, WebWoman. All rights reserved.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px 20px 10px;
}
a:link, a:visited {
	color: #FFFF99; 
	text-decoration: none;
}
a:active, a:hover {
	color: #FFFF99; 
	text-decoration: underline;
}
table.navbar a {
		font-size: 10pt;
}
table.navbar {
	border-bottom: thin solid white;
	padding-bottom: 2px;
	margin-top: 0px;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	text-align: left;
	font-size: 12pt;
}
.content {
	margin-top: 50px;
}
.pictureCaption {
	font-size: 10pt;
	font-style: italic;
	margin-top: 7px;
}
div.copyright {
	font-size: 7pt;
	margin-top: 40px;
}

img {
	border: 1px solid #000000;
}
h1 img {
	border: none;
}

