body
{
font-family: arial, verdana;
font-size:medium;
background: #ffffcd;
}

a
{
color:#800080;
font-family: cursive;
}

a:hover
{
color:black;
text-decoration:none;
background:url(images/rainbow2.gif) repeat-x;
}

.header
{
width: 840px;
height: 200px;
}

.header2
{
padding-top: 63px;
color: red;
font-size: 57px;
font-weight: bold;
}

.nav2
{
float: left;
height: 50px;
font-size: 14px;
background: url(images/tab1a.png) left no-repeat;
display: inline;
}

.nav3
{
float: left;
height: 50px;
font-size: 14px;
background: url(images/tab1.png) left no-repeat;
display: inline;
}

.navcontainer
{
width: 680px;
height: 50px;
overflow: none;
color: white;
}

.navcontainer a
{
color: white;
font-family: arial, verdana;
text-decoration:none;
}

.navcontainer a:hover
{
color: black;
padding: 5px 0 5px 0;
}

.container
{
clear: both;
width: 840px;
background:url(images/middle.png) repeat-y;
}

.container span
{
background: black;
font-size: 150%;
font-weight: bold;
}

.content
{
width: 800px;
}

.main
{
position: relative;
top: -20px;
padding: 0 20px 0 20px;
}

.items
{
list-style:none;
}

.items li
{
float:left;
display: inline;
}

.textleft
{
text-align: left;
font-size: 150%;
font-weight: bold;
}

.clear
{
clear: both;
}

.footer
{
font-size:67%;
position: relative;
top: 3px;
}

.footer a
{
text-decoration: none;
color:black;
}

.footer a:hover
{
color:#800080;
background: none;
}

.footer span
{
color:#800080;
font-size:200%;
font-weight:bold;
font-family: cursive;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.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 img
{
	vertical-align: top;
}

.hoverbox a
{
	cursor: default;
	height: 54px;
	width: 144px;
}

.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;
	width: 144px;
	height: 54px;
}

.hoverbox img.preview
{
	border-color: #000;
	width: 288px;
	height: 108px;
}