body
{
	background:url('bg3.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:12pt; 
}

.anchor
{
	position:absolute;
	width:80%;
	left:10%;
	top:5%;
	height:90%;
	background-color:#eceefc;
	border:2px solid black;
	font-weight:light;
	font-size:10pt;
	background-color:white;
	background: url('bg2.jpg');
	background-position: 90% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:white;
}

.banner
{
	border-bottom:1px solid black;
}

.menu
{
	font-size:10pt;
	font-weight:light;
}

.title
{
	padding-left: 12px;
	background:url('junk.gif');
	background-repeat:no-repeat;
	background-position: bottom left;
	color:white;
	font-size:20px;
	font-style:italic;
	
}

.bodytext
{
	position:absolute;
	left:160px;
	top:110px;
	width:80%;
	font-size:10pt;
	font-weight:light;
}

a:link{text-decoration:none;color:blue;}
a:visited{text-decoration:none;color:gray;}
a:active{text-decoration:none;color:#7373ed;}