body {
	margin-top: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a {
	color: #5c6e84;
	font-weight: bold;
}
a:hover {
	color:#727272;
} 
.main-content-wrapper {
	background-image:url(../images/table_bg.jpg);
	width: 851px; 
	padding-left: 30px;
	padding-right:30px;
}
.header {
	background-image: url(../images/header.jpg);
	width: 911px;
	height: 64px;
}
.header h1 {
	text-indent: -10000px;
	overflow:hidden;
}
h2 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}


/* primary navigation */

.navcontainer {
	background-color:#434343;
	width: 853px;
	height: 26px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.navcontainer ul {
	margin:0;
	padding:0;
	list-style: none;
}
.navcontainer ul li {
	padding-left: 10px;
	margin: 7px 7px 0 0;
	float:left;
	list-style: none;
	position:relative;
}
.navcontainer ul li a {
	padding-left: 10px;
	float:left;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
}
.navcontainer ul li a:hover {
	color: #000000;
}
.content {
	margin: auto;
	text-align:left;
	width: 800px;
}



/* gallery content */

.gallery-album-image-container {
	width: 247px;
	text-align:center;
	margin-left: 10px;
	margin-right: 9px;
	margin-bottom: 20px;
	float:left;
}
.gallery-album-image {
	border: 9px solid #434343;
}
.gallery-main-image-container {
	width:800px;
	text-align:center;
	background-color: #434343;
}
.gallery-main-image-container-overlay {
	padding:4px;
	width:792px;
	height: 40px;
	text-align:center;
	background-color: #000000;
	z-index:2;
	filter: alpha(opacity = 50);
	opacity: .50;
	float:left;
}
.gallery-thumbs-container {
	background-image:url(../images/gallerythumb_bg.png);
	padding:5px;
	height: 125px;
	margin-top: 15px;
}
.gallery-thumbs {
	float:left;
	margin-top: 15px;
	margin-right:6px;
	margin-left: 8px;
	height: 92px;
	width: 139px;
}
.gallery-arrow-right, .gallery-arrow-left {
	width: 12px;
	height:25px;
	margin: 50px  0px 0px  0px;
	display:block;
}
.gallery-arrow-left {
	display:block;
	float:left;
}
.gallery-arrow-right {
	display:block;
	float:right;
}
.gallery-links {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.gallery-links:hover {
	color:#434343;
}
.gallery-photo-description {
	margin:auto;
	width:520px;
	text-align:center;
	font-size:11px;
	z-index:100;
}
.purchase-button a {
	margin-left:10px;
	margin-top:9px;
	background-image:url(../images/purchasebutton.gif);
	float:left;
	width: 101px;
	height:23px;
	display: block;
	z-index:100;
}
.purchase-button:hover {
	background-image:url(../images/purchasebutton_over.gif);
}
.slideshow-button {
	margin-right:10px;
	margin-top:9px;
	float:right;
	z-index:100;
}
.slideshow-text {
	color:#FFF;
	text-decoration:none;
	z-index:100;
}
.slideshow-text:hover {
	color:#5c6e84;
}



/* links content */

.links-content, .links-contentalt {
	background-color:#434343;
	padding: 8px;
	min-height: 105px;
	margin-bottom: 8px;
}
.links-contentalt {
	background-color: transparent;
}
.video-container {
	float:left;
	text-align:center;
	margin-right:20px;
	margin-bottom:20px;
	font-weight:bold;
}




/* footer */
.copyright-text {
	text-align:center;
	font-size: 11px;
	color: #ffffff;
}
.copyright-text-link {
	font-size: 11px;
}
.copyright-text-link:hover {
	color: #434343;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	width: 911px;
	height: 33px;
}



.FormRow {
	clear			: left;
	margin: 0 10px 10px 0;
}
.FormRow .FormHeader {
	float			: left;
	width			: 110px;
	text-align		: right;
	font-size		: 9pt;
}
.FormRow input {
	margin-left		: 10px;
}
