body { margin: 0;
       background-image:url(../home/bkgrnd.jpg);
}
#gallery-container { margin: 0; padding: 0; width: 720px; height: 625px;}

	

#header {
	background-image: url(header2.jpg);
	background-position: left top; background-repeat: no-repeat;
	width: 720px; height:101px; float: left; clear: both;
}
	#header a {
		position:absolute;
		left:0px;
		width:720px;
		top:0px;
		height:101px; 
		}

#footer {
	background-image: url(footer.jpg);
	background-position: left top; background-repeat: no-repeat;
	width: 720px; height:34px; float: left;
}
#nav {
	background-image: url(nav_bkgrnd.jpg);
	background-position: left top; background-repeat: repeat-y;
	width: 720px; float: left; clear: both;
}
#nav-padding { padding: 10px 0 0px 35px;}

#image-caption-container { margin: 0; padding: 0; width: 720px; float: left;}

#image { margin: 0; padding: 0; width: 720px; float: left; }

#caption { background-image: url(text_area.jpg);
           background-position:left top; background-repeat: repeat-y; 
		   margin: 0; padding: 0; width: 720px; height: 78px; float: left; clear: left;
}
#caption-padding { padding: 5px 15px 20px 35px;}
td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 16px; color: #163150;
}
	a:link, a:visited {
		color: #163150;
		text-decoration: underline;
	}
	a:hover, a:active {
		color: #3366CC;
		text-decoration: underline;
	}
