body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: url('../images/TurtleSite-bk.jpg') no-repeat center;
	background-color: #69C;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#A8C5C4;
}

li {
  float:left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #D3E2E2;
}

.active {
  background-color:#fff;
}

.thrColFixHdr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url('../images/TSback.png');
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
}

.thrColFixHdr #header {
	padding: 0 0px 0 0px;
}

.thrColFixHdr #header h1 {
	margin: 0;
	padding: 0px 0;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 0px 10px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 400px;
	padding: 0px 30px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.thrColFixHdr #mainContent {
	margin: 0 0px;
	padding: 0 10px;
	overflow: auto;
}

.thrColFixHdr #footer {
	padding: 0 10px 30 20px;
}

.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
		clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #F60;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F60;
}

a:hover {
	text-decoration: none;
	color: #39C;
}

a:active {
	text-decoration: none;
	color: #F60;
}
