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: #b1b6b1;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	margin: 0 auto;
	height: 100%;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/backlogo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#topbox {
	float: left;
	height: 25px;
	width: 950px;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 90px;
	vertical-align: top;
	text-align: right;
}
#left {
	float: left;
	height: 55px;
	width: 250px;
	padding-top: 20px;
}
#right {
	float: right;
	width: 660px;
	padding-top: 20px;
	padding-right: 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right h1 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #334064;
	border-bottom-color: #dcdfdc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	background-image: url(images/h1back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 2px;
}
#right a {
	font-weight: bold;
	color: #334064;
	text-decoration: none;
}
#right a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.container {
	height: 100%;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/backlogo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	text-align: left;
}
#right h2 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #334064;
	border-bottom-color: #dcdfdc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #dcdfdc;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 2px;
}
#photobox {
	float: right;
	width: 156px;
	margin-left: 10px;
}
.photoborder {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DCDFDC;
	margin-bottom: 5px;
}
