*
{
	font-family: verdana, "lucida console", sans-serif;
	font-size: 10pt;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

body
{
	text-align: center;
}

div.logo
{
	height: 58; width: 770;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1;
}

div.crumbs
{
	height: 15; width: 800;
	padding-top: 3;
	
	position: relative;
	left:  -10px;

}

div.left
{
	height: 375; width: 115;
	text-align: center;
}

div.center
{
	height: 375; width: 650;
	
	background-image: url('images/front10.jpg');
	background-repeat: no-repeat;
	
	border-style: solid;
	border-color: black;
	border-width: 1;
	
	text-align: center;
}



div.full
{
	position: relative; 
	top: -7; width: 770;
	background-color: white;
}

div.bottom
{
	width: 800;
	text-align: center;
}

td.border_bottom
{
	border-bottom-width: 1; 
	border-bottom-style: solid; 
	border-bottom-color: black;	
}


