body {
	background: #000;
	margin-left: 15%;
	margin-right: 15%;
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 0.9em;
	color: #CCC;
}
#header {
	background: url(images/header_bg.gif);
	height: 49px;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#nav {
	background: url(images/nav_bg.gif);
	height: 25px;
	font: normal 10px/1 Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	display: block;
	list-style-type: none;
}
#nav ul li a {
	color: #FFF;
	padding-right: 10px; padding-left: 10px; padding-top: 7px; padding-bottom: 8px;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/nav_hover.gif);
}
#nav ul li.cur a {
	background: url(images/nav_cur.gif);
}
#nav ul li.cur a:hover {
	background: url(images/nav_cur.gif);
}
#top { background: url(images/bar_top_bg.gif); }
#bot { background: url(images/bar_bot_bg.gif); }
#content {
	background: #262626;
	border-left: #303030 2px solid;
	border-right: #303030 2px solid;
	padding: 10px;
}
#./includes/ {
	background: #262626;
	border: #616060 2px solid; border-top: 0;
	text-align: right;
	font-size: 0.9em;
	padding: 0.5em;
	color: #666;
}
#./includes/ a {
	color: #999;
}
.clear { clear: both; }
.bar { height: 36px; }
b, strong { color: #FFF; }
i, em { color: #666; }
u { text-decoration: none; border-bottom: dotted 0.1em #FFF; color: #FFF; }
a { color: #b66712; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 {
	font-size: 24px;
	line-height: 2;
	color: #FFF;
	font-weight: normal;
	margin: 0;
}
h2 { 
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
}
h2 a{
	color: #FFF;
	text-decoration: none;
}
h2 a:hover{
	text-decoration: underline;
}
h3 {
	font-size: 0.9em;
	color: #666;
	float: right;
	line-height: 2;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 1em;
	height: 3px;
	color: #666;
	background-color: #666;
	border: 0; 
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#first-col{
	margin-left: 10px;
	float: left;
	width: 30%;
	height: auto;
	padding: 8px;
}
#first-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#second-col{
	float: left;
	width: 30%;
	height: auto;
	margin-left: 10px;
	padding: 8px;
}
#second-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#third-col{
	float: left;
	width: 30%;
	height: auto;
	margin-left: 10px;
	padding: 8px;
}
#third-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.turtleBanner
{
 	margin-left:10%;
margin-bottom: -20px;
}

.turtleHeaderImg
{
	width: 90%;
	z-index:2;
}

.turtleInfoText
{
	background-color:#000000;
	position:absolute;
	top:2%;
	left:33%;
	color:#ffffff;
}

.turtleHeaderText
{
	width:70%;
position:relative;
	top:-20px;
	left:20%;
	z-index:3;
}


/* Scroll to  */
.next, .prev{
	cursor:pointer;
}

#screen2{
	position:relative;
	width:900px;
	margin:20px;
}

#screen2 #buttons{
	border:1px solid #777;
	margin-bottom:5px;
	width:90%;
}
	
#screen2 #buttons a{
	margin:10px 10px;
	color:#69C;
}
#screen2 .prev{
	float:left;
}
#screen2 .next{
	float:right;
}

#slideshow{
	overflow:hidden;
	width: 90%;
	border:1px solid #777;
}

#slideshow ul{
	width:5500px;
	padding-left:225px;
	list-style: none;
}

#slideshow li{
	float:left;
	margin:0 16px;
	cursor:pointer;
}


h1{
	margin:20px 0;
	color:#5B739C;
}

h1 strong{
	font-size:13px;
	color:#777;
}

.clear{
	clear:both;
	width:0;
	height:0;
}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	height:auto;
	padding-left:5px;
	line-height:18px;
}

.side{
	position:absolute;
	right:5px;
	width:210px;
	padding:10px;	
}

#general{
	top:160px;
}

#extra{
	top:400px;
}

.separator{
	width:675px;
	clear:both;
	margin-left:20px;
}

/* END SCROLL TO */