@charset "UTF-8";
/* CSS Document */

/* Dynamix1 Template Main Stylesheet */

body {
	background: url('../img/bg_dark_blue.png') top left repeat;
	margin: 0px;
	padding: 0px;
}

/* Main Container */
#container {
	background: white;
	width: 530px;
}

/* Event Container */
  /* Begin: Border Top */
#border_top {
	clear: both;
	display: block;
	width: 530px;
}
#border_top img.left {
	clear: none;
	display: block;
	float: left;
}
#border_top img.right {
	clear: none;
	display: block;
	float: right;
}
#border_top div.border_top {
	background: url('../img/summary/top.png') top left repeat-x;
	clear: none;
	display: block;
	float: left;
	height: 15px;
	width: 500px;
}
  /* End: Border Top */

  /* Begin: Border Bottom */
#border_bottom {
	clear: both;
	display: block;
	width: 530px;
}
#border_bottom img.left {
	clear: none;
	display: block;
	float: left;
}
#border_bottom img.right {
	clear: none;
	display: block;
	float: right;
}
#border_bottom div.border_bottom {
	background: url('../img/summary/bottom.png') bottom left repeat-x;
	clear: none;
	display: block;
	float: left;
	height: 15px;
	width: 500px;
}
  /* End: Border Bottom */

  /* Begin: Content Area */
#content_area {
	clear: both;
	display: block;
	width: 530px;
}
#content_area .border_left {
	background: url('../img/summary/left.png') top left repeat-y;
/*
	clear:none;
	display:block;
	float:left;
*/
	width: 15px;
}
#content_area .border_right {
	background: url('../img/summary/right.png') top right repeat-y;
/*
	clear:none;
	display:block;
	float:right;
*/
	width: 15px;
}
#content_area .content {
	background: url('../img/bg_dark_blue.png') top left repeat;
/*
	clear: none;
	display: block;
	float: left;
*/
	width: 500px;

	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	color: white;
}
#sponsors {
	color: gold;
	font-family:'Tahoma',sans-serif;
	font-size:14px;
	text-align:center;
}
