/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 14px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#pageTop {
	background: #ddd; 
	padding: 0;
	width: 850px;
	height: 92px;
	background: url(/img/pageTop.jpg) no-repeat;
}

#nav {
	background: #555;
	padding: 0;
	width: 850px;
	height: 31px;
	}

#navShadow {
	background: #fff; 
	padding: 0;
	width: 850px;
	height: 20px;
	background: url(/img/navShadow.jpg) no-repeat;
}

	
#content {
	width: 808px;
	padding: 20px;
	padding-top: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: url(/img/contentBG.jpg) bottom right no-repeat #fff;
	}
	
#sectionTitle {
	margin-bottom: 0px;
	clear: both;
	}
	
#detail {
	float: left;
	margin-left: 30px;
	font-size: 12px;
	line-height: 14px;
	}
	
#intraNav {
	padding-top: 30px;
	}
	
#footer {
	background: #bbb; 
	padding: 0;
	width: 850px;
	height: 30px;
	background: url(/img/footer.jpg) no-repeat;
	margin-bottom: 20px;
	text-align: right;
	}
	
#footer p {
	margin: 0;
	padding: 10px 20px;
	vertical-align: middle;
	font-size: 11px;
	color: #eee;
	}
	
a, a:visited {
	color: #444;
	text-decoration: none;
	}
	
a:hover {
	color: #036;
	}

.art {
	border: 1px solid #ccc;
	}

.thumb {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 10px;
	}

.title {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	}
	
.subtitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	}
	
.galleryThumb {
	border: 1px solid #ccc;
	margin: 20px;
	}
	
.galleryThumb:hover {
	border: 1px solid #555;
	}
	
ul.links {
	margin: 20px;
	}
	
ul.links li {
	margin-bottom: 5px;
	}
