#wrapper {
	margin: 0 auto;
	width: 800px;
	height: 500px;
	position: relative;
}

#left {
	width: 258px;
	height: 420px;
	margin: 5px;
	position: absolute;
	left: 45px;
}

#right {
	width: 500px;
	height: 478px;
	margin: 5px;
	position: absolute;
}

#floating {
	width: 634px;
	height: 478px;
	margin: 0px;
	position: relative;
	right: 0px;
	left: 3px;
}

.header {
	font-family: Century Gothic;
	font-size: 15px;
	line-height: 14px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.text {
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.smalltext {
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #95ADC5;
	text-decoration: none;
}

.orangetext {
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.bigtext {
	font-family: Verdana;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
