/* sticky footer */

* {
	margin: 0;
	padding: 0;
}

* html #page
{
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #585858;
}

a{
	color: #585858;
	text-decoration: none;
}

a:hover{
	color: #bd006b;	
}

h3 a{
	color: #bd006b;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

/* ------------------ */

/* standard settings */

img {
	border: 0;
}

/* main layout */

.page {
	width: 971px;
	margin: auto;
	min-height: 100%;
	text-align: center;
}

.page img{
	margin-top: 80px;
}

.page div{
	text-align: left;
	margin-top: 15px;
	line-height:135%;
	width: 165px;
}

.page .first{
	margin-left: 98px;	
}

.page .third{
	width: 175px;	
}

.page h3{
	color: #bd006b;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-weight: normal;
}

.fl {
	float: left;	
}

h1{
	position: absolute;
	left: -9999px;	
}

#footer {
	clear: both;
	padding: 10px 10px;
	height: 25px;
	margin: 0 auto;
	width: 790px;
}

#footer a {
	color: #585858;
}

#footer a:hover {
	color: #bd006b;
	text-decoration: none;
}

#footer_left {
	float: left;
	width: 600px;
	margin-left: 8px;
}

#footer_right {
	float: right;
	margin-top: 1em;
	margin-right: 15px;
}

#footer_right p.bodytext{
	float: right;
}
