/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #81B2B5;
	margin: 0;
	padding: 0;
	min-width: 990px;
}
a {
	outline: none;
}
div#top_page {
	margin: 10px 0;
	padding: 0 180px;
}
#top_page .column {
	position: relative;
	float: left;
}
div#container {
	width: 600px;
	border: solid 1px #81B2B5;
	min-height: 266px;
}
div#leftsidebar {
	padding: 10px;
	width: 160px;
	right: 182px;
	margin-left: -600px;
	min-height: 246px;
}
div#rightsidebar {
	padding: 10px;
	width: 160px;
	margin-right: -160px;
	min-height: 246px;
}
/*** IE6 Fix ***/
* html #leftsidebar {
  left: 190px;
}
div#bottom_page {
	clear: both;
	margin: 0;
	padding: 20px 300px;
}
#bottom_page .column {
	position: relative;
	float: left;
}
div#bottom_one {
	padding: 10px;
	width: 280px;
	margin-left: -300px;
}
div#bottom_two {
	padding: 10px;
	width: 340px;
	text-align: center;
}
div#bottom_three {
	padding: 10px;
	width: 280px;
	margin-right: -300px;
}
div#header {
	margin: 5px 0;
	padding: 0 0 5px 0;
	height: 140px;
	background: transparent url(../images/wave_logo.png) no-repeat top left;
}
div#content {
	margin: 20px 20px;
	padding: 10px 10px;
	border: solid 1px #81B2B5;
}
div#footer {
	clear: both;
	width: 960px;
	color: #81B2B5;
	font-size: .6em;
	text-align: center;
	margin: 40px 0 5px 0;
	margin: 0;
	padding: 30px 0 0 0;
}
span#surfer a, span#header:visited, span#header:active {
	position: absolute;
	display: block;
	top: 41px;
	left: 192px;
	height: 43px;
	width: 97px;
	background: url(../images/teeny_tweety_surfer_hiding.png) no-repeat fixed 373px 51px;
}
span#surfer a:hover {
	position: absolute;
	display: block;
	top: 41px;
	left: 192px;
	height: 43px;
	width: 97px;
	background: url(../images/teeny_tweety_surfer.png) no-repeat fixed 373px 51px;
}
.urllong {
	width: 415px;
}
.urlshort {
	width: 150px;
}
#submit {
	width: 63px;
	height: 26px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	border: 0;
	background: transparent url(../images/squeeze.gif) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* IE 5.x */
	outline: none;
}
div.TargetURL {
	font-size: 0.7em;
	margin: 0;
	padding: 5px 0;
}
.url_warning {
	font-size: 0.8em;
	color: #FF0000;
}
.errmsg {
	color: #FF0000;
	text-align: center;
	padding-top: 20px;
}
a.maintheme {
	text-decoration: none;
	color: #81B2B5;
}
a.maintheme:visited {
	text-decoration: none;
	color: #81B2B5;
}
a.maintheme:hover {
	text-decoration: none;
	color: #F7931E;
}
