* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000030;
	color: #EBD160;
	text-align: justify;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center 259px;
	background-position/*\**/: center 253px\9;
	background-attachment: fixed;
}

@font-face {
	font-family: 'Yabba Do';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/YabbaDo.ttf') format('truetype');
	src/*\**/: url('fonts/YABBADO0.eot')\9;
}

h1 {
	font-family: 'Yabba Do';
	color: #000030;
}

iframe {
	border: none;
	overflow: hidden;
}

.clearer {
	clear: both;
}

.ui-accordion-content-active {
	clear: both;
}

a {
	color: rgb(0,0,48);
	text-decoration: none;
	outline: none;
	border: none;
}

a:hover {
	color: rgb(134,121,53);
}




#container {
	margin: 0 auto;
	width: 590px;
	position: relative;
}


#title {
	position: relative;
	top: 30px;
	z-index: 100000;
}

#title p {
	font-family: 'Yabba Do';
	text-align: center;
}

#title p#top {
	color: #EBD160;
	font-size: 50pt;
	text-transform: uppercase;
}

#title p#bottom {
	color: #000030;
	font-size: 34pt;
	text-shadow: 0.1em 0.1em 0.2em #AAA;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#AAAAAA, Direction=135, Strength=5);
	text-transform: uppercase;
	line-height: 1.2em;
}

#bgLeft {
	background-image: url('images/bg-left.jpg');
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 259px;
	top/*\**/: 253px\9;
	width: 100px;
	height: 210px;
}

* html #bgLeft {
	display: none;
}

#bgRight {
	background-image: url('images/bg-right.jpg');
	background-repeat: no-repeat;
	position: fixed;
	top: 259px;
	top/*\**/: 253px\9;
	right: 0px;
	width: 100px;
	height: 210px;
}

* html #bgRight {
	display: none;
}





#slideshow {
	margin-top: -30px;
	border: 2px solid #EBD160;
	width: 586px;
	height: 366px;
}


#menu {
	background-color: #EBD160;
	font-family: 'Yabba Do';
	text-transform: uppercase;
	height: 35px;
	color: #000030;
	text-align: center;
}

#menu ul {
	list-style: none;
	vertical-align: middle;
}

#menu li {
	line-height: 35px;
	margin: 0px 8px 0px 8px;
	display: inline-block;
	*display: inline;
}

#menu li a:hover {
	font-size: 15pt;
	color: #867935;
}

#menu li.active a {
	font-size: 15pt;
	color: #867935;
}


#content {
	background-color: rgb(212,213,215);
	color: #000030;
	border: 2px solid #EBD160;
	padding: 20px;
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
}

#content h2, #content h3 {
	font-size: 10pt;
	margin-bottom: 2em;
}

#content h4 {
	font-family: 'Century Gothic';
	font-style: italic;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 1em;
}

#content h1 {
	line-height: 2em;
	font-size: 15pt;
}

#content p {
	margin-bottom: 2em;
}

#content .ui-accordion-header {
	outline: none;
	border: none;
	cursor: pointer;
	display: block;
	color: #000030;
	visibility: visible;
}

.left {
	float: left;
	width: 260px;
}

#content .left p {
	font-size: 12pt;
	margin: 0;
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
}

.right {
	float: left;
	font-size: 8pt;
}

.left img {
	width: 240px;
	margin-top: 30px;
	border: 2px solid #000;
}

.ind-2 {
	margin-left: 60px;
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
}

.ind-1 {
	margin-left: 30px;
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
}

.parent {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: bold;
}



#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #EBD160;
}

#footer p {
	font-family: 'Century Gothic';
	text-align: center;
	color: #ffffff;
	margin: 20px;
}














