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

/*
----------------   BODY   -----------------------
*/

body {
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	width: 1024px;
	overflow-x: hidden;
	}

/*
----------------   ARCHIVE   -----------------------
*/

div#buffer {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
	position: absolute;
	display: table-cell;
	padding-bottom: 30px;
	width: 884px;
	top: 116px;
	left: 64px;
	}

/*
----------------   FONT DEFINITIONS   -----------------------
*/

div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 24px;
	color: #777;
	}

div#content a {
	font-size: 13px;
	text-decoration: none;
	color: #00498a;
	font-weight: bold;
	}
div#content a:hover { color: #000; }
