html {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#3E1F00', EndColorStr='#000000');
}

body {
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #3E1F00;
	color: #666666;
	text-align: center;
	margin-top: 0px;
}

/* Layout */
#maincontainer {
	width: 780px;
	text-align:center;
	background-color: #FFFFEE;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

/* Header */
#header {
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/* Navigation */
#navigation {
	border-bottom: 1px dashed #C0C0C0;
	width: 755px;
	height: 30px;
	text-align:left;
	padding: 0px 0px 0px 25px;
}

#navigation ul {
	padding: 5px 0 5px 0;
	list-style: none;
	text-align: left;
}

#navigation ul li {
	padding: 3px 0 3px 0;
	display: inline;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	word-spacing: 30px;
}

#navigation ul li a {
	color: #3E1F00;
	text-decoration: none;
}

#navigation ul li.active a {
	color: #FF6600;
	font-size: 17px;
	font-weight: bold;
	text-decoration:underline;
}

#navigation ul li a:hover {
	color: #FF6600;
	font-weight: bold;
}

#navigation2 {
	width: 100%;
	height: 25px;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

#navigation2 ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align:left;
}

#navigation2 ul li {
	padding: 0px 0px 0px 0px;
	display: inline;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	word-spacing: 30px;
}

#navigation2 ul li a {
	color: #3E1F00;
	text-decoration: none;
}

#navigation2 ul li.active a {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	text-decoration:underline;
}

#navigation2 ul li a:hover {
	color: #FF6600;
	font-weight: bold;
	font-size:15px;
}

/* Content */
.content {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFEE;
	color: #000000;
	text-align:center;
	width: 95%;
	font-weight:bold;
	border-top: 1px dashed #FF6600;
	border-right: 1px dashed #FF6600;
	border-bottom: 1px dashed #FF6600;
	border-left: 1px dashed #FF6600;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

.content a {
	color:#3E1F00;
}

.content a:hover {
	color:#FF6600;
}

.content h3 {
	text-decoration:underline;
}

/* Footer */
.footer {
	width: 785px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight:bold;
	text-align:left;
	padding: 0px 0px 0px 1px;
	margin: 0px auto 0px auto;
	color: #FFFFEE;
	font-size:11px;
}

.footer img {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}

.galleryChoice {
	position:relative;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	background-color: #FFFFEE;
	color: #000000;
}

.galleryChoice a {
	background-color:#FFFFEE;
	color:#3E1F00;
	text-decoration:none;
}

.galleryChoice a:hover {
	color:#FF6600;
}

.galleryChoice a img {
	border: 1px dashed #FF6600;
}

.galleryChoice a:hover img {
	border: 1px solid #FF6600;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0 30px 0 30px;
	margin: 0px auto 0px auto;
	border: 2px 2px 2px 2px;
	border-style:dashed;
	border-color: #FF6600;
	width: 80%;
	z-index:100;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer a {
	color:#3E1F00;
	font-size:13px;
	text-decoration:none;
}

.gallerycontainer a:hover {
	color:#FF6600;
}

#clickThumbnail {
	font-size: 10px;
}

#largerPrints {
	font-size: 11px;
}

#backLink {
	font-size:20px;
}

.thumbnail img{
	border: 1px solid #FF6600;
	margin: 0px 15px 15px 0px;
	text-align:left;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFEE;
	padding: 0px 0px 0px 0px;
	left: -1000px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align:center;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: visible;
	top: 10px;
	left: 200px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	padding: 15px 15px 15px 15px;
	text-align:center;
	color:#000000;
}