body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #464678;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	margin: 0 auto;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}
#header {
	background-image: url(images/header.gif);
	float: left;
	height: 115px;
	width: 890px;
	text-align: right;
	vertical-align: top;
	padding-right: 30px;
}
#largephoto {
	float: left;
	height: 150px;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/pic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainarea {
	padding: 10px;
	float: left;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#mainarea h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a20101;
	background-image: url(images/h1back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#photobox {
	float: right;
	width: auto;
	margin-left: 10px;
	border-bottom-color: #a20101;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
a:link {
	color: #a20101;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a20101;
}
a:hover {
	text-decoration: underline;
	color: #a20101;
}
a:active {
	text-decoration: none;
	color: #a20101;
}.samplecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	vertical-align: top;
	height: 25px;
}
