/* General tags */

body {
	background: #000 url(../img/background.gif) repeat-x;
	margin: 0px auto 0;
	font-size:19px;
	color: #808080;
	font: 11px "Verdana", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	border: 0px;
}

img {
	border: 0px;
}

/* Comments */

#comments {
	width: 400px;
}

#comment-form {
	float: right;
	margin-right: 30px;
	_margin-right: 0px;
}

#leave-title {
	padding-bottom: 10px;
}

h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	color: white;
}

#comment-form textarea,  #comment-form input {
	border: 1px solid gray;
}

#comment-form .button {
	font-weight: bold;
	margin-top: 6px;
}

.comment {
	margin-bottom: 16px;
	border-bottom: 1px solid #444;
	padding-bottom: 6px;
	color: #ccc;
}

.comment .comment-name {
	font-weight: bold;
	color: white;
}

.comment .comment-date {
	float: right;
	color: #666;
}



/* Clear stuff */
.clear {
	clear: both;
}

html>body .clear2 {
	clear: both;
}


/* Hide text alternatives */

span {
	visibility: hidden;
}


/* Sets the overall width of the page */
.holder {
	width: 800px;
	margin: 0px auto 0;
	padding: 0px;
}


/* About page copy */
.bio {
	margin: 0px;
	padding: 11px 0px 0px 30px;
	font: 11px "Verdana", Helvetica, Arial, sans-serif;
	color: #bbb;
}


/* Logo header */
.header {
	margin: 0px;
	/* background: transparent url(../img/header.jpg) no-repeat; */
}

.hidden {
	display: none;
}

.hide {
	visibility: hidden;
}


/* Browse and back buttons */

.browse {
	overflow:hidden;
	background: url(../img/btn_browse.gif) no-repeat;
	margin: 0px;
	float: right;
	height: 9px;
	width: 56px;
	text-align: right;
}

.back {
	overflow:hidden;
	background: url(../img/btn_back.gif) no-repeat;
	margin: 0px;
	float: right;
	height: 9px;
	width: 56px;
	text-align: right;
}

.null {
	overflow:hidden;
	margin: 0px;
	float: right;
	height: 9px;
	width: 56px;
	text-align: right;
}


/* Menu */
.nav {
	padding: 18px 0px 10px 0px;
	height: 20px;
	margin: 0px;
}

.nav_spacer {
	float: left;
	width: 24px;
	background: url(../img/nav_spacer.jpg) no-repeat;
	height: 20px;
}

.nav_gallery {
	float: left;
	width: 96px;
	height: 20px;
	background: url(../img/nav_gallery.jpg) no-repeat;
}

.nav_exhibitions {
	float: left;
	width: 93px;
	height: 20px;
	background: url(../img/nav_exhibitions.jpg) no-repeat;
}

.nav_about {
	float: left;
	width: 53px;
	height: 20px;
	background: url(../img/nav_about.jpg) no-repeat;
}

.nav_guestbook {
	float: left;
	width: 85px;
	height: 20px;
	background: url(../img/nav_guestbook.jpg) no-repeat;
}

/* Next and previous buttons */
.controls {
	background: transparent url(../img/footer.gif) no-repeat bottom;
	width: 800px;
	height: 23px;
	margin-top: 9px;
}

.btn_spacer {
	float: right;
	width: 16px;
	background: url(../img/btn_spacer.jpg) no-repeat;
}

.btn_previous {
	float: right;
	width: 67px;
	background: url(../img/btn_previous.gif) no-repeat;
}

.btn_next {
	float: right;
	width: 39px;
	background: url(../img/btn_next.gif) no-repeat;
}


/* Gallery */
.gallery {
	width: 800px;
	margin: 0px;
	padding: 10px 0px 2px 0px;
}

.preview {
	float: left;
	width: 98px;
	height: 180px;
	margin: 0px;
	padding: 0px 2px 2px 0px;
}

.photo {
	width: 798px;
	height: 362px;
	margin: 0px;
	padding: 0px 2px 2px 0px;
	text-align: center;
}

.lizzie {
	float: left;
	width: 508px;
	margin: 0px;
	padding: 0px 2px 2px 0px;
}


#sidebar {
	float: left;
	width: 250px;
	margin-top: -10px;
}