* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(/images/back.png);
	background-repeat: repeat-x; 
	background-color: black;
	font-family: Arial;
	font-size: 80%;
	color: white;
}

.header {
	margin: 50px auto 15px auto;
	padding: 10px 20px 10px 0;
	background-color: #777777;
	text-align: right;
	width: 860px;
	height: 32px;
	background: url('/images/header.png') repeat-x;
}

.header a:link {
	color: white;
}

.header a:visited {
	color: white;
}

.header a:hover {
	color: white;
}

.navBar {
	padding: 0 0 10px 0;
	float: right;
}

.navItem {
	float: left;
}

.navItem a {
	padding: 2px 20px 2px 5px;
}

.hidden {
	display: none;
}

#galleriesList {
	background-color: white;
	position: absolute;
	border: thin black solid;
}

.galleryListItem {
	border: thin black solid;
}

#galleriesList a:link {
	color: black;;
}

#galleriesList a:visited {
	color: black;
}

#galleriesList a:hover {
	color: #AAAAAA;
}

.content {
	margin: 0 auto;
	background: url('/images/content.png') repeat-x 0 0;
	background-color: #333333;
	padding: 20px 0 20px 20px;
	width: 860px;
}

.contentText {
	margin-bottom: 20px;
}

.about {
	padding: 10px;
}

.aboutImage {
	margin: 10px;
	border: 4px solid black;
	float: left;
}

#galleryTitle {
	margin: 10px 0 30px 10px;
}

.imageContainer {
	margin: 0 20px 0 0;
}

.image {
	float: left;
	text-align: center;
	height: 300px;
	width: 280px;
}

.caption {
	font-size: 80%;
	color: #AAAAAA;
}

.thumbnail {
	margin: 10px;
}

.thumbnail img {
	border: black solid 2px;
}

.contactFormField {
	display: inline;
	margin: 0 5px 5px 5px;
}

.contactFormLabel {
	display: block;
	margin: 10px 5px 5px 5px;
}

.contactFormButton {
	display: block;
	margin: 10px 0 0 5px;
}

label.error {
	color: red;
	display: inline;
	vertical-align: top;
}

.footer {
	margin: 0 auto 50px auto;
	background-color: #333333;
	text-align: right;
	padding: 0 20px 20px 0;
	width: 860px;
}

.navClear {
	clear: right;
	width: 0;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #BBBBBB;
}
  
a:visited {
	text-decoration: none;
	color: #BBBBBB;
}

a:hover {
	text-decoration: none;
	color: white;
}
  
