body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url( "/img/body_background.jpg" );
	font-family: Trebuchet MS;
	color: #000;
	font-size: 10pt;
}

h1 {
	width: 478px;
	text-align:center;
	font-size: 14pt;
}

h2 {
	text-align: left;
	border-bottom: 1px solid #BBBB8C;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #333;
}

b {
	color:#333;
}

img {
	border: 0px;
}

#outer_container {
	width: 850px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -425px;
	background-image: url( "/img/page_background.gif" );
	border-right: 2px solid black;
	border-left: 2px solid black;
}

#inner_container {
	background-image: url( "/img/logo.jpg" );
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#pageTop {
	height: 85px;
}

#home_link{
	position: relative;
	top: 20px;
	left: 20px;
	height:60px;
	width:285px;
	z-index: 10;
}

#flush_right {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
}

				#event_title{
					font-size: 18pt;
					color: #e5c200;
				}

				#nav_links{
					padding-top: 4px;
					color: #faf0c1;
				}

#menu {
	width:850px;
	z-index: 15;
}

		#menu_top {
			width:850px;
			height: 16px;
			background-image: url( "/img/menu_top.gif" );
			background-repeat: no-repeat;
		}

		#menu_items{
			width:850px;
			margin-top: -1px;
			background-color: #ffffe5;
		}

				#menu_items ul {
					margin: 0px;
					padding: 0px;
				}

				#menu_items li {
					display: inline;
				}

		#menu a {
			color: #666666;
			padding-left:25px;
			padding-right:15px;
			text-decoration: none;
			white-space: nowrap;
		}

		#menu a:visited {
			color: #666666;
			white-space: nowrap;
		}

		#menu a:hover {
			color: #000000;
			text-decoration: underline;
			white-space: nowrap;
		}

		#menu a.selectedParent {
			color: #e5c200;
			padding-left:25px;
			padding-right:15px;
			text-decoration: none;
			white-space: nowrap;
		}

		#menu a.selectedParent:hover {
			text-decoration: underline;
		}

		#menu .selectedMenu {
			color: #e5c200;
			padding-left: 25px;
			padding-right: 15px;
			white-space: nowrap;
		}

		#menu a.empty_gallery {
			color: #745C31;
			padding-left: 25px;
			white-space: nowrap;
		}

#menu_bottom {
	width:850px;
	height: 16px;
	background-image: url( "/img/menu_bottom.gif" );
}

#content {
	width: 850px;
	z-index: 50;
	margin: 10px 0px;
	overflow: hidden;
}

/**
 **	Thumbnails
 **/

#thumbContainer {
	width: 770px;
	margin: 10px 25px;
	z-index: 50;
	overflow: visible;
}

.thumbnail {
	height: 150px;
	width: 150px;
	border:1px solid #cccccc;
	padding: 5px;
	margin: 0px 0px 30px 30px;
	float: left;
}

/**
 **	Photos
 **/


#photoFrame {
	border:1px solid #766f5b;
	padding: 5px;
}

#photo {
	overflow: auto;
}


/**
 **	Footer
 **/

#footer {
	clear: both;
	padding:20px 0px 5px;
	width: 850px;
	font-size: 8pt;
	text-align: center;
	color: #666666;
}














#intro {
	height: 171px;
	width: 481px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -239px;
	background-image: url( "/img/intro.jpg") ;
	padding-top: 425px;
}

#preview {
	margin: 40px 90px;
	text-align: center;
}

#submenu{
	padding-left: 30px;
	font-size: 10pt;
	border-top: 1px solid #f2eccb;
	margin-bottom: 15px;
}

#submenu a {
	background-color: #f2eccb;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-left: 1px solid #eeeed6;
}

#submenu a:visited {
	color: #666666;
}

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

#submenu .active {
	background-color: #b6ba99;
	color: #ffffe5;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}

#form_box{
	width:848px;
}

		#form_title{
			font-size:14pt;
			width: 615px;
			height: 25px;
			color: black;
			text-align: left;
			padding: 15px 25px;
			border-left: 1px solid #E1DEB6;
			border-right: 1px solid #E1DEB6;
			border-top: 1px solid #E1DEB6;
		}

		#form_message{
			width: 615px;
			text-align: left;
			padding: 5px 25px;
			border-left: 1px solid #E1DEB6;
			border-right: 1px solid #E1DEB6;
		}

		#form_table{
			width: 615px;
			text-align: left;
			padding: 15px 25px;
			border-left: 1px solid #E1DEB6;
			border-right: 1px solid #E1DEB6;
			border-bottom: 1px solid #E1DEB6;
		}

				#form_table tr {
					vertical-align: top;
				}

				#error {
					font-size: 18pt;
				}


#bottom_buffer {
	height: 35px;
}

#photo_nav{
	text-align: right;
	padding-right: 30px;
	font-size: 10pt;
	margin: 0px auto 5px auto;
}

#photo_nav a {
	color: #666666;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
}

#photo_nav a:visited {
	color: #666666;
}

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

#photo_nav .active_page {
	background-color: #f2eccb;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}



#info {
	font-size: 9pt;
	margin: 0px auto;
}


#info_title {
	color: black;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 11pt;
}

#info_created {
	color: black;
	padding-left: 10px;
	text-align: left;
}

#info_locale {
	color: black;
	padding-left: 10px;
	text-align: left;
}

#info_description {
	color: black;
	padding: 10px 30px;
	border-top: 1px solid #f2e7ad;
	text-align: left;
	line-height: 10pt;
	margin-top:5px;
}

#info_cart {
	color: black;
	padding-left: 10px;
	height: 35px;
	border-top: 1px solid #f2e7ad;
	text-align: left;
	margin-top:5px;
	padding-top:5px;
}


		#info_cart a {
			color: blue;
		}

		#info_cart a:hover {
			text-decoration: underline;
		}

		#info_cart a:visited {
			color: blue;
		}

#v_info_description {
	color: black;
	background-color: #E1DEB6;
	padding: 5px 10px;
	height: 155px;
	border-top: 1px solid #766f5b;
	text-align: left;
	line-height: 10pt;
}

#v_info_cart {
	color: black;
	background-color: #E1DEB6;
	padding-left: 10px;
	height: 35px;
	border-top: 1px solid #766f5b;
	text-align: left;
}

		#v_info_cart a {
			color: black;
			text-decoration: underline;
		}

		#v_info_cart a:hover {
			color: white;
		}

		#v_info_cart a:visited {
			color: black;
		}


#v_cart_details {
	color: black;
	background-color: #E1DEB6;
	padding-left: 10px;
	text-align: left;
	border-top:1px solid #282517;
}

	#v_cart_details td{
		color: black;
		font-size:10pt;
	}

	#v_cart_details th{
		color: black;
		font-size:10pt;
	}

.qty{
	font-size:9pt;
	width:2em;
}

.cart_details {
	margin-top: 35px;
	width: 350px;
	font-size: 9pt;
}

	.cart_details td{
		color: black;
		font-size:10pt;
	}

	.cart_details th{
		color: black;
		font-size:10pt;
	}

.button{
	font-size:7pt;
	text-transform: uppercase;
	color: white;
	background-color: #4F492D;
	padding: 3px;
}

.indent{
	padding-left: 25px;
}