/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
body {
	font: 14pt/16pt arial;
	color:#333333;
	background-color: #999999;
	height: auto;

}
		
a{
		color: #FFFF66;
		text-decoration: none;}

a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #ff6600;
}

#cathy{
	width: 875px;
	border: 0px hidden;
	top: 0px;
	margin: auto;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 220px;
	height: 220px;
}
