<Style>
	 
html {
margin:0;
padding:0;
}
	
body {
	color: #7dd3ff;
	margin:0;
	padding:0;
	background-color: #000;
	font-family: 'Sorts Mill Goudy';
	font-size: 18px;
	}

a, a:link, a:visited {
		text-decoration:none;
		color: #ff8400;
		outline: none;
		}
	
a:hover, a:active {
	text-decoration: none;
	color: #7dd3ff;
	}

.container {width:88%; margin: 0 auto;}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}


#fullbackground {
  background: url('bg2.jpg') repeat-x;
  background-size:cover;
  color: #ffac88;
  min-height:100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -999;
  margin:0;
  padding:0;
  }

.top
{
    width: 100%;
    padding: 30px 0;
	margin:0 auto;
}


#header {
	position:fixed;
    top:20;
    left: 0;
    right: 0;
	margin:0 auto;
	width:auto;
	} 
	
img { 
    max-width: 100%; 
    height: auto; 
}

#subheader{
	margin:0 auto;
	padding: 15px 0;
	text-align:center;
	background: #1b1b1b;
	width:100%;
	height:35px;
	} 
			 

#footer {font-size: 15px!important; padding: 40px 0; border-top: 1px solid #00a8ff; text-align:center; margin:0 auto; width:100%; color: #fff; background:transparent;}

.boxleft {
	float: left; 
	padding: 0px;
	width: 460px;
	clear:both;
	}
	
.boxright {
	float: right; 
	padding: 0px;
	width: 460px;
	}
	
.boxleft#top {margin: 0px; padding:0;}
.boxright#top {margin:0px; padding:0;}

.responsive-image {max-width:100%;}
	
.divalign {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}


table {
	color: red;
	margin:0;
	padding:0;
	font-family: 'Sorts Mill Goudy', Arial;
	font-size:13px;
	}
	
h1 { 
	font-family: 'Sorts Mill Goudy', Arial;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 2px; 
	margin: 50px 0 20px 0; 
	color: red;
	text-shadow: 0 0 5px #000;
	
	}

h2 { 
	font-family: 'Sorts Mill Goudy', Arial;
    font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px; 
	margin: 0 0 10px 0; 
	color: #fff;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	}
	

h3 { 
	font-family: 'Sorts Mill Goudy', cursive;
    font-weight: 400;
	font-size: 12px;
	letter-spacing: 0px; 
	margin: 0 0 10px 0; 
	color: #f48371;
	}
	


.anchorLink{ 
	font-family: 'Sorts Mill Goudy', Arial, Tahoma;
	font-weight: 200;
	font-size: 17px;
	letter-spacing: 0px; 
	margin: 0; 
	padding: 10px 0 0 21px;
	color: red !important;
	}
	
.anchorLink:hover{ 
	font-family: 'Sorts Mill Goudy', Arial;
	font-weight: 200;
	font-size: 17px;
	letter-spacing: 0px; 
	margin: 0; 
	padding: 10px 0 0 21px;
	color: #f48371!important;
	}

	
img {border:0px solid #fff; max-width:100%;}

a img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	border:0px solid #8A8A8A;
	box-shadow: 0px 0px 0px #AC948A;
	margin-right:4px;
	max-width:100%;
}

a img:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:0px solid #AC948A;
	max-width:100%;
}
	
hr {border: 1px dotted #AD958A; border-style: none none dotted; margin: 10px 0 10px 0;}

.btn{

	display: block;
	font-family: 'Sorts Mill Goudy', cursive, Arial;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: 0 13px 0 0;
	background: #828282;
	border: 0;
	cursor: pointer;
	outline: none;
	float:right;
	vertical-align:top;
}

.btn:hover{
	background: #f48371;
	color:#ffffff!important; 
	}

.btn a:hover{
	background: #f48371;
	color:#ffffff!important; 
	}
	
.btnr{

	display: block;
	font-family: 'Sorts Mill Goudy', Arial;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: 0;
	background: #828282;
	border: 0;
	cursor: pointer;
	outline: none;
	float:right;
	vertical-align:top;
}

.btnr:hover{
	background: #f48371;
	color:#ffffff!important; 
	}

.btnr a:hover{
	background: #f48371;
	color:#ffffff!important; 
	}
	
.paypal_btn{

	display: block;
	font-family: 'Sorts Mill Goudy', Arial;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: 0;
	background: #303030;
	border: 0;
	cursor: pointer;
	outline: none;
	float:left;
}

.paypal_btn:hover{
	background: #f48371;
	color:#fff !important; 
	}
	
form {
    float:left;
    vertical-align:bottom !important;
	margin:0;
}

input[type=button],input[type=submit] {
	display: block;
	font-family: 'Sorts Mill Goudy', cursive, Arial;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: 0;
	background: #303030;
	border: 0;
	cursor: pointer;
	outline: none;
	float:left;
	}

input[type=button]:hover,input[type=submit]:hover {
	background: #f48371;
	color:#fff !important; 
}


input[type=button],input[type=text] {
	display: block;
	font-family: 'Sorts Mill Goudy', Arial;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	padding: 9px 10px;
	margin: 0;
	background: transparent;
	border: 1px solid #303030;
	cursor: pointer;
	float:left;
	}
	
#right {float:right;}

.landscape {
        float:left;
        width:196px;     
        height:196px;    
        overflow:hidden;    
    }

.landscape img{
        width:auto;
        height: 196px;   
    }

.portrait {
        float:left;
        width:196px;
        height:196px;
        overflow:hidden;    
    }

.portrait img {
        width:196px;    
        height: auto;
    }
	
#bottom_fade {
	width: 100%;
	height: 150px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("bottom-fade.png") bottom repeat;
}

#videoclip2{
float:right;
box-shadow: 2px 2px 2px #999;
-webkit-box-shadow: 2px 2px 2px #999;
-moz-box-shadow: 2px 2px 2px #999;
margin: 0;
padding:0;

}

</Style>
