html {
	height: 100%;
}
body {
	background-color: #CCC;
	background-image: url('images/themes/FO4/header-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#accessibility {
	position: absolute;
	left: -20000px;
}
#header {
	background-image: url('images/themes/FO4/header2.png');
	clear: both;
	height: 150px;
	width: 100%;
}
#header-links {
	color: #FFF;
	font-size: 25px;
	font-family: Georgia, serif;
	left: 230px;
	line-height: 40px;
	position: absolute;
	top: 98px;
	text-align: center;
	width: 705px;
}
#header-links a, #footer a {
	color: #FFF;
	border: none;
}
#header-links a:visited, #header-links a:link {
	text-decoration: none;
}
#header-links a:hover, #header-links a:focus, #header-links a:active {
	text-decoration: underline;
}
#container {
	background-image: url('images/themes/FO4/background.png');
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	padding-bottom: 45px;
}
body > #container {
	padding-bottom: 40px;
}
#side {
	float: left;
	margin-left: 25px;
	padding: 0 20px;
	text-align: center;
	width: 150px;
	overflow: hidden;
}
#container > #side {
	width: 140px;
	margin-left: 70px;
	padding: 0;
	overflow: visible;
}
#side ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}
#side ul li {
	font-variant: small-caps;
	margin-left: 0px;
}
#side p.label {
	position: relative;
	width: 140px;
	border-bottom: 1px solid #F36523;
	font-weight: bold;
	text-align: right;
}
#content {
	margin-left: 240px;
	height: 100%;
	width: 685px;
	height: 850px;
}
#container > #content {
	height: auto;
	min-height: 850px;
}
#content p {
	text-indent: 2em;
}
#content blockquote {
	margin: 0px;
	padding: 1em 1em 1em 5em;
	background-image: url('images/themes/FO4/blockquote.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
	font-size: smaller;
}
#content ol {
	list-style-type: lower-roman;
}
#footer {
	background-color: #464646;
	background-image: url('images/themes/FO4/footer.png');
	bottom: 0;
	color: white;
	font-size: x-small;
	height: 40px;
	line-height: 20px;
	margin-top: -40px;
	overflow: hidden;
	position: absolute;
	right: 65px;
	text-align: right;
	width: 4000px;	
}
#container > #footer {
	bottom: 0px;
}
#footer p {
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
}
#left {
	min-height: 100%;
	width: 50%;
	left: 0;
	background-color: #CCC;
	background-image: url('images/themes/FO4/footer.png');
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
}
#right {
	height: 100%;
	width: 50%;
	right: 0;
	background-color: #CCC;
	background-image: url('images/themes/FO4/header-bg.png');
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	text-align: right;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin: 0 0 0.5em 0;
}
h1, h3, h5 {
	font-variant: small-caps;
	letter-spacing: 0.25ex;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 22pt;
}
h3 {
	font-size: 20pt;
}
h4 {
	font-size: 18pt;
}
h5 {
	font-size: 16pt;
}
h6 {
	font-size: 14pt;
}
a {
	border-bottom: 1px black dotted;
	color: black;
	text-decoration: none;
}
* html a {
	border-bottom: 1px #888 solid;
}
a:hover, a:active, a:focus {
	border-bottom: 1px black solid;
}
img {
	border: none;
}
a img {
	border: 3px solid #464646;
}
a img:hover {
	border: 3px solid #F16623;
}
.divider {
	text-align: center;
}
