/* CSS Document */

Body {
	background-color: #EEEEEE;
}

p {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

#branding h2 {
	background-image: url(../images/gallery-title.jpg);
	background-repeat: no-repeat;
	width: 478px;
	height: 46px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

#wrapper {
	width: 900px;
}

#content {
	padding: 0px;
	margin: 0px;
}

#siteinfo h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#mininav {
	float: right;
}

#mininav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#mininav li {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
}