﻿/*
{
	border: solid 1px blue;
}*/

a img
{
	border:0;
}


body
{
	padding:0;
	margin:0;
	background-color: #c42126;
	color: #FFFFFF;
	width:100%;
	height:100%;
	text-align:center;	
}

.Background
{
	background-image: url("/Images/MainBackground.jpg");
	background-repeat:no-repeat;
	height:1446px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family:Tahoma;
	font-size: 12px;
}

.Content
{
	width:100%;
	height:100%;
	position:relative;
	color: Black;
	text-align:left;
}

.TopText
{
	position:absolute;
	top:270px;
	left:160px;
	height:220px;
	width:380px;
}

.MiddleText
{
	position:absolute;
	top:650px;
	left:495px;
	height:130px;
	width:405px;
}

.BottomText
{
	position:absolute;
	top:1230px;
	left:140px;
	height:130px;
	width:740px;
	/*border: solid 1px blue;*/
}


#BuyTheBookLink
{
	position:absolute;
	top:425px;
	left:565px;
	height:76px;
	width:102px;
	/*border: solid 1px blue;*/
}

#BlogLink
{
	position:absolute;
	top:500px;
	left:690px;
	height:30px;
	width:209px;
	/*border: solid 1px blue;*/
}


#ShareLink
{
	position:absolute;
	top:565px;
	left:225px;
	height:110px;
	width:200px;
}


#SubscribeLink
{
	position:absolute;
	top:780px;
	left:220px;
	height:120px;
	width:170px;
}

#BookingsLink
{
	position:absolute;
	top:785px;
	left:550px;
	height:70px;
	width:220px;
}


.Videos
{
	position:absolute;
	top:850px;
	left:470px;
	height:355px;
	width:405px;
/*	border: solid 1px green;*/
}

.Video
{
	display:inline;
	float:left;
	width:200px;
	height:175px;
	/*border: solid 1px blue;
*/
	padding-top:15px;
}

.LeftPadding20
{
	padding-left:20px;
}

.LeftPadding30
{
	padding-left:30px;
}

.LeftPadding40
{
	padding-left:40px;
}





.Footer
{
	/*margin-top:120px;*/
	position:absolute;
	float:right;
	/*top:660px;*/
	bottom:30px;
	padding-left:470px;
	color:White;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
}


.FooterText{
	color:White;
	text-decoration:none;
	font-weight:normal;
	padding-left:20px;	
	padding-right:20px;	
}


a:hover
{
	text-decoration: underline;
}


#VideoFrame
{
	position:absolute;
	top:935px;
	left:545px;
	height:218px;
	width:335px;
	border:0;
	/*border: solid 1px green;*/
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:Black;
		
}



