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

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

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

/*
----------------   CONTACT OBJECTS   -----------------------
*/
	
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: 960px;
	top: 106px;
	left: 64px;
	}
	
div#contactColumn {
	position: absolute;
	display: table-cell;
	table-layout:auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 530px;
	left: 180px;
	top: 100px;
	}

/*
----------------   FONT DEFINITIONS   -----------------------
*/
div.galleryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 14px;
	color: #777;
	text-align: center;
	}

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

div#contactColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #777;
	}

.blue {
	text-decoration: none;
	color: #00498a;
	}
.blue:hover { color: #000; }

.underline {
	text-decoration: underline;
	color: #444;
	}
.underline:hover { color: #000; }

.contactColumn {
	text-decoration: none;
	color: #444;
	}
.contactColumn:hover { color: #000; }