@charset "UTF-8";
/* CSS Document */

HTML {
	height: 100%;
}

BODY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #646464;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
}

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

A IMG {
	border: 0;
}

A {
	outline: none;
	color: #646464;
	text-decoration: none;
}

DIV#header {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}


DIV#content {
	width: 960px;
	margin: 30px auto 0;
	padding-bottom: 130px;
	position: relative;
}

A.link {
	display: block;
	width: 471px;
	position: relative;
}

A#link1 {
	float: left;
}
A#link2 {
	float: right;
}

A#link3 {
	float: left;
	margin-top: 20px;
}

A.link SPAN.text {
	display: block;
	position: absolute;
	left: 38px;
	top: 325px;	
}

A:HOVER.link SPAN.text {
	color: #323232;
	text-decoration: underline;
}


DIV#footer {
	position: absolute;
	width: 100%;
	height: 84px;
	bottom: 0px;
	background-color: #ededed;
	border-top: 1px solid #d6d6d6;
	padding-top: 14px;
}

DIV#footercenter {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	color: #727272;
}

DIV#footerleft {
	float: left;
}

DIV#footerright {
	float: right;
}


