body {
	background-color: #F0F0F0;
	height: 80%;
	width: 98%;
	position: absolute;
	min-height:450px;
	margin: 1em auto 0;
	font-size: 16px;
}

* {
	font-family:arial;
}

#site {
	margin: 0 auto;
	width: 80%;
	min-width: 900px;
	min-height:100%;
	height:100%;
}

#bottom-grad {
	width: 99.8%;
	height: 41px;
	position: relative;
	bottom: 0px;
	left: 0;
	border: 1px solid black;
	border-top: 0;
}

div#menu {
background-color: #BBD3D5;
}

#content_mini {
	margin: 0 auto;
	width: 90%;
/* 	background-color:white; */
	min-height:100%;
	position: relative;
}

#content_max {
	background-color: white;
	background-image: url(/images/background.png);
/* 	min-height:95%; */
	min-height: 450px;
	border: 1px solid black;
	border-bottom: 0;
}

h3 {
	font-size: 1.2em;
	background-color: #8afdff;
	background-image: url(/images/header-grad.png);
	background-position: 0px 112px;
	margin: 0;
	padding: 0.1em 0 0.1em 5em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
	position:relative;
}

h3 img.header-right-decoration {
	position:absolute;
	right: 0;
	top: 0;
}

h3 img.decor {
	position: relative;
	top: 0.1em;
	padding: 0 0.5em 0 0.4em;
}

img {
	border:0;
}

#bottom-left-decoration {
	position: relative;
	left: -4px;
	bottom: 37px;
	float: left;
}

#offsite-buttons {
	float: right;
}

#offsite-buttons img {
	padding-top:0.3em;
}

.message_ok_button {
	border: 1px solid black;
	text-decoration: none;
	padding: 0.1em 0.2em;
	margin-right: 1em;
	float: right;
	background: white;
}

#copyright_notice {
	float: left;
}
