@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 811px;
	background-color: #FFFFFF;
	background-position: 50% 0;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/main-bkgrnd.gif);
	background-repeat: repeat-y;
}
#logo {
	width: 811px;
	background-color: #FFFFFF;
	background-position: 50% 0;
	float: left;
}
#navbar {
	width: 811px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	z-index: 100;
	font-weight: normal;
	background-position: 50% 0;
}
#navbar img {
	padding-right: 25px;
	padding-top: 5px;
}
#contentWrapper {
	width: 811px;
	background: url(../images/footerBack.gif)
	background-position: 50% 0;
	margin: 0 auto;	
}
#flash {
	width: 618px;
	height: 276px;
	z-index: 1;
	background-position: 50% 0;
	float: left;
}
#photoHeader {
	width: 618px;
	height: 216px;
	z-index: 1;
	background-position: 50% 0;
	float: left;
}
#gallery {
	width: 618px;
	height: 350px;
	z-index: 2;
	background-position: 50% 0;
	float: left;
}
#sideBar {
	width: 189px;
	float: right;
	background-color: #CDC189;
	margin-right: 1px;
	height: auto;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 25px;
}

#content {
	width: 618px;
	float: left;
	background-color: #F2EBC9;
	margin-top: 4px;
	padding-bottom: 24px;
	height: 100%;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2EBC9;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 22px;
	padding-left: 25px;
	font-style: normal;
	font-variant: normal;
}
#sideBar img {
	padding-top: 185px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #CDC189;
}
#bottomWrapper {
	width: 811px;
	background-image: url(../images/footerBack.gif);
	margin-bottom: 1px;
	background-color: #F2EBC9;
	height: 16px;
	clear: both;
}
#footer {
	width: 811px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	top: 50%;
	left: 50%;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	background-color: #022601;
}
#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

.leftBox {
	padding-left: 55px;
	padding-right: 18px;
}
.rightBox {
	padding-right: 30px;
	padding-left: 18px;
}



a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #B95028;
	text-decoration: underline;
}

a:active {
	color: #000000;
}
.sideBarTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #B95028;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.sideBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
.photoPadding {
	padding-left: 15px;
}
.galleryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 18px;
}
.icon {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	text-align: right;
}
