body {
	background: #BAC4AE;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}

h1, h2 {
	font-size: 24px;
	color: #6E7D5A;
}
h2 {
	font-size: 14px;
}

a {
	color: #6E7D5A;
	text-decoration: underline;
}
	a:hover {
		color: #8A9D71;
	}

#content img {
	border: 2px solid #FFFFFF;
}

.photoright {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.Red {
	color: #FF0000;
}

.BigRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
}

.nav {
        position:relative;
        overflow:hidden;
        white-space:nowrap;
    }
        .nav>ul {
            position:relative;
            left:50%;
            float:left;
            clear:left;
			margin: 0;
			padding: 0;
        }
            .nav>ul>li {
                position:relative;
                right:50%;
                float:left;
                display:block;
            }
                .nav>ul>li>a {
                    display:block;
                }

/* Positioning Code */
#header {
	position: relative;
	width: 700px;
	height: 185px;
	background: transparent url("../img/header.jpg") no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
	#nav {
		margin-top: 125px; 
		width: 700px;
	}
		#nav a {
			font-size: 11px;
			color: #eaeaea;
			text-decoration: none;
			margin-right: 5px;
			padding-left: 5px;
			border-left: 1px solid #8C9D73;
		}
			#nav li:first-child a {
				border: 0;
			}
			#nav a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}
	
	#subnav {
		width: 700px;
		margin-top: 8px;
		line-height: 16px;
		text-align: center;
	}
		#subnav a {
			font-size: 10px;
			color: #EAEAEA;
			text-decoration: none;
			margin-right: 5px;
			padding-left: 5px;
			border-left: 1px solid #647C42;
		}
			#subnav li:first-child a {
				border: 0;
			}
			#subnav a:hover {
				color: #FFFFFF;
				text-decoration: none;
			}
	
#content {
	position: relative;
	width: 600px;
	padding: 0 50px;
	margin: 0 auto;
	background: transparent url("../img/repeater.jpg") repeat-y;
	overflow: hidden;
}

#footer {
	position: relative;
	width: 700px;
	height: 100px;
	margin: 0 auto;
	background: transparent url("../img/footer.jpg") no-repeat;
}
	#footer p {
		width: 100%;
		position: absolute;
		bottom: 13px;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 9px;
	}

.thumbnails {
    display: block;
    width: 100%;
    overflow: hidden;
	margin: 0!important;
	padding: 0;
}
    .thumbnails>li {
		display: block;
		list-style: none!important;
        float: left;
		width: 130px;
		height: 100px;
		margin: 0 10px 10px 0;
		cursor: pointer;
		overflow: hidden;
    }
		.thumbnails>li>img {
			display: block;
			height: 100px;
			border-radius: 5px;
			/*-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}
			/*
			.thumbnails>li>img:hover {
				outline: 2px solid #1f87b2;
			}*/

/*
Lightbox
*/
.lightbox {
	position: absolute;
	background: #fff;
	border: 10px solid #fff;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px;
	overflow: hidden;
	z-index: 2;
	visibility: hidden;
}
.lightbox-loading {
	background: transparent url("../img/loading.gif") center center no-repeat;
}
.lightbox .content {
	position: relative;
	overflow: hidden;
}
	.lightbox .content .image {
		position: relative;
	}
	.lightbox .content .image .next,
	.lightbox .content .image .previous {
		display: block;
		top: 0;
		width: 49%;
		height: 100%;
		outline: 0;
	}
		.lightbox .content .image .next	{
			float: right;
		}
			.lightbox .content .image .next:hover {
				background: transparent url("../img/next.gif") 100% 15% no-repeat;
			}

		.lightbox .content .image .previous {
			float: left;
		}
			.lightbox .content .image .previous:hover {
				background: transparent url("../img/previous.gif") 0% 15% no-repeat;
			}

	.lightbox .content .bottom {
		position: relative;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
		.lightbox .content .bottom .title {
			margin: .3em;
		}
		.lightbox .content .bottom .close {
			display: inline;
			float: right;
			width: 32px;
			height: 32px;
			background: transparent url("../img/close.gif") center center no-repeat;
			margin: 10px 0 10px 10px;
		}