/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.page {
	width:950px;
	background:#00FFFF;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	table-layout:auto;
}

div.header {
	width:950px;
}

div.eventSearch {
	width:950px;
	height:65px;
	background-image:url(/images/eventSearch2.jpg);
}

div.pageBody {
	width:950px;
	height:310px;
	background-image:url(/images/eventSearch3.jpg)
}

div.leftBar {
	background:#000099;
	width:200px;
	float:left;
	height:auto;
}

div.content {
	background:#FFFFFF;
	height:auto;
	width:550px;
	float:left;
}

div.rightBar {
	background:#FF3300;
	width:200px;
	float:left;
	height:auto;
}

div.footer {
	background:#000000;
	width:950px;
}