html {
	height: 100%;
}
body {
	font-family: verdana,arial,helvetica,sans-serif;
	background: url(/images/background.jpg) repeat-x top left #1a6c8c;
	margin: 0;
	padding: 0;
	height: 100%;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
a {
	color: #5e162a;
	text-decoration: underline;
}
a:hover {
	color: #5e162a;
	text-decoration: none;
}
h1 {
}
#container {
	width: 750px;
	padding: 0px;
	margin: 60px auto 30px auto;
}
#banner {
	margin: 0px;
}
#menu {
	float: right;
}
#content {
	margin: 0px;
	padding: 20px 40px 20px 50px;
	width: 660px;
	background: url(/images/content.jpg) repeat-y top left #ffedb5;
}
#footer {
	color: #071f28;
	font-size: 70%;
	margin: 8px auto;
	text-align: center;
}
	#footer a {color: #071f28; text-decoration: underline;}
	#footer a:hover {color: #071f28;}

#status {
	float: right;
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px;
	margin: 0px;
	font-size: 70%;
	background-color: #FFFFA8;
}
#imageArea {
	text-align: center;
}
#imageArea img {
	margin: 5px auto;
}
#imageArea.caption {
	text-align: center; 
	font-size: 90%; 
	font-style: italic; 
	margin: 3px auto 10px auto;
} 
table#contactForm tr, table#contactForm td {
	padding: 2px 3px;
	margin: 0px;
}
#contactForm p {
	margin: 0px;
	padding: 0px;
}
.alignRight {
	text-align: right;
}