body {
	background: #191919;
	font-family: Arial, Helvetica, sans-serif;
}
table.mainTable {
	background-color: #484848;
	border: #CCCCCC medium solid;
}
td.header {
	height: 80px;
	background-image: url(header.jpg);
	border-bottom: #000000 groove medium;
}
td.footer {
	text-align: center;
	background-color: #d80066;
	border-top: #000000 groove medium;
}
td.text {
	background-color: #191919;
	text-align: justify;
	border: #ffffff outset medium;
	vertical-align: top;
	padding: 5px;
}
.imgBorder {
	border-color: #fcb3d5;
	border-width: thin;
}
.thumb {
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}
h1 {
	text-align: left;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 36px;
	color: #ffffff;
}
h2 {
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	text-align: left;
	margin: 5px;
}
h4 {
	font-size: 30px;
	text-decoration: none;
	margin: 8px;
}
.style5 {
	font-size: 36px;
	font-weight: bolder;
	color: #000000;	
}
.style6 {
	color: #FFFFFF;
	font-size: 24px;
}
.2257 {
	color: #000000;
}
div.overlay_l {
	position: absolute;
	text-align: center;
    width:800px;
    height:645px;
    display:none;
} 
div.overlay_p {
	position: absolute;
	text-align: center;
    width:600px;
    height:845px;
    display:none;
} 
div.overlay_p div.close, div.overlay_l div.close { 
    background-image:url(close.png);
    position:absolute;
    right:-12px;
    top:-12px;
    cursor:pointer;
    height:35px;
    width:35px;
}
div.overlay_l h4, div.overlay_p h4 {
    background: #FFFFFF;
    width: 100%;
    color: #000000;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    height: 35px;
}

/* Galleria styles */
.wrapper {
    height: 185px;
    position: relative;
}
.toggleButton {
    bottom: 0;
    display: block;
    left: 115px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}
button.toggle {
    background: #EC6AA7;
    border: 2px solid #000000;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: inherit;
    margin: 5px auto 0;
    outline: 1px solid #FFFFFF;
    padding: 5px;
    width: inherit;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline-radius: 4px;
    -moz-outline-radius: 4px;
    -webkit-outline-radius: 4px;
}
button.toggle:hover {
    background: #F34798;
}
#slideshow {
    display: none;
}
#slideshow .slideWrap {
    display: inline-block;
    height: 802px;
    margin: 15px auto;
    position: relative;
    width: 602px;
}
#slideshow .wide {
    height: 602px;
    width: 802px;
}
#slideshow #mainImage {
    background: #000000;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    position: relative;
}
#slideshow .caption {
    color: #888877;
    font-style: italic;
}
#slideshow ul.slideThumbs {
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    width: 750px;
}
#slideshow li {
    background: #000000;
    border: 3px double #111111;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 2px;
    width: 75px;
}
#slideshow li img {
    height: inherit;
    width: inherit;
}
#slideshow .nav {
    color: #000000;
    padding: 0;
    margin: 0;
}
#slideshow .prev {
    background: url(prevBg.png) no-repeat;
    height: 25px;
    left: 0;
    padding: 2px 0 0 7px;
    position: absolute;
    text-align: left;
    width: 70px;
    z-index: 100;
}
#slideshow .next {
    background: url(nextBg.png) no-repeat;
    height: 25px;
    right: 0;
    padding: 2px 5px 0 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 70px;
    z-index: 100;
}
#slideshow .banner {
    background: #FFFFFF;
    bottom: 0;
    display: block;
    height: 50px;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}
#slideshow h4 {
    bottom: 0;
    color: #000000;
    display: block;
    font-weight: bold;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
}
#slideshow div.text {
	background-color: #191919;
	text-align: center;
	border: #ffffff outset medium;
	margin: 15px auto;
	vertical-align: top;
	padding: 5px;
	width: 750px;
}
#slideshow div.text h2, #slideshow div.text h3 {
    text-align: center;
}
