html
{
    overflow-y: scroll;
}

html, body
{
    height: 100%;
    background-color: Black;
    background-image: url(../images/body_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, Arial;
    font-size: 13px;
    color: White;
    line-height: 18px;
}

.clearBoth
{
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

img
{
    border: 0px;
}
hr
{
    height: 1px;
    color: #7f0c05;
    background-color: #7f0c05;
    border: 0px;
}
p
{
    text-align: justify;
}
h2
{
    /*font-style: italic;*/
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
}
a, a:link, a:visited 
{
	color: #c39e69;
	font-weight: bold;
	text-decoration: underline;
}
a:hover 
{
	color: #7f0c05;
}
a:active, a:focus 
{
    outline: none;
}        

.widthWrapper
{
    width: 940px; /* 980 total */
    margin: 0px auto 0px auto;
    padding: 0px 20px;
}

.header
{
    height: 192px;
    width: 940px;
    background-image: url(../images/header_bg.jpg);
}

.footer
{
    height: 35px; /* 50 total */
    background-image: url(../images/menu_bg.png);
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 20px 0px 20px;
}

.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.logo
{
    padding: 25px 0px 0px 10px;
}
.newsDate
{
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin: 10px 0px;
	border: solid 3px #7f0c05;
    background: #050d56;
}
/*--Window/Masking Styles--*/
.window {
	height:214px;	
	width: 590px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; border: 0px;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 40px;
	padding-right: 20px;
	/*background: url(../images/paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a 
{
    font-family: Sans-Serif;
	padding: 6px;
	text-decoration: none;
	color: white;
	background: #050d56;
	border: 1px solid #7f0c05;
}
.paging a.active {
	font-weight: bold; 
	color: white;
	background: #7f0c05;
	border: 1px solid #050d56;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.menu
{
    margin-top: -5px;
}

.menu a
{
    padding-left: 19px;
}

.tourDate
{
    color: white;
    font-weight: bold;
}

.tourHome
{
    /*width: 260px;
    height: 190px;
    padding: 10px 20px 20px 20px;
    background: url(../images/tour_bg.png);
    background-repeat: no-repeat;
    text-align: center;*/
    padding-top: 200px;
}

.mp3
{
    color: #c39e69;
    font-weight: bold;
    font-size: 16px;
}
