html {
	text-align:center;
}
body {
	background: #ddd url('/img/curlies.png') no-repeat 5% 125% fixed;
	font-size:14pt;
	min-width:800px;
	/*overflow:hidden;*/
	margin:0 auto;
}
#container {
}
#header-container {
	position:fixed;
	z-index:10;
	display:block;
	width:100%;
	clear:both;
}
#top-row {
	background-color:#333;
	height:2.5em;
	color:#f8f8f8;
}
#top-row span {
}
#top-row .left {
	padding-top:.25em;
	padding-left: .5em;
	float:left;
	font-size:1.5em;
	font-family:georgia,verdana,arial;
}
#top-row .right {
	float:right;
	padding-right:.5em;
	padding-top:.5em;
}
#top-row .right a {
	margin-left:1em;
}
#top-row .right a:link {
	text-decoration:none;
	color:#f8f8f8;
}
#top-row .right a:visited {
	text-decoration:none;
	color:#f8f8f8;
}
#top-row .right a:hover {
	text-decoration:underline;
	color:#c6c6c6;
}
#top-row .right a:active {
	text-decoration:none;
	color:#f8f8f8;
}
#second-row {
	background-color:#c6c6c6;
	border-bottom: solid 1px #868686;
	height:1.5em;
	font-family:georgia,verdana,arial;
	color:#333;
	padding-left:.5em;
	padding-top:.25em;
}
#body-container {
	position:fixed;
	top:5em;
	width:100%;
	bottom:0;
	text-align:center;
	display:block;
	clear:both;
	overflow:auto;
	z-index:2;
}
#body {
	margin:0 auto;
	max-width:1000px;
	overflow:auto;
}
#left-body {
	width:40%;
	height:200px;
	margin-left:10px;
	margin-top:10px;
	background-color:#9FB4CC;
	float:left;
	opacity:.6;
}
#left-body p {
	padding:1em;
}
#right-body {
	width:50%;
	float:right;
	text-align:center;
	margin-right:10px;
	margin-top:10px;
	background-color:#bcc;
	opacity:.6;
	z-index:1;
}
#right-body p {
	padding:1em;
	z-index:1;
}
#right-body p.left{
	text-align:left;
}
#right-body p.center {
	text-align:center;
}
#right-body a {
	color:#eee;
}
#footer-container {
	position:fixed;
	bottom:-0em;
	text-align:center;
	width:100%;
	z-index:3;
}
#under-footer {
	position:absolute;
	bottom:0px;
	width:100%;
	padding-bottom:.5em;
	font-size:1.5em;
	z-index:-1;
	color:#c6c6c6;
}
#footer {
	width:100%;
	position:absolute;
	bottom:0px;
	background-color:#333;
	display:none;
	z-index:1;
	padding-bottom:.5em;
	padding-top:.5em;
	color:#bbb;
	size:.75em;
}
#footer-container a {
	color:white;
}
.thumb {
	max-width:300px;
	padding-top:1em;
	padding-bottom:1em;
}
a {
	color:#443344;
	text-decoration:none;
}
