html { overflow-y: scroll; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin:0;
	padding:0;
}


#maincontainer{
	width: 812px;
	min-height: 400px;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	background-image: url(../Graphics/bear.jpg);
	background-repeat: no-repeat;
}

#topsection{
	height: 145px;
}

#contentwrapper{
	float: left;
	width: 100%;
	min-height: 360px;
}

#contentcolumn{
	margin-left: 224px;
	min-height: 400px;
	line-height: 18px;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#leftcolumn{
	float: left;
	width: 224px;
	margin-left: -812px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}

#leftcolumn p{
	margin-left: 25px;
	margin-right: 25px;
	color: #000000;
	margin-top: 25px;
	font-size: 14px;
}

#footer{
	clear: left;
	width: 100%;
	background: #000000;
	text-align: center;
	padding: 4px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.navigation {
	background-image: url(../Graphics/black_bar.jpg);
	padding-top: 10px;
	padding-left: 200px;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 10px;
}

.maintable {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
.maincontent {
	left: 250px;
	position: relative;
	width: 510px;
	top: 30px;
}
.scrollcontent {
	left: 250px;
	position: relative;
	width: 510px;
	top: 30px;
	overflow: auto;
	height: 310px;
}
.subtitle {
	font-weight: bold;
}
.bottom_menu {
	position: relative;
	left: 347px;
	width: 300px;
	text-align: center;
	top: 400px;
	z-index: 100;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}
.menu_divider {
	margin-right: 15px;
	margin-left: 15px;
}
.small_text {
	font-size: 11px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.eventscontent {
	left: 202px;
	position: relative;
	width: 610px;
	top: -12px;
	z-index: 99;
}
.events_month {
	font-weight: bold;
	background-color: cc9933;
	width: 169px;
	height: 25px;
	visibility: visible;
	z-index: 101;
	background-image: url(../Graphics/events_title.gif);
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	line-height: 24px;
}
.events_column {
	padding-right: 5px;
	padding-left: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.indexcontent {
	left: 230px;
	position: relative;
	width: 550px;
	top: 15px;
	font-size: 11px;
}
.cover {
	margin-left: 10px;
}
.right_image {
	margin-left: 25px;
	margin-bottom: 15px;
}
.left_image {
	margin-right: 25px;
}
