body {
	margin: 0;
	padding:0;
	text-align: center;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;	
	background-repeat: no-repeat;
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	padding:0;
	width: 880px;
	text-align: left;
}

#left {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
	}

#right {
	float: right;
	padding: 190px 50px 0 0;
	margin: 0;
	width: 570px;
	}
	
#logo {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 335px;
	}
	
#event {
	padding: 0;
	margin: 0;
	width: 480px;
	height: 245px;
	text-align: center;
	color: #000000;
	overflow: hidden;
	}
	
#event a {
	color: #782601;
}
.event_date {
	color: #782601;
	font-size: 14px;
	font-weight: bold;
}
.event_title {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}
.event_description {
	color: #000000;
}

#events {
	padding: 40px 0 0 20px;
	margin: 0;
	width: 180px;
	}
	
#events a {
	color: #cb9472;
	text-decoration: none;
	}

#events a:hover {
	color: #f39100;
	text-decoration: none;
	}

.left_event_title {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
	}

.left_event {
	padding: 0 0 20px 0;
	margin: 0;
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cb9472;
	text-align: center;
	}
	
#purchase {
	padding: 30px 0px 20px 20px;
	margin: 0;
	width: 520px;
	text-align: left;
	}

a:link {
	color: #f39100;
	text-decoration: none;
}
a:visited {
	color: #f39100;
	text-decoration: none;
}
a:hover {
	color: #f39100;
	text-decoration: underline;
}
a:active {
	color: #f39100;
	text-decoration: none;
}
.title {
	color: #f39100;
	font-size: 14px;
	font-weight: bold;
}
.required {
	color: #f39100;
}

 ul {
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
 ul li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-bottom: 1em; /*spacing between items */
}
 ol {
	font-weight: normal;
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
 ol li {
  margin-left: 0;
  padding-left: 15;     /* distance between bullet and text */
  margin-bottom: 1em; /* spacing between items */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mainred {
color: #f39100;
}

/* SCROLL */
b.jScrollArrowUp {
	background: url(images/scrollbarUp.png) no-repeat 0 0;
    cursor:pointer;
}
b.jScrollArrowDown {
	background: url(images/scrollbarDown.png) no-repeat 0 0;
    cursor:pointer;
}
.holder {
	text-align: left;
}
.scroll-pane {
	padding: 0; 
	margin: 0; 
	width: 480px;
	overflow: hidden;
	float: left;
	height: 180px;
	text-align: center;
}
