@charset "UTF-8";
/* CSS Document */

/* Below is the layout definition for the website. This section should not include any formatting information. */
<style type="text/css">

	body {
		text-align:center;
		}
	
	#frame {
	background-image: url(images/TOTB-bg.jpg);
	background-repeat: no-repeat;
	width:1020px;
	height:1020px;
	padding:1px;
	text-align:left;
	border: groove 2px rgb(0,0,0);
	margin: auto;
		}
		
	#contentheader {
		height:160px;
		}
	
	#contentleft {
		width:200px;
		height:600px;
		padding:0px;
		float:left;
		
		background-image: url('images/sold-out.gif');
		}
	
	#contentheadline {
	width:500px;
	height:75px;
	padding:0px;
	float:left;
		}
	
	#contentcenter {
	width:500px;
	height:auto;
	padding:15px;
	float:left;
	border: 1px solid black;
	background-image: url('images/TOTB-bg-text.gif');
		}

	#contentright {
		width:245px;
		padding:0px;
		float:right;
		position:relative;
		left:-7px;
		/* border: 1px solid black;
		background-color: #ffffff;
		filter:alpha(opacity=50);
		opacity:0.5; */
	
	
	}
	
	
/* Below is the section that formats the text in various areas of each page. */

	p {
		margin:0px 10px 10px 10px;
		font-family:Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
		}
		
	h1 {
		margin:0px 10px 10px 10px;
		padding-top:10px;
		font-family:Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size:24px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentcenter h1.heading {
		text-align:center;
		font-size:16px;
		font-weight:bold;
		line-height: 110%;
		padding:10px;
		margin:0px;
		}
	
	#contentcenter h1.subhead {
		font-size:16px;
		font-weight:bold;
		line-height: 110%;
		padding:10px;
		margin:0px;
		}
	
	#contentcenter h1.title {
		text-align:center;
		font-family:Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size:18px;
		font-weight:bold;
		line-height: 100%;
		padding:5px;
		margin:0px;
		}
	
	#contentcenter p {
		font-size:15px;
		line-height: 150%;
		}
	
	#contentcenter p.participants {
		font-size:16px;
		line-height: 150%;
		}
	
	#contentright h1 {
		font-size:17px;
		font-weight:bold;
		text-shadow: #ffffdd 1px 1px 2px;
		padding-top:0px;
		padding-left:10px;
		margin:0px;
		line-height: 150%;
		}
	
	#contentright p {
		font-size:15px;
		text-shadow: #ffffdd 1px 1px 2px;
		font-weight:bold;
		line-height: 120%;
		}
		
	#contentright p.address {
		font-size:13px;
		font-weight:bold;
		line-height: 110%;
		text-align:center;
		}
	
</style>
