.leftcol {
	float: left;
	width: 435px;
}
.rightcol {
	float: right;
	width: 425px;
	margin-left: 20px;
}

.newser {
	display: block;
	float: left;
	width: 435px;
}
.newser .newser_headline {
	display: block;
	margin: 5px 0;
}
.newser .newser_headline h1 a {
	color: #000;
	text-decoration: none;
	font-size: 0.95em;
}
.newser .newser_exerpt {
	display: block;
	width: 275px;
	border-right: 2px solid #ccc;
	float: left;
	padding: 0 10px 0 0;
}
.newser .newser_links {
	display: block;
	float: left;
	width: 125px;
	padding-left: 10px;
	margin-left: 10px;
}
.newser .newser_links ul {
	list-style-type: disc;
}
.newser .newser_links ul li {
	list-style-type: disc;
}
.newser .newser_links ul li a {
	color: #000;
	font-size: 0.9em;
}

.eventsblock {
	display: block;
	float: left;
	width: 425px;
}
.eventsblock span.heading {
	width: 100%;
	display: block;
	border-top: 4px solid #993333;
	border-bottom: 2px solid #993333;
	padding-top: 3px;
	clear: left;
}
.eventsblock h2 {
	float: left;
	font-weight: bold;
	color: #993333;
}
.eventsblock .heading a {
	float: right;
	margin-top: 2px;
	text-decoration: underline;
	color: #993333;
}

.eventsblock span.upcomingevents, .eventsblock span.recentevents {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.eventsblock span.zebra_0, .eventsblock span.zebra_1 {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
}
.eventsblock span.zebra_0 {
	background: #ccc;
}
.eventsblock span.zebra_1 {
	background: #eee
}
.eventsblock dl {
	margin: 0;
}
.eventsblock dt {
	display: block;
	float: left;
	clear: left;
}
.eventsblock dd {
	display: block;
	float: left;
}
.eventsblock a {
	color: #000;
}

.upcomingevents dt {
	font-weight: bold;
	width: 105px;
	padding: 10px 0 0 10px;
}
.upcomingevents dd {
	width: 270px;
	padding: 10px 0 0 0;
}

.sticktricklogin {
	float: left;
	margin: 20px 0 0 0;
	position: relative;
}
.sticktricklogin h2 {
	display: block;
	position: relative;
	float: left;
	margin-top: 30px;
	text-indent: -9999px;
	overflow: hidden;
	height: 141px;
	width: 194px;
	z-index: 5;
	background: transparent url('../images/logo_sticktrick.png') no-repeat;
}
.sticktricklogin h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height:48px;
	width: 463px;
	background: url('../images/sticktrick_hbg.jpg') no-repeat right top;
	float: left;
	text-align: right;
	padding: 8px 50px 0 0;
	color: #fff;
	font-size: 1.5em;
}
.sticktricklogin form {
	float: right;
	width: 240px;
	margin-top: 60px;
	text-align: right;
}
.sticktricklogin input {
	float: left;
	width: 200px;
	margin: 5px 0 0 20px;
	font-size: 1.4em;
	height: 15px;
}
.sticktricklogin button {
	height: 29px;
	width: 145px;
	background: url('../images/button_letsgo.jpg') no-repeat;
	border: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 20px 10px 10px;
}

.boxad {
	display: block;
	margin: 10px 0 0;
	clear: both;
	float: right;
}

.buttons {
	margin: 20px 0 0;
}
.buttons a {
	float: left;
	margin-right: 85px;
}
.buttons a.last {
	margin: 0;
}