body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(../images/top_background.jpg);
	background-repeat: no-repeat;
	height: 435px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#flexiblebackground {
	background-image: url(../images/flexible_background.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 241px;
	float: right;
}
#backgroundbotton {
	background-image: url(../images/bottom_background.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.oneColFixCtr #mainContent {
	color: #FFF;
	width: 560px;
	float: right;
	margin-right: 40px;
	margin-top: -20px;
}
#navigation {
	margin-top: -40px;
	margin-left: 30px;
	float: left;
	width: 115px;
	clear: both;
}
#animation {
	clear: both;
	float: left;
	width: 150px;
	margin-left: 30px;
	margin-top: 20px;
	height: 150px;
}

#mainContent a:link {
	color: #FF9;
	text-decoration: none;
}
#mainContent a:visited {
	color: #909;
}
#mainContent a:hover {
	color: #6FF;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border: 1px solid #FFF;
}
tr th {
	background-color: #666;
	padding: 2px;
}
table tr td {
	background-color: #333;
}

