@charset "UTF-8";
/* CSS Document */

/* div tag for main image on each gallery page - used on each page to include unique bg image
#image {
	height: 550px;
	width: 900px;
	background-image: url(../images/01-gallery/dummy-gallery.jpg);
	background-repeat: no-repeat;
}
*/
#watermark {
	height: 90px;
	width: 60px;
	padding-top: 455px;
	padding-left: 798px;
}
#watermarkVert {
	height: 90px;
	width: 60px;
	padding-top: 455px;
	padding-left: 568px;
}
#thumbNav {
	width: 875px;
	padding-left: 16px;
	padding-top: 10px;
}
#footer {
	width: 900px;
	padding-top: 10px;
	background-image: url(../images/common/logo-small.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
	height: 40px;
}
#footerHome {
	width: 900px;
	padding-top: 10px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: right;
}
#footerNav {
	float: left;
}
#thumbGrid {
	width: 160px;
	padding-top: 90px;
}
#leftHome {
	float: left;
	width: 180px;
}
#imageHome {
	float: right;
	height: 550px;
	width: 700px;
}
#mainHome {
	width: 900px;
}
#logo {
	padding-top: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #E4343A;
	text-decoration: none;
}
