html
{
    overflow-y: scroll;
}

html, body
{
    height: 100%;
    background-color: Black;
    background-image: url(../images/body_bg2.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;
}

.clearLeft
{
    clear: left;
    line-height: 0px;
    font-size: 0px;
}


img
{
    border: 0px;
}
hr
{
    height: 1px;
    /*color: #1a6249;*/
    color: black;
    background-color: #1a6249;
    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;*/
    /*color: #9c0611;*/
    color: black;
	font-weight: bold;
	text-decoration: underline;
}
a:hover 
{
	/*color: #c39e69;*/
    color: #9c0611;
}
a:active, a:focus 
{
    outline: none;
}        

.widthWrapper
{
    width: 1240px; /* 1280 total */
    margin: 0px auto 0px auto;
    padding: 0px 20px;
}

.player 
{
    font-size: 16px;
    color: black;
    text-align: center;
    width: 300px;
}

.player audio
{
    height: 30px;
    width: 300px;
}

.header
{
    /*font-family: 'Waterlily-Regular' !important;*/
    /*font-family: 'WorldofWater-Regular' !important;*/
    font-family: 'PaintingWithChocolate' !important;
    font-size: 40px;
    /*height: 192px;*/
    /*width: 940px;*/
    /*background-image: url(../images/header_bg.jpg);*/
}

.header a
{
    text-decoration: none;
    font-weight: normal;
}

.footer
{
    height: 35px; /* 50 total */
    /*background-image: url(../images/menu_bg.png);*/
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 20px 0px 20px;
    border-top: solid 1px #1a6249;
    border-bottom: solid 1px #1a6249;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
    text-align: center;
}

.floatRight p
{
    text-align: center;
}

.logo
{
    font-size: 50px;
    padding: 30px 0px 15px 10px;
}

.newsDate
{
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin: 10px 100px 10px 100px;
	border: solid 3px #1a6249;
    background: #c39e69;
}
/*--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: #c39e69;
	border: 1px solid #1a6249;
}
.paging a.active {
	font-weight: bold; 
	color: white;
	background: #1a6249;
	border: 1px solid #c39e69;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.menu
{
    padding: 20px 0px 20px 0px;
    text-align: center;
    font-size: 37px;

    /*margin-top: -5px;*/
    border-top: solid 1px #1a6249;
    border-bottom: solid 1px #1a6249;
    
    /*color: #1a6249;*/

    /*color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/

}

.menu a
{
    /*color: #7357c1;*/
    /*color: #c16557;*/
    padding-left: 10px;
    /*text-decoration: none;*/
}

.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;*/
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.webFont {
    font-family: 'PaintingWithChocolate' !important;
    /*font-family: 'WorldofWater-Regular' !important;*/
    font-size: 45px;
    /*color: #9c0611;*/
    color: black;
    margin: 20px 0px 20px 0px;
}