body {
	background-color: #5b94ce;
	background-image: url(images/template/bg-repeat.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: 400;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.middle {
	background-image: url(images/template/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.left {
	background-image: url(images/template/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images/template/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Ubuntu, sans-serif;
}
.headers {
	font-family: 'Medula One', cursive;
	font-size: 35px;
	line-height: 35px;
	color: #af7e13;
}
.photo-captions {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #b71010;
	font-weight: 800;
}
.bigred-headers {
	font-family: 'Medula One', cursive;
	font-size: 45px;
	line-height: 45px;
	color: #b71010;
}
.footer-smallwhite {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 400;
}
.footer-grey {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #bab9b9;
	font-weight: 400;
}
.footer-gold {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #e8b746;
	font-weight: 700;
}
.footer-white {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 700;
}
.copyright {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #bab9b9;
	font-weight: 300;
}
div#departurebox {
  border:1px solid #bab9b9;
  width: 500px;
  padding: 10px;
  background-image: url(images/template/black-screen.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 10px 0px 0px 0px;
}
div#white-screenbox {
  background-image: url(images/template/white-screen.png);
	background-repeat: repeat;
	background-position: left top;
}
.drop-shadow {
	position:relative;
	float:center;
	width:270;
	padding:10px;
	margin:8px;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-1;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }
		/* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
                 border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
               -moz-transform:rotate(-3deg);
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
               -moz-transform:rotate(3deg);
                -ms-transform:rotate(3deg);
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }
.FAQ-Qs {
	background:#FFFFFF url(images/questions.png) no-repeat;
	background-position:10px 10px;
	padding:15px 55px;
}
.FAQ-As {
	background:#FFFFFF url(images/answers.png) no-repeat;
	background-position:10px 10px;
	padding:15px 55px;
}
.reviews-box {
	background:#FFFFFF;
	background-position:10px 10px;
	padding:15px 55px;
}
.gallery-thumbnails {
display: block;
margin-left: auto;
margin-right: auto;

padding:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}
a.body:link, 
a.body:visited, 
a.body:active, 
a.body:link:visited {
	color: #b71010;
	text-decoration: underline;
	font-weight: 700;
}
a.body:hover, a.body:link:hover {
	color: #0971f2;
	text-decoration: underline;
	font-weight: 700;
}