* {
	padding: 0;
	margin: 0;	
}

html, body {
	height: 100%;
}

body {
	background: url(images/header.png) repeat-x;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	min-height: 100%;
}

#header {
	height: 115px;
	
	min-width: 700px;
	max-width: 950px;
	margin: auto;
}

#header img {
	margin: 0;
	display: block;
}

a {
	color: #003399;
	text-decoration: none;
	padding: 2px 0;
}

a:hover {
	background: #f4e4b3;
}

#navigation {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 1.2em;
	margin: auto;
	min-width: 300px;
	max-width: 520px;
}

#navigation a {
	color: #333333;	
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0 23px 0 0;
	padding: 0;
}

#content {
	min-width: 700px;
	max-width: 900px;
	margin: auto;
	margin-top: 25px;
	padding: 15px;
	padding-bottom: 110px;
	clear: both;
}

h1, h2, h3, h4 {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	//Lucida Grande
}
h1 {
	font-size: 2.1em;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.7em;
	padding-top: 10px;	
}
h3 {
	font-size: 1.5em;
}	

p {
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 5px;
	line-height: 1.7em; 
}

#footer {
	/*consistent with #content*/
	position: absolute;
	
	background: #e6bd47 url(images/footer.png) repeat-x;
	height: 85px;
	width: 100%;
	
	margin-top: 100px;
	
	bottom: 0;
	left: 0;
	
	
}

.bold {
	font-weight: 700;
}

#footer p {
	text-align: center;
	padding-top: 15px;
	font-size: 0.9em;
	line-height: 1.2em;
	
}

#footer a {
	text-align: center;
	font-size: 0.9em;	
}

fieldset {
	border: 0;
}

textarea {
	width: 500px;
	height: 400px;
}

img.centre {
	margin: auto;
	display: block;
}

#subnav {
	padding-bottom: 10px;
}

#sideMenu {
	margin: auto;
	width: 430px;	
}

#sideMenu ul {
	list-style: none;
}
#sideMenu li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}