body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #333;
	padding: 20px;
	}
	
* {margin: 0; padding: 0;}

#wrapper {
	min-width: 720px;
	}
	
/* ------------------------------------------------------------------------------------ banner */

#header {
	width: 100%;
	height: 15.2em;
	background: #ff0 url(images/logo.png) no-repeat 20px center;
	}

h1 { display: none; }

#address {
	width: 309px;
	height: 187px;
	float: right;
	margin: 10px 20px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/redbar.png) no-repeat center top;
	}

#address p {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	top: 48px;
	background: #fff;
	padding: 9px 0px 12px 0px;
	border: 1px solid #000;
	}

#address a {
	text-decoration: underline;
	color: #000;
	font-variant: small-caps;
	}

/* ------------------------------------------------------------------------------------ navigation */

#navigation {
	width: 100%;
	background-color: #f00;
	float: left;
	clear: right;	
	}

#buttons {
	padding: 0;
	}
	
#navigation li {
	display: block;
	background-color: #f00;
	list-style: none;
	float: left;
	}

#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 3em;
	text-decoration: none;
	text-align: center;
	padding: 0 20px;
	
	}
	
#navigation a:link {
	color: #fff;
	}

#navigation a:visited {
	color: #fff;
	background-color: #f00;
	}

#navigation a:hover {
	color: #f00;
	background-color: #fff;
	}

#navigation a:active {
	color: #f00;
	background-color: #fff;

	}

/* ------------------------------------------------------------------------------------ middle */

#inner_border {
	background-color: #69f;
	padding:20px;
	clear: both;
	}

#content	{
	width: 100%;
	}

#content a:link {
	text-decoration: underline;
	color: #000;
	}

#content a:visited {
	text-decoration: underline;
	color: #000;
	}

#content a:hover {
	text-decoration: none;
	color: #f00;
	}

#content a:active {
	text-decoration: none;
	color: #ff0;
	}

#content p	{
	margin: 1em 0 1em 0;
	}

#content p:first-letter	{
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	}
	
#content ul {
	font-style: normal;
	font-weight: normal;
	padding-left: 2em;
	}

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: 900;
	text-align: center;
 	margin: 1em 0px .85em 0px;
	}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: 900;
	margin: 1em 0 .5em 0;
	}

img {
	border: medium solid #fff; 
}

.centerphoto {
	text-align: center;
	}

.leftphoto	{
	float: left;
	margin-right: 20px;
	}

.rightphoto {
	float: right;
	margin-left: 20px;
	}

.clearall {
	clear: both;
	}
	
.columns {
	width: 50%;
	float: left;
	clear: right;
	}

/* ----------------------------------------------------------------------------- form elements */

#formaldehyde fieldset {
	width: 54em;
	}
	
#formaldehyde label {
	width: 12em;
	padding: 5px;
	float: left;
	clear: left;
	}

#formaldehyde input {
		width: 18em;
		margin: 5px;
		}
		
#formaldehyde div.clearall input {
	float: left;
	clear: right;
	}

#formaldehyde textarea {
	width: 40em;
	margin: 5px;
	float: left;
	clear: right;
	}

td {
	padding: 0 1em;
	}

.firstrow {
	font-weight: bold;
	}
	
/* ------------------------------------------------------------------------------------ footer */

#footer {
	font-size: 1em;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 20px;
	clear: both;
	}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	text-decoration: none;
	color: #f00;
	}

