﻿
.wrapper
{
	position:relative;
	margin: 0 auto;
	width: 990px;
	top: 0px;
	height:auto;
	left: 0px;
}

.bg_top
{
	position:absolute;
	background-image: url('/Images/bg_top.jpg');
	background-repeat:no-repeat;
	width: 100%;
	height: 108px;
	top: -15px;
	z-index:90;
}

.bg_bottom
{
	position:fixed;
	width: 990px;
	height:116px;
	background-image: url('/Images/bg_bottom.jpg');
	bottom: 0px;
	z-index:80;

}

.bg_bottom_ie6
{
	position:absolute;
	width: 990px;
	height:116px;
	background-image: url('/Images/bg_bottom.jpg');
	bottom:-15%;
	z-index:10;
	left:11%;
}

.Content
{
	background-image: url('/Images/bg_content.png');
	background-repeat:repeat;
	padding: 8px;
	position: absolute;
	height: auto;
	width: 752px;
	right: 0px;
	top: 154px;
	z-index: 100;
	border: solid 1px #435474;
}
.logo
{
	position:absolute;
	width:361px;
	height:133px;
	top: -10px;
	left: 70px;
	z-index:95;
}

h1
{
	font-size:1.5em;
	color:#052e70;
	font-weight:bolder;
}

body
{
	font-family: Arial;
	color:#052e70;
	font-weight: 400;
}

#content_text
{
	font-size: 0.8em;
}
.events_td
{border:0; 
 padding: 4px; 
 border-bottom:Solid 1px #000000;
}
.events_table
{
	border: solid 1px #000000;
}
