/* CSS Document */
html, body {
	background-image: url(../images/black-dog-fishing-background.jpg);
	background-repeat: repeat;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	line-height:1.5;
}

a {
	font-weight: bold;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.h1 {
	font-size: 16px;
	color: #660000;
}
.h2 {
	font-size: 14px;
	color: #003366;
}
#top {
	margin-bottom:-2px;
}

#middle {
	background-image:url(../images/middel-background.gif); 
	background-repeat:repeat-y; 
	width:774px;
	text-align:left;
	margin:0 auto;
	margin-top:-2px;
	padding:0px;
}

#footer {
	background-image:url(../images/bottom-background.gif); background-repeat:repeat-y; width:774px;  
	color:#FFFFFF;
	padding:0px;
	margin:0 auto;
}

#footer a {
	font-weight: normal;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #003366;
		background:#FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.small {
	font-size: 9px
}

hr {
	border-top:1px #999 dotted;
}

.highlightit img{
	border: 2px solid #003E75;
}

.highlightit:hover img{
	border: 2px solid #990000;
}

/*  Photo Gallery CSS */
.tabs {
	float:left; width:73px; height:22px; padding-top:4px; background-color:#FFFFCC; border-top:1px #999999 dotted; border-right:1px #999999 dotted;
}

.firsttab {
	float:left; width:73px; height:22px; padding-top:4px; background-color:#FFFFCC; border-top:1px #999999 dotted; border-left:1px #999999 dotted; border-right:1px #999999 dotted;
	}

.galleryhr {
	height:1px;
	border-bottom:1px #999999 dotted;
	margin:0px;
	padding:0px;
	line-height:1px;
}

label {
	font-weight:bold;
	width:150px;
	float:left;
}