@charset "UTF-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #5d6465;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #959590;
}

h1 {
	width: 550px;
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7e9aa2;
	text-align: left;
	margin: 0 0 0 314px;
	padding-top: 16px;
}

#container { 
	width: 936px;
	background: #1e2025;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	width: 936px;
	height: 10px;
	background: #5d6465; 
}

* html #header { margin-top: -10px; } /* IE kludge */ 

#contentWrapper {
	position: relative;
	width: 934px;
	background: #1e2025;
	border: solid 1px #000000;
}

#galleryHead {
	width: 934px;
	height: 60px;
	background: #1e2025;
	border-bottom: solid 4px #557179;
	position: relative;
}

#galLogo {
	width: 285px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position: absolute;
	top: 65px;
	left: 0p;
	text-align: center;
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 20px;
}

* html #sidebar1 { margin-left: -3px; } /* IE kludge */
* html #sidebar1 { padding-top: 0px; } /* IE kludge */

#imageNumber {
	width: 285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e9aa2;
	text-align: right;
	padding-top: 0px;
}

#imageCount {
	width: 285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #7e9aa2;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 15px;
}

#galnav_1 {
	width: 285px;
	padding-bottom: 15px;
	text-align: center;
}

#galnav_2 {
	width: 285px;
	padding-bottom: 8px;
	text-align: center;
}

#galnav_3 {
	width: 285px;
	padding-bottom: 8px;
	text-align: center;
}

#dgorrLink {
	width: 285px;
	height: 48px;
	margin-left: 0px;
	margin-top: 80px;
}

#mainContent { 
	width: 934px;
	margin: 0px 0 0 0;
	padding: 20px 0 0 0px;
	background: #1e2025;
}


#main_image {
	width: 552px;
	height: 552px;
	margin-top: 0px;
	padding-left: 314px;
}

* html #main_image { margin-left: 0px; } /* IE kludge */


#contentSubtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #959590;
	text-align: left;
	padding-left: 314px;
	padding-top: 0px;
	padding-bottom: 10px;
}	

#footer { 
	width: 936px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #5d6465; 
} 

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #959590;
	margin: 0;
	padding: 10px 0;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #959590;
	text-decoration: none;
}
a:visited {
	color: #606c75;
	text-decoration: none;
}
a:hover {
	color: #b3b390;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



