@charset "utf-8";
/* CSS Document */

body
{
	background-color:#4777d8;
	width:752px;
	margin:0px auto;
	font-family:verdana;
	font-size:smaller;
	background-image:url(beachtile.gif);
}

.main
{
	width:752px;
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(tilingbeach.gif);
	background-color:#4777d8;
}

.header
{
	width:752px;
	height:96px;
	background-image:url(headerbeach.gif);
	background-color:#e8e087;
}

.header span
{
	display:none;
}

.content
{
	width:500px;
	float:right;
	padding-left:20px;
	padding-right:40px;
	padding-top:35px;
}

.sidebar
{
	padding-left:55px;
	padding-right:15px;
	padding-top:20px;
	width:150px;
}

.sidebar h1
{
	background-image:url(sidebarbeach.gif);
	width:150px;
	height:36px;
	padding-top:12px;
	padding-left:10px;
	margin:0px;
	margin-left:-15px;
	margin-bottom:10px;
	font-weight:lighter;
	font-size:large;
	background-color:#2F5FAF;
	color:#CCE0F4;
}

a:link, a:visited
{
	color:#C8D8E8;
	text-decoration:none;
}

div.sidebar a:hover, p.anchors a:hover, p.top a:hover
{
	color:#57576F;
	text-decoration:underline;
}

.footer
{
	width:752px;
	height:72px;
	background-image:url(footerbeach.gif);
	clear:both;
	background-color:#e8e087;
}

.copyright
{
	position:relative;
	left:100px;
	top:15px;
	font-size:smaller;
}

h2
{
	width:500px;
	border-bottom:2px solid #000000;
	font-size:xx-large;
	text-align:center;
	display:block;
	margin-bottom:5px;
	font-weight:normal;
}

.anchors
{
	text-align:center;
}

h3
{
	width:510px;
	border-bottom:2px solid #000000;
	font-size:large;
	text-align:center;
	display:block;
	font-weight:normal;
}

p.top
{
	text-align:right;
}

.styleswitcher
{
	text-align:right;
	width:752px;
	position:absolute;
	margin-top:25px;
	margin-left:-130px;
}