body
{
    margin: 0px;
    background-color: rgb(26,26,26); /* #000000#e8d384;*/
    color: #FFFFFF;
    font-size: 11pt;
    font-family: calibri, helvetica, Verdana, sans-serif;
}

p {
	margin-top: 0;
}

h1
{
    font-size: 16pt;
    margin-bottom: 0;
}

h2
{
    font-size: 14pt;
    margin-bottom: 0;
}

h3
{
    font-size: 12pt;
    margin-bottom: 0;
}

h4
{
    font-size: 11pt;
}

#outercontainer
{
    width: 100%;
    text-align: center;
    margin: 0px;
}

#container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #000000;
    /*border: 1px solid #e8d384;*/
}

#logo
{
    width: 149px;
    height: 219px;
    float: left;
}

#menu,
#photos-header
{
    float: left;
    width: 845px;
}

#menu
{
    height: 74px;
    line-height: 74px;
    font-size: 12pt;
    text-align: right;
}

#menu a,
#menu-footer a
{
    color: #e8d384;
    text-decoration: none;
    margin-left: 10px;
}

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

#menu-footer
{
    font-size: 10pt;
    text-align: center;
}

#photos-header
{
    height: 145px;
}

#photos-header img
{
    float: right;
}

#left
{
    float: left;
    width: 175px;
    font-size: 10pt;
    text-align: left;
    margin: 5px;
}

#left td
{
    font-size: 10pt;
    text-align: left;
}

#left th
{
    font-size: 10pt;
    font-weight: left;
}

#content
{
    float: left;
    padding: 5px;
    width: 795px;
    text-align: justify;
}

#photos-footer
{
    background-color: #3f4136;
    height: 100px;
}

#footer
{
    font-size: 10pt;
    text-align: center;
}

#footer p
{
    margin-bottom: 0px;
}

.clear
{
    clear: both;
}

.center
{
    text-align: center;
}

.underline
{
    text-decoration: underline;
}

/*Beginning of slideshowstuff*/
#slideshow{
	width:100%;	/* Total width of slideshow */
}

#previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;

	position:relative;

	/* CSS HACK */
	height: 500px;	/* IE 5.x */
	height/* */:/**/500px;	/* Other browsers */
	height: /**/500px;

}
#previewPane img{
	line-height:500px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{

	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;

	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;

}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;

}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}

	#theImages .imageCaption{
		display:none;
	}
/*End of Slideshowstuff*/
