* {
	margin:0;
	padding:0;
	}

BODY {
	font-family:Arial,sans-serif;
	line-height:1.33;
	background:#fff;
	color:#000;
	}

.l-page {
	}

.l-header {
	position:relative;
	margin-bottom:48px;
	padding:22px 0 0;
	}
    .l-header .logo {
        width:217px;
        height:84px;
        }
    .l-header .url {
		position:absolute;
		top:22px;
		left:270px;
		padding:25px 0 5px 12px;
    	font:.75em Arial,sans-serif;
    	border-left:1px solid #333;
    	color:#666;
    	}

.l-content {
	margin-bottom:41px;
	font-size:.88em;
	}
	.l-content H2 {
		margin-bottom:14px;
		font:48px Calibri,Arial,sans-serif;
		color:#999;
		}
	.l-content P,
	.l-content UL,
	.l-content OL {
		margin-bottom:1em;
		}

.l-footer {
	padding-bottom:75px;
	font-size:.75em;
	color:#666;
	}

