﻿*

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
				text-decoration: underline;
}


h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
				clear: both;
				margin-bottom: 0px;
				margin-top: 0px;
				width: (648px);
				font-style: normal;
				font-variant: normal;
				font-size: small;
				line-height: normal;
				font-family: "normal Verdana";
				}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
				margin-top: 0px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 1em;
				margin: 1;
				cursor: default;
				list-style: none;
				width: 640px;
}

.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
{
	border-left: 1px solid #bbb;
				border-right: 1px solid #ccc;
				border-top: 1px solid #aaa;
				border-bottom: 1px solid #ddd;
				background: #fff;
				color: inherit;
					padding: 2px;
					vertical-align: top;
	width: 71px;
	height: 95px;
}

.hoverbox li
{
	border: 0px solid #ddd;
				background: #eee;
				color: inherit;
					display: inline;
					float: left;
					padding: 1px;
					position: relative;
				margin-right: 1px;
				margin-top: 1px;
				margin-bottom: 1px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 150px;
	height: 203px;
}
