html, body {
	height: 101%;
	}

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
h4 {
	font-size: 24px;
	color: #330099;
	text-align: center;
	margin-top: 10px;
	}
	
h5 {
	font-size: 14px;
	color: #FFFFFF;
	}


#container {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	}	

#header {
	width: 801px;
	height: 175px;
	position: relative;
	background-image: url(images/pavilion_header.jpg);
	}

#header h1 {

	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 18px;
	}

#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
	}

#navbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	}
#navbar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-size: 10px;
	text-transform: uppercase;
	}
#navbar a:hover {
	background: #330099;
	color: #FFFFFF;
	}

#column {
	width: 800px;
	height: auto;
	background: #FFF url(images/columnpacker.gif) top left repeat-y;
	border-right: solid 1px #333399;
	}

#columnleft {
	width: 140px;
	height: auto;
	background: #333399;
	float: left;
	color: #FFFFFF;
	}
	
#columnleft ul {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	}
	
#columnleft li {
	display: block;
	height: auto;
	width: 130px;
	margin: 2px;
	}
#columnleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 128px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	border: 0;
	}
	
#columnleft a:hover {
	background: #FFFFFF;
	color: #CC3300;
	}
	
#columnleft h3 {
	padding: 20px 4px 0 4px;
	font-size: 18px;
	margin: 0;
	}
#columnleft p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-size: 10px;
	}

#columncenter {
	width: 660px;
	height: auto;
	float: left;
	}
	
#columncenter h2 {
	font-size: 20px;
	color: #330099;
	padding: 0 0 0 10px;
	}
	
#columncenter p {
	line-height: 20px;
	padding: 0px 20px 10px 10px;
	color: #000000;
	font-size: 12px;
	}
	
#columncenter ul {
	padding: 20px;
	width: auto;
	}
	
#columncenter li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
	}
	
#columncenter li a {
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
	}
	
#columncenter li a:hover {
	background: #a6c384;
	color: #000;
	}

#footer {
	clear: both;
	width: 800px;
	height: 30px;
	background: #000066;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	}
	
#footer p {
	color: #FFFFFF;
	padding-right: 20px;
	}
	
#footer a {
	color: #FFFFFF;
	}

