* { padding: 0; margin: 0; }


body  {
	font: 100% Trebuchet MS, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#fakecolumn {
	background: url(../images/bkgd_col.jpg) repeat-y;
	height:100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: auto;
	height: 100%;
	min-height: 100%;
	
}

#header {
	background-image: url(../images/header_bkgd.jpg);
	height: 246px;
}

#side-a {
	display: inline;
	float: left;
	width: 190px;
	padding: 35px 5px 5px 5px;

		
}

#side-b {
	float: right;
	width: 190px;
	padding: 35px 5px 5px 5px;
	display: inline;
	position: relative;

}

#dates {
	font: 100% Trebuchet MS, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
	width: 220px;
	padding: 0px 15px 5px 5px;
}


#sponsor {
	float: left;
	width: 300px;
	padding: 0px 10px 10px 25px;
}


#contentmain { 
	float: left;
	width: 580px;
	padding: 34px 10px 0px 10px;
}

#content { 
	display: inline;
	position: relative;
	float: left;
	width: 560px;
	padding: 34px 10px 10px 25px;
}
#content1 { 
	float: left;
	width: 300px;
	padding: 0px 10px 10px 25px;
}

#content2 {
	float: right;
	width: 220px;
	padding: 0px 15px 5px 5px;
}

#content3 {
	float: left;
	width: 530px;
	padding: 0px 25px 5px 25px;
	background-image: url(../images/news_small_1.jpg);
	background-repeat: no-repeat;
	height:160px;
	background-position: center;
}

#contentnewsmain {
	float: left;
	width: 530px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/news_large_1.jpg);
	background-repeat: no-repeat;
	height:200px;
	background-position: center;
}

#contentnews { 
	float: left;
	width: 350px;
	padding: 20px 10px 10px 150px;
}

#contact { 
	float: left;
	width: 550px;
	padding: 12px 0px 5px 0px;
	font-size:9px;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#image {
	padding-right:15px;
	float: left;
}

#footer {
	clear: both;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/footer_bkgd.jpg);
	font: 100% Trebuchet MS, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	bottom:0px;
	width:990px;
	background-repeat: repeat-y;
	margin: 0px;
	
}

#footer-info {
	font: 100% Trebuchet MS, Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:12px;
	color: #FFFFFF;
	bottom:0px;
	width:780px;
	margin: 0px;
	
}
.clear { clear: both; background: none; }

A:link {text-decoration: underline; color:#0d5cab}
A:visited {text-decoration: underline; color:#7d7d7d}
A:active {text-decoration: none}
A:hover {text-decoration: none}


.class1 A:link {text-decoration: underline; color:#FFFFFF}
.class1 A:visited {text-decoration: underline; color:#FFFFFF}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none}
#wrapper #fakecolumn #content p {
	text-align: left;
}

