body {
	
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a img {
	border: 0;
}
/****** Begin General Structure ******/
#wrapper {
	
	margin: 80px 0 0 80px;
	text-align: left;
}
#leftCol {
	width: 195px;
	padding: 0 0 0 0;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
	background: #CCEBF7 url(../images/footer-bg.jpg) no-repeat left top;
	min-height: 65px;
	font-size: 90%;
}

/* Hides from IE5-mac \*/
* html #footer {height: 65px;}
/* End hide from IE5-mac */

#footer ul#main-nav {
	margin: 0 0 0 300px;
	padding: 10px 0 0 0;
}
#footer ul#sub-nav {
	margin: 0 0 0 300px;
}
#footer li {
	padding: 0 0 0 0;
	margin: 5px;
	display: inline;
}
#footer ul#about-sub-nav {
	margin: 0 0 0 365px;
}
/****** Specific to Home Page ******/
#home-footer {
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
	min-height: 65px;
	font-size: 90%;
}
/* Hides from IE5-mac \*/
* html #home-footer {height: 50px;}
/* End hide from IE5-mac */

#home-footer a:link, #home-footer a:visited  {
	height: 65px;
	display: block;
	width: 100%;
	background: #CCEBF7 url(../images/home-footer.jpg) no-repeat left top;
}
#home-footer a:hover {
	background: #BBD9E4 url(../images/home-footer-ov.jpg) no-repeat left top;
}
/****** End General Structure ******/

/****** Gallery Nav ******/	
#gallery-nav {
	height: 25px;
}
#gallery-nav li {
	float: left;
	margin: 4px;
}

/****** Thumbs ******/
#thumbs-container {
	clear: left;
}
#thumbs-container ul li {
	display: inline;
}
#thumbs-container a img {
	margin: 5px;
}

/****** Large Image ******/
#large-image {
	width: 315px;
	margin: 0 0 0 305px;
	padding: 36px 0 0 0;
//	min-height: 315px;
}
/* Hides from IE5-mac \*/
* html #large-image {height: 300px;}
/* End hide from IE5-mac */

#large-image img {
	vertical-align: top;
	width: 315px;
	height: 315px;
	margin: 0;
	padding: 0;
}
#desc {
	color: #333333;
	letter-spacing: .05em;
	font-size: 10pt;
}
p#desc {
	margin: 15px 0 0 0;
	padding: 0;
}

.padcopy {
	padding: 0 10px 0 5px;
}
/****** Non Gallery Pages ******/

#content {
	width: 550px;
	margin: 150px 0 75px 0px;
	padding: 0 0 0 0;
	height: 315px;
	overflow: auto;
}
#flash #content {
	width: 315px;
	margin: 150px 0 75px 300px;
}

/****** Links ******/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:link.current {
	color: #000;
	text-decoration: none;
}
a:visited.current {
	color: #000;
	text-decoration: none;
}