/* CSS Document */

.floater{float: right; width: inherit;}
.floaterleft{
	width: 400px;
	z-index: 1;
	height: 600px;
	padding: 40px;
}
.footer{
	float: right;
	width: 100%;
	background-color: #666666;
	height: 100%;
}

h1{
	font-size: 18px;
	color: #999999;
	font-family: "Trebuchet MS";
	line-height: 22px;
	padding-left: 40px;
}

h2{
	font-size: 11px;
	color: #666666;
	font-family: "Trebuchet MS";
	line-height: 14px;
	padding: 10px;
}
h3{
	font-size: 12px;
	color: #666666;
	font-family: "Trebuchet MS";
}
#imageholder {
	width:100px;
	height:151px;
	z-index:1;
	float: left;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #bc9598;
}
.paddingright{
	padding-right: 20px;
}
.verticalcentre{
	vertical-align: middle;
}
