/* typography.css */

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: Helvetica,Arial,sans-serif;
}

div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,div.span-13,div.span-14 {
	float: left;
	margin-right: 15px;
}
.span-7 {
	width: 475px;
}
div.last {
	margin-right: 0;
}


/*footer*/

#footer {
	background: #d8d8d8 url(material/footer_top.png) no-repeat center top;
	padding-bottom: 32px;
}

#footer p {
	display: block;
	clear: both;
	text-align: center;
	color: #363636;
	font-size: 10px;
	width: 965px;
	text-shadow: #fff 0 1px 0;
}

#footer p {
	margin: 0px;
}

#footer div ul {
	margin: 0.5em;
	list-style: none;
	list-style-image: none;
}

#footer div ul li {
	font-size: 0.8em;
}

#footer div ul li a {
	margin: 0 0.5em;
	text-decoration: none;
	color: #363636;
}

#footer div ul li a:hover {
	color: #ad0e24;
}

#footer div.alignright {
	text-align: right;
}

#footer ul.partner {
	list-style: none;
	list-style-image: none;
	margin: 9px 9px;
	width: 752px;
	float: left;
}

#footer ul.legal {
	list-style: none;
	list-style-image: none;
	margin: 9px 15px 9px 0px;
	width: 165px;
	float: left;
}

