@charset "UTF-8";

@import "general.css";

/** body ********************************************************************************/

div#body {
	background: none;
}

/** colophon ****************************************************************************/

div#colophon {
	margin: 0 auto;
	padding: 20px 0;
	width: 860px; /* 228 + 6 + 626 */
}

/* seal */

div#colophon ul.seal {
	width: 860px;
}
div#colophon ul.seal:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

div#colophon ul.seal li {
	display: block;
	float: left;
	list-style: none;
	padding: 0 20px;
}
div#colophon ul.seal li.esomar      { width:  66px; }
div#colophon ul.seal li.mothers     { width:  60px; }
div#colophon ul.seal li.privacymark { width: 614px; }


div#colophon ul.seal li.privacymark dt {
	float: left;
	width: 75px;
}

div#colophon ul.seal li.privacymark dd {
	float: right;
	width: 529px; /* 614 - 10 - 75 */
}

/* copyright */

div#colophon p.copyright {
	background: transparent url("image/colophon.jpg") no-repeat scroll center top;
	padding: 10px 20px 0;
	text-align: right;
}
