div.searchmask
	{
		position:relative;
		left:0px;
		top:0px;
		background-repeat:no-repeat;
		background-position:top left;
		background-image:url(../grafix/findus_corner.jpg);
		width:100%;
		height:400px;
	}
div.searchmask img.logo
	{
		position:absolute;
		left:200px;
		top:17px;
	}
div.searchmask #logotext
	{
		position:absolute;
		left:200px;
		top:45px;
		font-weight:bold;
		font-size:10pt;
	}
div.conversation_box
	{
		background-repeat:no-repeat;
		background-position:top left;
		background-image:url(../grafix/sayings_box.jpg);
	}

#conversation
	{
		font-family: Arial;
		font-size: 10pt;
		font-weight:bold;
		margin:15px;
		width:198px;
		height:98px;
		vertical-align:middle;
	}

div.spacer {
		position:relative;
		height:100px;
}

div.spacer2 {
		position:relative;
		height:25px;
}

div.finduswalk
	{
		position:absolute;
		left:750px;
		top:230px;
		width:300px;
		height:150px;
	}
	
div.footermenu
	{
		position:absolute;
		left:0px;
		top:550px;
		width:100%;
	}
	
.hoverdown45
	{
		height:45px;
		background-position:0px 0px;
		background-repeat:no-repeat;
		text-align:center;
		vertical-align:middle;
		cursor:pointer;
	}
.hoverdown45:hover
	{
		background-position:0px -45px;
	}