body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}

#mainframe {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 500px;
	border: 3px solid #9a60b2;
	background: #ffffff;
	padding: 0px;
}
#insideframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 896px;
	height: 496px;
	border: 2px solid #cccccc;
	background: #ffffff;
}
#logoarea {
	padding: 0px;
	height: 70px;
}
#address {
	color: #000000;
	font-size: 10px;
}
#photos {
}
#linkmenu {
	height: 20px;
	background: #9a60b2;
}
#linkmenu td {
	padding-right: 30px;
}
#linkmenu td.last {
	padding-right: 5px;
	padding-left: 70px;
	text-align: right;
}
#linkmenu td a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#linkmenu td a:visited {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#linkmenu td a:hover {
	color: #ffffff;
	text-decoration: none;
}
#pageinfo {
	height: 406px;
	font-size: 12px;
}
#pageinfo b {
	font-size: 14px;
}
#pageinfo a {
	color: #fffff;
	text-decoration: none;
	font-weight: bold;
}
#pageinfo a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#pageinfo a:hover {
	color: #9a60b2;
	text-decoration: none;
	font-weight: bold;
}
