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

body {
	background-image: url(assets/images/folioback.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #132e5e;
}
div#content_sub a  {
	color: #FFFFFF;
}
div#lower {
	margin-left: 30px;
	width: 815px;
	height: 70px;
	margin-top: 30px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0px;
	float: left;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 1px;
}
#container #lower p {
	text-align: center;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

