﻿body 
{
    background: #000000;
	margin-left: 0px;
	margin-top: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

img
{
    border:none;
}

a{
	color:#FF0099;
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#FF0099;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#FF0099;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#FF0099;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color:#FF0099;
	font-weight:bold;
	text-decoration: none;
}

#header{
	margin:0 auto;
	width:800px;
}

#content
{
    background-image:url('../../assets/images/contentBackground.gif');
    background-repeat:repeat-y;
	margin:0 auto;
	width:800px;
}

#footer
{
	background-image:url('../../assets/images/contentBackground.gif');
	background-repeat:repeat-y;
	margin:0 auto;
	width:800px;
}

.menu
{
    background-image:url('../../assets/images/menu/menuBackground.gif');
    width:100%;
	text-align:center;
}

.contentPadding
{
    padding-left:14px;
    padding-right:14px;
}

.pageHeader{
	text-align:center;
	font-size:32px;
}

.adventureOdd{
	background-color:#F8F8F8;
	font-size:13px;
}
.adventureEven{
	background-color:#FFDDFE;
	font-size:13px;
}
.imageScroll a img {
    float: left;
    page-break-before: right;
    line-height:300px;
    display: inline;
    margin: 0px;
    padding: 0px;
    letter-spacing: -3em;
    white-space: nowrap;
    border: 0 none;
}
.imageScroll img {
    margin-right: 10px; 
    vertical-align: middle;
}
.slideShow
{
    width: 100%;
}
.slideShowContent
{
    
}