body {
	background-image: url(/images/bg.jpg);
	background-color: #5C5C5C;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}


#home {
	width: 520px;
	margin-top: 25%;
	text-align: center;
	clear: both;
	overflow: visible;
}

#container {
  width: 770px;
  margin: 0px auto; 
  padding: 50px 30px; 
  position: relative;
}

#gallerytitle {
	width: 770px;
}

#main {
	text-align: left;
	padding: 20px;
}

#hendricksnav {
	padding-bottom: 10px;
	width:225px;
	position: absolute;
	top: 120px;
	float: left;
	margin-left: 5px;
}

#content {
	background-color: #4C443D;
	float:right;
	width: 480px;
	/*height: 450px; */
	min-height: 300px;
	position: absolute;
	top: 120px;
	overflow: visible;
	margin-left: 255px;
	padding-bottom: 10px;
}

#thumbs {
	width:330px;
	position: absolute;
	top: 120px;
	/* float: right; */
	margin-left: 440px;
	text-align:center;
}

#imagecontent {
	float:left;
	width: 400px;
	/*height: 450px; */
	position: absolute;
	vertical-align:middle;
	text-align:center;
	top: 125px;
	overflow: visible;
	margin-left: 0px;
	padding: 10px;
}

#logo {
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity: 0.20;
	}


/* Text Styles
------------------------------ */
body {
	font-size: 14px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1.25;
	color: #FFFFFF;
}
h1 {
	font-size:20px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1.25;
	color: #FFFFFF;
}
h2 {
	font-size:18px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1.25;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1.25;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1.2;
	color: #FFFFFF;
}
h5 {
	font-size: 10px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1;
	color: #FFFFFF;
}
h6 {
	font-size: 9px;
	font-family: "Century Gothic", "Avant Garde Gothic",  "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	line-height: 1;
	color: #FFFFFF;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #FFF; }
a:visited { text-decoration: underline; color: #FFF; }
a:hover, a:focus { text-decoration: underline; color: #666; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 12px 0;
	padding: 0;
}

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

a.imagethumb  {
	display: block;
	padding: 1px;
	margin: 6px;
	border: 1px solid #666666;
	/*background: #EEEEEE; */
	line-height: 0px;
}
a:visited.imagethumb {
	border: 1px solid #666666;
	/*background: #F2F7F9;*/
	}
	
a:hover.imagethumb {
	border: 1px solid #52381B;
	/*background: #F4F9FB;*/
}
.imagethumb {
	float: left;
}
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}

.imagethumbselected a {
	display: block;
	padding: 1px;
	margin: 6px;
	border: 1px solid red;
	/*background: #EEEEEE; */
	line-height: 0px;
}
.imagethumbselected a:visited {
	border: 1px solid red;
	/*background: #F2F7F9;*/
}
.imagethumbselected a:hover {
	border: 1px solid #52381B;
	/*background: #F4F9FB;*/
}
.imagethumbselected {
	float: left;
}

