*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #484D51;
	background-image: url('../img/background.jpg');
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.35em;
	text-align: justify;
}

div#box
{
	margin: 1em auto;
	width: 750px;
	background-color: #B6C0C2;
	border: 2px #687D8E solid;
}

div#box div#header_screen
{
	padding: 1em 0 0.8em;
	border-bottom: 2px dotted #484D51;
}

div#box div#header_print
{
	display: none;
}

div#box p
{
	margin: 1em 1.5em;
}

div#box div#sidebar
{
	float: right;
	width: 200px;
	margin: 0.25em 1.5em 0.5em 1.5em;
	padding: 0.5em 0;
	text-align: left;
	border-top: 2px dotted #484D51;
	border-bottom: 2px dotted #484D51;
}

div#box div#sidebar p
{
	margin: 0;
	font-size: 0.9em;
}

div#box div#sidebar p a
{
	text-decoration: none;
	color: #484D51;
	border-bottom: 1px dotted #484D51;
}

div#box div#sidebar p a:hover
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

div#box div.videoLeft
{
	float: left;
	margin: 0.25em 1em 0.5em 1.5em;
}

div#box div.videoRight
{
	float: right;
	margin: 0.25em 1.5em 0.5em 1em;
}

div#box div.videoLeft a,
div#box div.videoRight a
{
	border: 0 #FFF none;
	text-decoration: none;
}

div#box div.videoLeft a img,
div#box div.videoRight a img
{
	width: 120px;
	height: 90px;
	border: 1px #687D8E solid;
}

div#box div#home
{
	padding: 1em 0;
	text-align: center;
	border-top: 2px dotted #484D51;
	border-bottom: 2px dotted #484D51;
}

div#box div#home a
{
	padding: 0.25em;
	color: #484D51;
	background-color: inherit;
	font-size: 150%;
	font-weight: bold;
	border: none;
	text-decoration: none;
}

div#box div#home a:hover
{
	color: #B6C0C2;
	background-color: #484D51;
	text-decoration: none;
}

div#copy
{
	color: #7F878A;
	font-size: 0.65em;
	text-align: center;
	line-height: 2em;
}

div#movie
{
	padding: 40px 20px;
}

div#frame
{
	position: absolute;
	visibility: hidden;
	padding: 1em 1em 0 1em;
	top: 0px;
	left: -500px;
	z-index: 10;
	background-color: #B6C0C2;
	border: 2px #687D8E solid;
}

div#frame img
{
	width: 400px;
	height: 300px;
	border: 1px #687D8E solid;
	cursor: pointer;
}

div#frame p
{
	font-size: 0.85em;
	text-align: center;
	line-height: 1.5em;
}

