#fullheight { height: 100%}

.top {
	vertical-align: top;
	font-size: xx-small;
}

.bottom {vertical-align: bottom; }

.unnamed1 {
	font-family: "Times New Roman", Times, serif;
}

.body {
	font-family: "Century Gothic", Times, serif;
	font-size:13px;
}

.bodybold {
	font-family: "Century Gothic", Times, serif;
	font-size:13px;
	font-weight:bold;
}


.header {
	font-family: "Century Gothic", Times, serif;
	font-size:16px;
	font-weight:bold;
}

#wrapper {
	
	border:1px solid #666;
	vertical-align: bottom;
	height:100%;
}

#fixed {
	float:right;
	width:200px;
	height:300px;
	background:#666;
	display:block;
}

#floating {
	width:300px;
	height:100%;
	background:#EAEAEA;
	position:relative;
}

#floating div {
	position:absolute;
	bottom:0;
	left:0;
	}
