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

/* basic framework */

body {
	background: url(../i/bg.png) top center repeat-x #4f3b22;
	border-top: 4px solid #981b1e;
	padding: 0px;
	margin: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: #dea640;
	text-decoration: none;
}

a:hover {
	color: #f5c05e;
	text-decoration: underline;
}

#hold {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#nav {
	padding-left: 16px;
}

#contentHold {
	margin-top: 230px;
}

#column {
	background: url(../i/sidebarbg.jpg) bottom no-repeat;
	width: 255px;
	min-height: 500px;
	margin-left: 21px;
	margin-right: 20px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 20px;
	float: left;
}

#hero {
	position: absolute;
	z-index: 5;
}

#logo {
	position: absolute;
	z-index: 10;
	top: 66px;
	left: 32px;
}

h1, h2 {
	color: #42ecff;
	font-weight: normal;
	font-size: 14px;
}

h1 {
	font-size: 18px;
}

#homeEvents {
	font-size: 12px;
	line-height: 18px;
}

.brown {
	color: #dea640;
}

.white {
	color: white;
}

.line {
	margin-bottom: 6px;
	margin-top: 10px;
}

#homeAddress {
	line-height: 18px;
	text-align: center;
}

#homeBullets {
	line-height: 18px;
	color: #42ecff;
	text-align: center;
}

#foot {
	clear: both;
}

#content h1 {
	margin-top: 0px;
}

#content {
	margin-left: 330px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-right: 20px;
	line-height: 18px;
	font-size: 12px;
	width: 522px;
}

#homeNewWork {
	margin-left: 330px;
	margin-top: 30px;
}

.artwork .image {
	padding-right: 15px;
}

.artwork {
	padding-bottom: 20px;
}

.artwork td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.artwork td.description {
	padding-right: 20px;
}

.artwork .options {
	padding-top: 6px;
}

#currentArtists {
	line-height: 18px;
	font-size: 12px;
}

.artistWork {
	padding-right: 15px;
	padding-bottom: 15px;
}

.galleryWorkImage {
	padding-right: 15px;
	padding-bottom: 30px;
}

.galleryWorkDescription {
	padding-bottom: 30px;
	padding-right: 20px;
}

.galleryWorkDescription .title {
	font-weight: bold;
}

.galleryWorkDescription .description {
	padding-top: 10px;
}

.galleryWorkDescription .options {
	padding-top: 10px;
}

.txt {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: white;
	padding: 4px;
	background-color: #4f3b22;
	border: 1px solid #271d11;
}

.contactForm td {
	color: #dea640;
	padding: 3px;
}

.formL,.formLT {
	text-align: right;
	padding-right: 12px;
}

.contactForm td.formLT {
	padding-top: 7px;
}

.paging {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fRight {
	float: right;
}

#footer {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 20px;
}

.contentScroll {
	height: 400px;
	overflow-y: auto;
	padding-right: 20px;
}
