/* global */
	html,
	body {
		padding: 0; margin: 0;
		background: #aca296 url('../images/expo/bg.jpg') repeat;
		color: #000;
		text-align: center;
	}

	h1, h2, h3 { padding: 0; margin: 0; }
	h4 { padding: 0; margin: 0; font-size:14px; color:#8f0118; }
	h5, h6 { padding: 0; margin: 0; font-size:13px; color:#000; }
	img, a img { border:none; }

	a { color: #c3122f; font-weight:bold; text-decoration:none; }
	a:hover { color: #c36d7b; font-weight:bold; text-decoration: underline; }

/* body */
	#body {
		width: 800px;
		font: 11px Verdana, Arial, sans-serif;
		text-align: left;
		margin-left:auto; margin-right:auto;
		background: #FFFFFF; 
		background: url('../images/expo/middlebak.jpg') repeat-y; width: 800px;
	}

/* header */
	/* #header { background: url('../images/header.jpg') no-repeat; left:0; width: 800px; height: 233px; } */
	
/* nav */
	#navbak  {
		float: left;
		width: 200px;
		clear: left;
		background: url('../images/expo/nav1px.jpg') repeat-y;
	}
	#topimage { background: url('../images/expo/date.jpg') no-repeat; left:0; width: 200px; height: 24px; }
	#nav  {
		width: 180px;
		clear: left;
		font-size: 10px;
		padding: 10px;
	}
	#nav a { color: #ffffff; text-decoration:none; font-weight:bold;
	}
	#nav a:hover { color: #f7d684; font-weight:bold;
	}
	#nav ul {
		margin: 0;
		padding: 4px 4px 0px 20px;
		list-style-image: url('../images/main/lightbulb.jpg');
	}
	#nav li { line-height: 14px;
	}
	#bottomimage { left:0; width: 200px; height: 72px; }
	
/* content */
	#contentbak {		
		position: relative;
		float: right;
		width: 598px;
		background: #FFFFFF;
	}
	#contentheader { padding: 5px; width: 585px; font-size:16px; color: #c3122f; 
		font-weight:bold; }
		
	#content { padding: 5px; width: 585px;	}
	
	#content table {
		padding:0;
		margin: 0 0 1em 0;
		border-collapse: collapse;
	}
	
	#content th {
		border: solid 1px #f7d684;
		padding: 0 2px;
		background-color: #f7d684;
		color: #000;
		vertical-align: top;
		}
	#content td {
		border: solid 1px #f7d684;
		padding: 0 2px;
		}
	.leftpic { float: left; margin: 5px; }
	.rightpic { float: right; margin: 5px; }
	.caption { font-size: 10px; }
	.important { font-size: 14px; color:#c61130; font-weight:bold;}
	.announcebox {width: 75%; margin: auto; padding: 10px; border: dotted 1px #FFCC33; background-color: #FFFFCC;  }
	#piclist ul li { float:left; margin: 5px; list-style:none; }
	
/* middle area */
	#middle { border-right: solid 2px #deb406;
		width: 798px;
		position: relative;
		float: right;
	}
	
/* sponsors */
/*	#sponsors { background: url('../images/expo/smbar.jpg') no-repeat; width: 800px; height: 127px; 
		padding-top: 10px;
		position: relative; 
		float: left;
	}
*/	
/* footer */
	#footer { background: url('../images/expo/footer.jpg') no-repeat; left:0; width: 800px; 
		height: 50px; 
		position: relative; 
		float: left;}
