@charset "UTF-8";
/* -------- basic styling --------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#fff url(assets/bkgrnd_main.gif) repeat-y center;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
#wrapper {
	position: relative;
	width: 794px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	}
	
#clear {
	clear: both;
	}
	
#header {
	position:relative;
	width: 794px;
	height: 255px;
	}
	
#animation {
	position:relative;
	width: 794px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	}
	
#exhibit {
	position:relative;
	width: 324px;
	height: 23px;
	background-color:#E21A22;
	margin: 0 0 0 435px;
	color:#fff;
	padding-left:10px;
	padding-top:5px;
	}
	
#content {
	position:relative;
	}
	
#content ul {
	margin: 10px 0 0 0;
	padding: 0;
	left:0;
	bottom:0;
	list-style:none;
	width: 794px;
	}
	
#content ul li{
	float:left;
	background-color:#FFFFFF;
	}
	
#sponsors {
	position:relative;
	margin: 10px 25px 0 25px;
	}
	
#sponsors ul {
	padding: 0;
	left:0;
	bottom:0;
	list-style:none;
	width: 744px;
	}
	
#sponsors ul li{
	float:left;
	background-color:#FFFFFF;
	width: 248px;
	}
	
#footer {
	color: #666;
	background-color:#A0A38E;
	margin-top: 20px;
	height: 25px;
	padding-top:7px;
	}
	
.text01{
	color:#333333;
	line-height:18px;
	font-size:14px;
	width:380px;
	margin: 0 20px 0 25px;
	}
	
.text02{
	color:#333333;
	line-height:24px;
	font-size:14px;
	margin: 0 0 0 20px;
	font-weight:bold;
	}
	
.text03{
	color:#333333;
	line-height:16px;
	font-size:12px;
	margin: 10px 25px 0 0;
	}
	
.text04{
	color:#333333;
	line-height:16px;
	font-size:12px;
	margin: 10px 0 0 0;
	}
	
.caption{
	line-height:16px;
	font-size:11px;
	margin: 0 25px 0 25px;
	}
	
.darkred{
	color:#E21A22;
	}
	
.float1 {
	padding-right:5px;
	float: left;
	}