* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    color: #292a2e;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(images/body-bg.jpg) repeat-x;
}

input, textarea, select {
	border: 1px solid #c9cacb;
    padding: 2px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #939292;
	background-color: white;
}

input:focus, textarea:focus, select:focus{
	border: 1px solid #292a2e;
    color: #292a2e;
}

p  {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

ol {
    padding-left: 20px;
    font-size: 1.5em;
    list-style: disc inside;
    margin-bottom: 10px;
}

h1 {
    color: #292a2e;
    font-size: 2.0em;
    margin-top: 40px;
	margin-bottom: 20px;
}

h2 {
    color: #292a2e;
    font-size: 1.5em;
    margin: 10px 0px;
}

h3 {
    color: #292a2e;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
}

a {color: #292a2e; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.clear {
	clear: both;
}

.left {
	text-align: left;
	font-size: 1.5em;
    display: block;
    width: 220px;
    float: left;
}

.right {
	text-align: right;
	font-size: 1.5em;
    display: block;
    width: 350px;
    float: right;
}

.center {
	text-align: center;
	font-size: 1.5em;
}

.short {
    margin-top: 10px;
}

.bold {
	font-weight: bold;
}

.message {
    width: 300px;
    padding: 10px;
    border: 2px solid #ddd;
    background-color: #eee;
    color: #222;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.error {
    background: #FBE3E4;
    color: #D12F19;
    border-color: #FBC2C4;
}

div#page-wrap {
	width: 900px;
	margin: 0px auto;
	text-align: left;
    background: url(images/header.jpg) no-repeat top center white;
}

div#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
    background: url(images/header2.jpg) no-repeat top center white;
}

ul#nav {
	height: 100px;
	list-style: none;
	padding-left: 500px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
		}
		ul#nav li a {
			display: block;
			width: 70px;
			float: left;
			padding-top: 25px;
			padding-bottom: 18px;
			color: white;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			}
			ul#nav li a:hover, ul#nav li a:active {
				background: url(images/nav-bg.jpg) top center #294a5b;
				}

#main-content {
	width: 870px;
    margin-top: 220px;
	padding: 25px 0px;
    }
	div#main-content div#left-col {
        float: left;
        display: block;
        width: 450px;
        height: 330px;
    }
    div#main-content div#right-col {
        float: right;
        display: block;
        width: 400px;
        height: 330px;
    }

div#main {
	padding: 60px 0px 2px 220px;
	width: 620px;
	margin-bottom: 25px;
	}
	div#main div#left-col {
		float: left;
		width: 400px;
		margin-bottom: 0px;
		}
	div#main div#right-col {
		float: right;
		width: 200px;
		margin-bottom: 0px;
    	}

div#map {
    width: 500px;
    height: 300px;
}

.contact {
    margin-top: 40px;
    font-size: 1.8em;
    color: #292a2e;
    font-weight: bold;
}

.image-right {
	margin: 5px 0px 0px 10px;
	float: right;
}

.image-left {
	margin: 5px 10px 0px 0px;
	float: left;
}

.block-frame {
    float: left;
	margin: auto 0px;
	height: 170px;
	width: 200px;
    margin-right: 10px;
}

.hoverbutton a{
    display: block;
    width: 170px;
    height: 60px;
    cursor: pointer;
}

.etiquette {
     background: url(images/etiquette.jpg) no-repeat;
}

.etiquette a:hover {
    background: url(images/etiquette.jpg) no-repeat bottom;
}

.schedule {
     background: url(images/schedule.jpg) no-repeat;
}

.schedule a:hover {
    background: url(images/schedule.jpg) no-repeat bottom;
}

.rules {
    padding: 10px 20px;
    font-size: 1.5em;
}

.news-title {
	color: black;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

.news-date {
	color: #299aca;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.cont {
    width: 610px;
    overflow: hidden;
    height: 400px;
    z-index: 1000;
    position: relative;
}

.invis {
    position: absolute;
    left: 0px;
}

.slider-item {
    float: left;
    display: block;
    width: 590px;
    padding: 10px;
    height: 400px;
    background: url(images/slider-bg.jpg) top center #d3fbfa;
    overflow: hidden;
}

.nav a, .nav a:active, .nav a:visited {
    display: block;
    height: 20px;
    float: left;
    padding: 5px;
    background: white;
    color: #292a2e;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 5px;
    background: url(images/tabs2.jpg) top repeat-x;
}

.nav a:hover, .nav a:focus {
    color: #297fbc;
    background: url(images/tabs.jpg) top repeat-x;
}

.nav li {
    cursor: pointer;
}

div#footer {
	display: block;
    height: 136px;
	background: url(images/footer-bg.jpg) top repeat-x;
	text-transform: uppercase;
	text-align: center;
}
