﻿.eventsbox {
			position: static;
			float: left;
			text-align: left;
			border: 1px solid navy;
			margin: 0 auto;
			padding: 0;
			width: 350px;
			}

.eventtext {
	position: static;
	float: right;
	width: 300px;
	border: 1px solid black;
		margin: 0 auto;
			padding: 0;
			background: white;
			height: 180px;
}
.eventtext p {
	background: white;
}
			
.eventsitem {
			margin: 0 auto;
			padding-left: 20px;
			text-decoration: none;
			border: 1px solid navy;
			background-color: white;
			color: #000000;
			text-align: left;
		}

a.eventsitem:hover { color: red; }

.eventlink   { color: #000080; text-decoration: none; font-weight: bold;}
a.eventlink:hover {color: #FF0000; text-decoration: none; }