@charset "utf-8";
/* CSS Document */

.bottomContent {
	float:left;
	width:970px;
	margin:0px 15px;
	border-top:#CCC 2px solid;
	padding-top:10px;
}

.bottomImg {
	float:left;
	width:200px;
	text-align:center;
}

.bottomText {
	float:left;
	width:570px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-align:center;
}

a.bottomLink {
	color:#333;
	text-decoration:none;
}

a.bottomLink:hover {
	text-decoration:underline;
}

