﻿h1, h2, h3, h4 {
font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}

p, td, br {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
.trebuchetMedium {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
}
.trebuchetXXL {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: xx-large;
}
.trebuchetXL {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
}
.trebuchetSmall {
	font-size: small;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
div.section
{
	position: relative;
	width: 700px;
	height: 170px;
	z-index: 2;
}
div.thumbnail
{
	padding: 10px;
	position: relative;
	width: 100px;
	height: 150px;
	z-index: 1;
	float: left;
}
div.caption
{
	position: relative;
	width: 530px;
	height: 60px;
	z-index: 2;
	float: right;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.button
{
	position: relative;
	width: 95px;
	height: 30px;
	z-index: 3;
	left: 0px;
	top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 45px;
}
