#header 
{
	border: 0px dotted blue;
	height: 113px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	border: 0px dotted green;
	border-bottom: 2px solid #add8f5;
	/* background-image: url(../image/banner.PNG);*/
	}
	
#newsletter 
{
	position: absolute;
	left: 425px;
	top: 0px;
	padding: 0;
	margin: 0px;
	border: 0px dotted purple;
	height: 90px;
	width: 262px;
}

#book 
{
	position: absolute;
	left: 420px;
	top: 0px;
	padding: 0;
	margin: 0px;
	border: 0px dotted purple;
	height: 60px;
	width: 300px;
}

#land 
{
	position: absolute;
	left: 400px;
	top: 350px;
	padding: 0;
	margin: 0px;
	border: 0px dotted purple;
	height: 60px;
	width: 262px;
}

#newsletterDrop
{
	position: absolute;
	left: 427px;
	top: 56px;
	padding: 0px 0 0 0;
	margin: 0;
	border: 0px dotted purple;
	width: 310px;
	height: 10px;
}

UL#tabs {
	list-style: none;
	position: absolute;
	left: 12px;
	top: 78px;
	padding: 7px 0 0 0;
	margin: 0;
	border: 0px dotted purple;
	width: 710px;
	width: 98%;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms',verdana,sans-serif;
	height: 28px;
	line-height: 28px;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 10px;
}

	
#tabs a {
	float: left;
	margin: 3px;
	margin: 0px 3px;
	padding: 0 0px 0 7px;
	text-decoration: none;
}
#tabs li.active a {
}

#tabs a span {
	float: left;
	display: block;
	padding: 0px 15px 0px 8px;
	color: #005388;
}


#tabs li.active a span {
color: #B81633;


/*	font-family:"Curlz MT";
font-weight:normal;
font-size: 14pt; */
}

#tabs a span {	float:none;	}

#tabs a:hover {
	background-position:0% -42px;

}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs li.active a:hover span {
	background-position: right top;
}

#tabs li.active a:hover {
	background-position: left top;
}


#register {
	position: absolute;
	right: 20px;
	top: 10px; /*48px*/
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	color: #58bef3;
	color: #add8f5;
	border: 0px dotted red;
	font-size: 12px;
	width: 160px;
}

#register A:link, #register A:visited, #register A:hover {
	color: #005388;
	font-family: 'trebuchet ms',verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#register A:hover {
	text-decoration: underline;
}

#register span {
	color: #005388;
}
	
#register div.loginLink, #register div.signupLink, #register div.loginSignupSeparator {
	display: inline;
}
