@charset "UTF-8";
/* ---- basic styling ----*/
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #243323;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #dbd6b3;
	line-height: 20px;
	}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color:#202020;
	background-image: url(1images/content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	padding-bottom: 75px;
	}
	
#clear {
	clear: both;
	}
	
/* ---- position container elements ---- */
#header {
	position: relative;
	background: #243323 url(1images/head_bkg.jpg) no-repeat top center;
	height: 225px
	}
#header #logoImg {
	position: relative;
	width: 751px;
	height: 162px;
	background-image: url(1images/header.jpg);
	margin: 0 auto;
	}
#navigation {
	position: relative;
	width: 751px;
	height: 63px;
	margin: 0 auto;
	}
	
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header ul li {
	float: left;
	}
	
	
#content {
	width: 711px;
	position: relative;
	margin: 0 auto;
	padding: 20px;
	}

#footer {
	position: relative;
	height: 107px;
	background-color: #243323;
	background-image: url(1images/foot_bkg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: top center;
	bottom: 0;
	}
#footer #footText {
	position: relative;
	width: 731px;
	height: 40px;
	padding: 10px;
	background-image: url(1images/footer.jpg);
	margin: 0 auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #5e2a18;
	text-transform: uppercase;
	font-stretch: semi-expanded;
	margin-bottom: 12px;
	}
	
	
a:link {
	color: #FFFF99;
	font-variant: normal;
	text-decoration: underline;
}
a:visited {
	color: #B6B671;
	text-decoration: underline;
}
a:hover {
	color: #928f3f;
	background-color: #202020;
}
a:active {
	color: #928f3f;
	background-color: #cc680d;
}
.photo-table {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-color: #9c9662;
}

.page-links {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
}
.page-links a:link {
	font-weight: bold;
	font-variant: small-caps;
	color: #838c3a;
	text-decoration: none;
}
.page-links a:visited {
	font-weight: bold;
	font-variant: small-caps;
	color: #6e7821;
	text-decoration: none;
}
.page-links a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color: #915824;
	text-decoration: underline;
}
.page-links a:active {
	font-weight: bold;
	font-variant: small-caps;
	color: #cc680d;
	text-decoration: underline;
}
.sub-header {
	font-variant: small-caps;
	color: #5e2a18;
	font-weight: bold;
}
.sub-header-larger {
	color: #2c5126;
	font-size: 17px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-stretch: expanded;
}
.horz-rule {
	padding: 10px;
	margin: 15px;
}


.photo-border {
	padding: 7px;
	background-color: #161616;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.bottom-links {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D7CDA6;
}
.artwork-description {
	line-height:14px;
	font-size:12px;
	color:#f2d092;
}
.artwork-long-description {
	line-height:16px;
}
.photo-description {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color: #9c9662;
	font-weight: lighter;
}
.artwork-title {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#8e6527;
	
}
.art-table {
	background-color: #161616;
	margin: 0 auto;
}
.hilite {
	font-weight: bold;
	color: #808F39;
}
.info-table {
	position: center;
}
