body
{
	background: url('images/background.jpg');
	font-family: arial;
	color: #fff;
	margin: 50px;
}

#mainbody_top
{
	background: no-repeat url('images/body_top.jpg');
	height: 8px;
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#mainbody_bottom
{
	background: no-repeat url('images/body_bottom.jpg');
	height: 8px;
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#mainbody
{
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	background: #000;
	padding: 0 8px;
}

#content
{
	
}

#banner
{
	text-align: center;
}

#links
{
	background: #888;
	padding: 0 8px;
}

#links_top
{
	margin: 8px 0 0 0;
	background: no-repeat url('images/links_top2.jpg');
	overflow: hidden;
	height: 8px;
}

#links_bottom
{
	background: no-repeat url(images/links_bottom2.jpg);
	overflow: hidden;
	height: 8px;
	margin: 0 0 8px 0;
}

.box
{
	float: left;
	padding: 8px;
	background: #000;
}

span.date
{
	font-family: 'arial black';
	font-weight: bold;
}

span.place
{
	font-family: 'courier new';
}

span.location
{
	font-family: 'palatino linotype';
	font-weight: bold;
}

a
{
	color: #3B8AD7;
}

#footer
{
	text-align: center;
	clear: both;
	border-top: #fff 1px dotted;
	padding: 6px 0 0 0;
	margin: 6px 0 0 0;
}

input.text
{
	background: #0D1A49;
	border: #3B8AD7 1px solid;
	color: #ffffff;
	padding: 2px;
}