body {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A4444;
	background: #45291d url('images/gradient.jpg') repeat-x;
}

a, a:visited {
	color: #789B47
}

h1 {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 15px 30px 0px 30px;
	line-height: 18px;
	color: #CA3278;
}

#wrapper {
	position: relative;
	width: 900px;
	background: #FFFFFF url('images/background.jpg') bottom center no-repeat;
	margin-top: 20px;
	min-height: 650px !important;	
}
#flashblock {
	position: absolute;
	top: 48px;
	left: 102px;
}

#content {
	width: 552px;
	float: right;
}
	#content p {
		text-align: left;
		padding: 0px 30px 10px 30px;
		margin: 0px;
		line-height: 18px;
	}

#spacer {
	height: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 900px;
	height: 48px;
	color: #FFFFFF;
}
	#footer p {
		float: left;
		padding-top: 14px;
		margin: 0px;
	}

.left-floater {
	float: left;
	padding-left: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #CA3278;
}
	.left-floater img {
		padding-right: 12px;
	}

.right-floater {
	float: right;
}

.pink {
	color: #CA3278;
}

.white a, .white a: visited {
	color: #FFFFFF;
	text-decoration: none;
}

