@charset "UTF-8";
/* CSS Document */

iv#wrapper {
text-align: center;
}

div#container {
margin: 0 auto; /* this centers the DIV */
margin-top: 50px;
}





#container {
	height: 495px;
	width: 795px;
	border: 2px solid #FFFFFF;
	align: left;
}

body {
	background-color: #000000;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

.nav {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 3px;
}





.standardIntend {
	margin-left: 35px;
	line-height: 20px;
}

.centeredText {
	text-align: center;
	margin-left: 35px;
	line-height: 20px;
}

.header {
	letter-spacing: 2px;
}


.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #9F2A69;
	text-decoration: none;
}

.nav hr {
	color: #313131;
	line-height: 1px;
	width: 106px;
	height: 0px;
}
.line {
	background-color: #313131;
	height: 1px;
	width: 95px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #9F2A69;
}

.youarehere {
	color: #9F2A69;
}

.subnav {
	font-size: 8px;
	letter-spacing: 0px;
}

.subnavYouarehere {
	font-size: 8px;
	letter-spacing: 0px;
	color: #9F2A69;
}


#galleryImageHolder {
	margin-left: 125px;
}



.galleryImageThumb {
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: .4;
}

.galleryImageThumbOff {
	border: 1px solid #191919;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: .4;
}


.galleryImageThumb:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

.galleryImageThumbHighlight {
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;	
}



p {
	margin-top: 0px;
	padding-top: 0px;
}
#gallerytext {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	height:120px;


	
}

.aboutHead {
	text-align:center;
	font-size:10px;
	letter-spacing: 5px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 0px;
	line-height: 18px;
}

.lineBreakAbout {
line-height: 1px;

}



.galleryImageNavText {
	font-size: 10px;
	text-align: right;
}
