
a:link {text-decoration: none; color: #d7c484;}
a:visited {text-decoration: none; color: #d7c484;}
a:active {text-decoration: none; color: #d7c484;}
a:hover {text-decoration: none; color: #fff;}

html, body {
	height: 100%;
	background-color: #1e1e1e;
	margin: 0;
	font-family: Garamond;
	font-size: 16px;
	color: #d7c484;
}

#mainTable {
	width: 100%;
	height: 100%;
}

#headerSpacer {
	height: 30px;
}

#header {
	height: 121px;
	background-image: url('images/header_bg.gif');
	background-repeat: repeat-x;
	background-placement: top left;
}

#navSpacer {
	width: 50px;
}

#navigation {
	width: 200px;
	padding-top: 30px;
	vertical-align: top;
	background-image: url('images/navigation.gif');
	background-repeat: repeat-y;
}

#contentTable{
	width: 100%;
	height: 100%;
	border: 0;
}

#contentSpacer {
	width: 50px;
	background-image: url('images/content_spacer.gif');
}

#content {
	background-color: #000;
	background-image: url('images/content_border.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#contentSubTable {
	width: 100%;
}

#footer {
	height: 32px;
	background-image: url('images/footer.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#footerShadow {
	height: 30px;
	background-image: url('images/footer_shadow.gif');
	background-repeat: repeat-x;
	background-placement: top left;
}

/*CONTENT STYLES*/

#mainGalleryTable {
	width: 780px;
}

#iframeCell {
	width: 500px;
}

#iframe {
	width: 500px;
	height: 500px;
	border: 0px;
}

#iframeSpacer {
	width: 30px;
}

#contentColumn {
	width: 250px;
	vertical-align: top;
	padding: 5px;
}

.heading {
	font-size: 20px;
	font-weight: 700;
}

#thumbnails {
	width: 150px;
	height: 100px;
	padding-bottom: 20px;
}

.thumb {
	width: 40px;
	height: 40px;
}

/*NAVIGATION*/

.navCell {
	font-family: Garamond;
	font-size: 16px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navCell a:link, a:active, a:visited {
	text-decoration: none;
}

.navCell a:hover {
	color: #fff;
}

.footerLeft {
	padding-left: 20px;
	text-align: left;
	font-size: 14px;
}

.footerRight {
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
}