@charset "UTF-8";
/* CSS Document */


html {
	margin-top: 0px;
}




#container {
	width: 1100px;
	position: relative;
}






body  {
    	background: #BA7057 url(images/background1.png);
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}

.header_image {
	background: url('images/background1.png');
	background-position: center; 
}



td.bluecolor {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 33%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(33%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 33%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 33%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 33%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 33%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.border1 {
	border-radius: 10px 10px 10px 10px;
}

.border2 {
	border-radius: 10px 10px 0px 0px;
}


hr { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    color: #000000;
} 



.shadow1 {
	width: 470px;
 -moz-box-shadow: 5px 5px 5px black;
 -webkit-box-shadow: 5px 5px 5px black;
 box-shadow: 5px 5px 5px black;
 }

.navbar-custom {
    color: #FFFFFF;
    background-color: #CC3333;
}


.body_text_Rosarivo {
	font-family: 'Tahoma', serif;
	font-size: 16px; 
	color: #000000;
	letter-spacing: 1px;
	line-height: 150%;
}









.body_text_Bad_Script {
	font-family: 'Bad Script', cursive;
	font-size: 16px; 
	color: #132758;
	letter-spacing: 1px;
	line-height: 150%;
}



.body_text_Calligraffitti {
	font-family: 'Sacramento', cursive;
	font-size: 26px; 
	color: #132758;
	letter-spacing: 1px;
	line-height: 150%;
}



.body_text_Playball {
	font-family: 'Playball', cursive;
	font-size: 26px; 
	color: #5C2723;
	letter-spacing: 1px;
	line-height: 150%;
}




.body_text_Sacramento {
	font-family: 'Calligraffitti', cursive;
	font-size: 16px; 
	color: #132758;
	letter-spacing: 1px;
	line-height: 150%;
}




.footer_text {
	font-family: 'Tahoma', serif;
	font-size: 16px; 
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 150%;
}









H1 {
	font-family: 'Rosarivo', serif;
	color: #660000;
}


H3 {
	font-family: 'Rosarivo', serif;
	color: #660000;
	
}

H4 {
	font-family: 'Rosarivo', serif;
	color: #660000;
	
}





.active_link_color {
	font-family: 'Playball', cursive;
	font-size: 20px; 
	color: #000000;
	letter-spacing: 2px;
}


.link_color {
	font-family: 'Playball', cursive;
	font-size: 20px; 
	color: #FFFFFF;
	letter-spacing: 2px;
}


.link_color:hover {
	color: #A75D44;
}




.quick_link {
	font-family: 'Playball', cursive;
	font-size: 20px; 
	color: #FFFFFF;
	letter-spacing: 2px;
}





.body_text_Playball_footer {
	font-family: 'Playball', cursive;
	font-size: 20px; 
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 150%;
}


.body_text_small {
	font-family: 'Tahoma', serif;
	font-size: 16px; 
	color: #000000;
	letter-spacing: 1px;
	line-height: 150%;
}




.header_image_position {
    position: relative;
    top: -15px;
}


.title_image_position {
    position: relative;
    top: -15px;
}




.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
