body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
	
a:link {
	color: #660000; 
	text-decoration: none;
	font-weight: bold;

}

a:visited {
	color:#999933; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#000;	
	text-decoration: underline;
	
}


.footer {font-style: italic}

.sitecredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.pagetitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #660000;
}

.teatitle{
	color: #660000;
	font-style: italic;
	font-weight: bold;
}

#banner{
	border: 1px solid #cccccc;
	padding: 7px;
	float: left;
	margin: 0 0 0 5px;
	background: url(../images/banner_bg.jpg) repeat-x ;
	}
	
	
	
	/* =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: 75px;
}

.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: 200px;
	height: 150px;
}
