body {
	margin: 0;
	overflow: auto;
	background: #d3cab8 url('/images/background.jpg') no-repeat center center;
}

object {
	outline: none;
}

table {
	border: none;
	width: 100%;
	height: 100%;
}

td {
	text-align: center;
	vertical-align: middle;
}

div#flashcontent {
	width: 860px;
	height: 630px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: trebuchet ms, arial, sans-serif, helvetica;
	font-size: 12px;
}

div#textonly {
	height: 450px;
	overflow: auto;
	margin: 100px 60px 0 60px;
	padding: 10px;
}

div#textonly.home {
	width: 550px;
}

div#homepage {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

div#homepage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#flashWarning {
	border: 1px solid red;
	text-align: center;
	width: 33%;
}

div#flashWarning p {
	margin: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

ul#footer {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 20px 60px 0 60px;
	border-top: 1px solid #555555;
}
ul#footer li {
	float: left;
	margin: 0 15px 0 0px;
}