@font-face {
	font-family: "Segoe UI", Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
	height: auto;
	width: 75%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	border-style:none;
}

.watermark {
	position: absolute;
	z-index:-1;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	opacity:0.25;
	width:100%;
}

h2 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	color: #0055cc;
	margin: 0px 0px 10px 0px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
	font-variant: small-caps;
	text-align: center;
}

P {
	text-indent: 15px;
	text-align:justify;
}

#iframe {
	width:90%;
	height:90%;
}

a {
	text-decoration: none;
}

.effects {
	margin: 10px;
	padding: 0px;
	border: #009 solid;
	border-width: 1px;
	
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;

    box-shadow:3px 3px 5px rgba(0,0,0, .5);
    -moz-box-shadow:3px 3px 5px rgba(0,0,0, .5);
    -webkit-box-shadow:3px 3px 5px rgba(0,0,0, .5);
}

body {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    background: rgba:#f0fff0  url("/images/location.jpg") fixed;
	background-size: 100% 100%;
    margin:0;
    padding:0;
	text-align:justify;
}

.info {
	margin-left:-10%;
	font-size: 10pt;
}

.bodwrap {
    background:url("/images/location.jpg");
	background-size:25%;
    width:75%;
    height:auto;
    border:1px #009 solid;
    margin:10px auto;
    padding:15px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.content {
    background: url("/images/location.jpg");
	background-size:100% 100%;
	vertical-align:center;
    width:90%;
    height:auto;
    border:1px #009 solid;
    margin:10px auto;
	margin-left:20px;
	margin-top:25px;
    padding:15px;
	
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.cont2 {
    background: url("/images/location.jpg");
	background-size:100% 100%;
	vertical-align:center;
    width: 90%;
    height:auto;
    border:1px #009 solid;
    margin:10px auto;
	margin-left:20px;
	margin-top:25px;
    padding:15px;
	
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.footer{
	height: auto;
	width: 75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:center;
}

.index_left{
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-left: 0px;
	border-right: 1px dotted #999;
}

.index_right{
    float: right;
    width: 40%;
	padding-left: 25px;
}


.dotted_hr{
    height: 1px;
    border-top: 1px dotted #999;
}
