@charset "utf-8";
/* CSS Document */

  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }


body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ooo;
	font-size: 100%;
}

H1 {
}

H2 {
}

a {
	border:none;
}

a:link {
	color: red;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: red;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}

a:hover {
	color: #F60;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}

.adler {
	font-family: 'Special Elite', cursive; 
}

.brown {
	color: #b76a53;
}

.black {
	color: #000000;
}

#container {
  	position: relative;
  	top: 40px;
	margin: 0 auto;
	width:731px;
	height:auto;
	text-align:center;
}

#header {
}

#header_left {
/*	float: left; */
}

#header_right {
	float: right;
}

#strapline {
	
}

#content {
	margin: 1
	10px 0 40px 0;
	text-align: left;
}

#footer {
	background-color: #FC6;
	padding: 10px;
}

#footer a:link {
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
}

#underfoot {
	width: auto;
	margin: 0 auto;
/*	padding-top: 80px; */
	font-size: 0.6em;
	color: #666;
	
}

#underfoot_left {
  width: auto;
  float: left;
  padding-left: 0px;
}

/*
#underfoot_centre {
  width: 33%;
  float: left;
  text-align: center;
}
*/

#underfoot_right {
  width: auto;
  float: right;
  text-align: right;
}

.poshfontextralarge { /*copy/paste font family from commented list to active line; ensure link script in page header has relevant references*/
	font-family: 'Fredericka the Great', cursive;
	font-size: 1.25em;
/*	font-family: 'Pompiere', cursive;
	font-family: 'Old Standard TT', serif; 
	font-family: 'Playfair Display', serif;
	font-family: 'Fredericka the Great', cursive;
	font-family: 'Cabin Sketch', cursive;
	font-family: 'Buda', cursive;
	font-family: 'Ewert', cursive;
	font-family: 'Flamenco', cursive;*/

}