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

body {
	font-family: helvetica;
	font-size: x-small;
//	line-height: 125%;
	background: #3C3C3C;
	}


img, object {
	border: 0;
}

	
a {	
	text-decoration: none;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
	text-align: left;
}

.v-spaced {
	position: relative;
	top: 10px;
}

.l-spaced {
	padding-left: 20px;
}

.noscroll {
	overflow: hidden;
}

/* Fonts */

.futura {
	font-family: futura;
}

.smaller {
	font-size: 10pt;
}

.bigger {
	font-size: 19px;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.small-caps {
	font-variant: small-caps;
}

/* Colors */

.black {
	color: black;
}

.ablack a{
	color: black;
}

.ared a {
	color: #89001D;
}

.red {
	color: #89001D;
}

.awhite a{
	color: white;
}

.white {
	color: white;
}

.awhiteyel a {
	color: white;
}

.awhiteyel a:hover {
	color: #FFE68D;
}


.ayel {
	color: #FFE68D
}

.yel {
	color: #FFE68D;
}

.green {
	color: #018907;
}

.agreen a{
	color: #018907;
}

.grey {
	color: #8A8A8A;
}

.agrey a{
	color: #8A8A8A;
}

/* Tables and Boxes */

.full {
	width: 100%;
}

.thumb {
	width: 120px;
	height: 90px;
}

td.nopad {
	padding: 0px;
}

td.vertc {
	vertical-align: center;
}

td.vertt {
	vertical-align: top;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.indented {
	padding-left: 30px;
}

.centered {
	margin: 0 auto 0;
}

/* Special */
#container {
}

#yola_holder {
	margin: 45px auto 0;
}

#head {
	margin-top: 15px;
	margin-left: 60px;
}

#left div {
	margin-left: 40px;
//	font-size: 100%;
	line-height: 130%;
}

#left div div{
	margin-left: 0px;
//	font-size: 100%;
	line-height: 100%;
}

#right div {
	margin-left: 10px;
}

#home {
}

#nav {
	position: relative;
	top: 60px;
}

#subnav {
	position: relative;
	top: 227px;
}

#info {
	margin-left: 0px;
	margin-top: 210px;
}

#left, #right {
	border: 0px solid black;
	width: 250px;
	padding-left: 15px;
	padding-right: 10px;
}

#mainevent, #img_index {
	width: 686px;
}

#img_index {
	background: white;
}

#main_image {
	max-width: 686px;
}

.bordered {
	border: 24px solid white;
}
#img_index td{
	padding-bottom: 5px;
}

#info-page {
	padding: 25px;
}

#info-page div {
	margin-bottom: 20px;
}

.footer {
	position:relative;
	top:30px;
}
