@charset "utf-8";
/* CSS Document */

img {
	border: solid 1px black;
}
.video {
	border: solid 2px black;
	width: 306px;
	height: 204px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.header {
	border-bottom: solid 1px #003300;
	width: 100%;
	padding: 0px;
	margin: 0 0 10px 0;
}

a {
	border: none;
	text-decoration: none;
	color: #339900;
	text-align: right;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-size: 10pt;
	margin: 0 0 -2px 0;
	padding: 0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 8pt;
	margin: 10px 0 5px 0;
	padding: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	margin: 5px 0 10px 0;
	padding: 0;
}
body {
	background: #fffff4 /*url(../images/fromthedesk.png) bottom center no-repeat*/;
	margin: 0 auto;
	padding: 0;
}
.thumb {
	width: 58px;
	height: 58px;
	margin: 0 1px 1px 0;
	border: solid 1px #000;
}
.thumb:hover {
	border: solid 1px #FF6600;
}
.back {
	width: auto;
	height: 30px;
	border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.forward {
	width: auto;
	height: 30px;
	border: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.middle {
	width: 100%;
	height: 30px;
	border: none;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	text-align: center;
}

.left {
	display: inline;	
	float: left;
	margin: 0 10px 5px 0;
}