body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: georgia, serif;
	background: #F1F1F1;
}

p {
	margin: 0px;
}

td {
	vertical-align: top;
	font-size: 13px;
	font-family: georgia, serif;
}

a:link { color: #E71E25; text-decoration: none }
a:visited { color: #E71E25; text-decoration: none }
a:active { color: #E71E25; text-decoration: none }
a:hover { color: #000000; text-decoration: none }

a:link.grayitalic { color: #9A9A9A; font-style: italic; text-decoration: none }
a:visited.grayitalic { color: #9A9A9A; font-style: italic; text-decoration: none }
a:active.grayitalic { color: #9A9A9A; font-style: italic; text-decoration: none }
a:hover.grayitalic { color: #000000; font-style: italic; text-decoration: none }

a:link.gallery_pieces_pagelink { color: #9A9A9A; text-decoration: none }
a:visited.gallery_pieces_pagelink { color: #9A9A9A; text-decoration: none }
a:active.gallery_pieces_pagelink { color: #9A9A9A; text-decoration: none }
a:hover.gallery_pieces_pagelink { color: #000000; text-decoration: none }

#header {
	padding: 0px 35px;
	background: #FFFFFF;
	border-bottom: 3px solid #F1F1F1;
	text-align: center;
}

#content {
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	display: table;
	height: 500px;
}

#content .container {
	padding: 25px 35px;
}

#footer {
	padding: 15px 35px;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	color: #BBBBBB;
	font-weight: bold;
	text-align: center;
}

.container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#nav {
	padding: 0px 0px 15px;
	font-size: 24px;
	font-style: italic;
	text-transform: lowercase;
}

#nav a.over {
	color: #000000;
}

.subhdr {
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
}

.subsubhdr {
	font-size: 18px;
	font-style: italic;
}

#pagecontent {
	width: 550px;
	line-height: 1.55em;
}

#pagecontent table {
	width: 100%;
}

#pagecontent tr > td:first-child {
	width: 10%;
}

.error {
	color: #E71E25;
}

/* index.php styles */

#home_piece {
	width: 100%;
	display: table-cell;
	text-align: center;
}

#home_image {
	padding: 0px 0px 15px;
}

#home_info {
	padding: 0px 15px 0px 0px;
	text-align: right;
}

/* galleries page styles */

.gallerylist {
	padding: 25px 0px;
}

.gallerylist_gallery {
	padding: 0px 35px 0px 10px;
	float: left;
}

.gallerylist_galleryname {
	font-size: 15px;
}

.gallerylist_rowdivider {
	clear: both;
}

/* gallery page styles */

#gallery_pieces {
	float: left;
	width: 175px;
	padding: 15px 15px 15px 0px;
}

#gallery_pieces_thumbs {
	height: 400px;
	display: table-cell;
}

#gallery_pieces_thumbs img {
	padding: 1px;
	border: 1px solid #FFFFFF;
}

.gallery_piece_thumb_over {
	border: 1px solid #E71E25 !important;
}

#gallery_pieces_pages {
	display: table;
	margin: 0 auto;
}

#gallery_pieces_pagelinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gallery_pieces_pagelinks li {
	margin: 0px;
	padding: 0px;
}

.gallery_pieces_pagelink, .gallery_pieces_pagelink_over {
	float: left;
	display: block;
	padding: 5px 5px;
}

a.gallery_pieces_pagelink_over {
	color: #000000;
}

#gallery_piece {
	float: left;
	padding: 15px 15px 15px;
}

#gallery_pieceimage {
	height: 450px;
	display: table-cell;
}

#gallery_previousnext {
	padding: 15px 0px 0px 10px;
	font-size: 24px;
	font-style: italic;
}

#gallery_previousnext .arrow {
	
}

#gallery_previousnext .disabled {
	color: #A5A5A5;
}

#gallery_pieceinfo {
	width: 200px;
	float: left;
	padding: 0px 0px 15px 15px;
}

#gallery_pieceinfo .name {
	padding: 15px 0px 24px 0px;
	display: block;
	font-size: 26px;
}

#gallery_pieceinfo .information {
	padding: 0px 0px 18px 0px;
	display: block;
}

#gallery_pieceinfo .year {
	padding: 0px 0px 10px 0px;
	display: block;
}

#gallery_pieceinfo .viewfull {
	display: block;
	font-size: 16px;
	font-style: italic;
}

#gallery_footer {
	clear: both;
}

/* piece page styles */

body.piece {
	padding: 25px 10px 0px 10px;
	background: #FFFFFF;
}

#piece_pieceimage {
	text-align: center;
}

#piece_close {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 16px;
}

/* contact.php styles */

#contactForm_from, #contactForm_subject {
	width: 200px;
}

#contactForm_message {
	width: 300px;
	height: 150px;
}

/* FCKEditor styles */

#fckeditor_pagecontent {
	background: #FFFFFF;
	padding: 15px;
	line-height: 1.55em;
}