*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #1E4040;
	background-image: url('../img/header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 140%;
	color: #333;
}

div#box
{
	width: 400px;
	margin: 0 auto;
}

div#box div#header img
{
	width: 400px;
	height: 50px;
}

div#box div#contact
{
	margin-top: -4px;
	width: 400px;
	height: 24px;
	text-align: center;
}

div#box div#contact a img
{
	width: 100px;
	height: 24px;
	border: none;
}

div#box div.thumbs
{
	margin: 10px 0;
}

div#box div.thumbs img
{
	border: none;
}

div#box div#copy
{
	color: #066;
	font-size: 9px;
	text-align: center;
}

div#qTip
{
	display: none;
	position: absolute;
	width: 300px;
	padding: 0.3em 0.5em;
	color: #300;
	background-color: #D1E1E1;
	border-style: solid;
	border-color: #005c5c;
	border-width: 1px 2px 2px 1px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	z-index: 1000;
}

