body { margin: 0 auto; background-color: #FEE6C4;
}

#gallery-container { margin: 0; padding: 0; width: 600px;;}

#header {
	background-image: url(header.jpg);
	background-position: left top; background-repeat: no-repeat;
	width: 600px; height:100px; float: left;
}

#nav {
	background-image: url(nav_bkgrnd.jpg);
	background-position: left top; background-repeat: repeat-y;
	width: 600px; float: left; clear: both;
}
#nav-padding { padding: 10px 0 0 35px;}
/*
#description {
	background-image: url(content_bkgrnd.jpg);
	background-position: left top; background-repeat: repeat-y;
	width: 600px; height: 30px; float: left; clear: both;
}
#description-padding { padding: 0px 0 0 35px;}
*/
#image { margin: 0; padding: 0; width: 600px; height:343px; float: left; clear: both;}

td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 16px; color: #86353E;
}
	a:link, a:visited {
		color: #86353E;
		text-decoration: underline;
	}
	a:hover, a:active {
		color: #E45D02;
		text-decoration: underline;
	}
