/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
}

img {
	border: none;
}

body {
	min-width: 970px;
	text-align: center;
}

#Wrapper {
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#ContentArea {
	position: relative;
	width: 955px;
	height: 650px;
}

#Address {
	position: relative;
	width: 861px;
	height: 64px;
	margin: 0 auto;
}

.footerBox {
	position: relative;
	width: 861px;
	margin: 5px auto;
	text-align: right;
	padding-right: 13px;
}

.footerBox a:link, .footerBox a:visited {
	text-decoration: none;
}

.footerBox a:hover, .footerBox a:active {
	text-decoration: none;
}

#Also {
	float: left;
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

#Links {
	float: right;
	width: 300px;
}