body
{
	background-color: #FFF;
	font: normal 12px Verdana;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

h2 { text-align: center; }

#container
{
	width: 850px;
	position: relative;
	text-align: left;
}

#top-row
{
	width: 800px;
	margin: 0 0 6px 0;
	position: relative;
}
.social
{
	float:left;
	text-align:left;
	padding: 0 5px;
}

.account
{
	text-align:right;
	padding: 0 5px;
}

.status
{
	margin:0 5px;
	color: gray;
}

#banner
{
	width: 850px;
	height: 166px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/gturtle.gif);
}

div.transbox
{
	width: 800px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

p.transbox2
{
	margin: 3px;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.author
{
	font-size: 10px;
	font-style: italic;
}

div.menu {
	width: 200px;
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px #BBB solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu ul { margin-bottom: 6px; }

#promo {
	width: 800px;
	height: 104px;
	margin: 15px 0 15px 0;
	position: relative;
}

#promo img {
	float: left;
	padding: 0 2px 0 2px;
	width: 156px;
	height: 104px;
	text-align: center;
}

#footer {
	width: 800px;
	margin-top: 12px;
	clear: both;
	color: #BBB;
	border-top: 1px #BBB solid;
}
.copyright { font-size: 10px !important; color:#BBB; text-align: center; }

div.special
{
	max-width: 200px;
	border: 1px solid #BBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	top: 65px;
	background-color: #FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
div.special p
{
	margin: 5px;
	font-size: 15px;
	color: #000;
	text-align: center;
}

div.newsticker
{
	width: 780px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
	top: 0px;
	background: #444;
	overflow: hidden;
	text-align: left;
	z-index:1002;
	padding: 3px 10px;
	font: normal 14px Verdana;
	height: 17px;
	color: white;
}

div.stories
{
	width: 794px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
	top: 0px;
	text-align: center;
	background: #444;
	z-index:1002;
	padding: 3px;
	font: normal 18px Verdana;
}

.alert  { color: #F00 }
.small   { font-size: 11px; line-height: normal }
.tiny   { font-size: 10px; line-height: normal }
.message { font-family: Verdana; font-size: 9px; color: #333333; }

