﻿html, body {height:100%}
	body {
	margin: 0;
	padding: 0;
}


#logo 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#header 
{
	padding-top: 4px;
}

#navigation
{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0;
	width: 200px;
}

#tagline 
{
	float: right;
	position: relative;
	text-align: center;
	margin-right: 20px;
	margin-top: 0;
	top: 20px;
	padding: 0;
	width: 200px;
}

#centrecontent {
	text-align: justify;
	margin-left: 30px;
	margin-right: 270px;
	font-size: large;
}

#advert 
{
	position: relative;
	top: 20px;
	text-align: center;
}

#advert p
{
	padding-top: 30px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:250px;/* same as the left margin on #outer*/
	float:left;
	margin-left: 20px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
}

#right {
	position:relative;/*ie needs this to show float */
	width:131px;/* same as right margin on #outer*/
	float:right;
	margin-right:100px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 

}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 5px;
  width: 130px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  display: block;
  background: #EEE;
  color: #666;
  font: bold large Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

#content
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: large;
}

#collage
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#ctbodycontent {
	padding-left: 30px;
}

form.contact fieldset {
	border: 2px solid #000000;
	padding: 10px;
}

form.contact {
	padding: 0;
	line-height: 150%;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: blue;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	width: 15em;
	float: left;
}

form.contact .buttonarea input {
	background: #EEE;
	color: #666;
	font-weight: bold;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #000000;
}