/** Overall Page Layout **/
html,
body {
	margin:			0;
	padding:		0;
/*	height:			100%;		Screws up FF2 */
	font-family:	Arial, Helvetica, sans-serif;

	/**Background is handled in text.css and portfolio.css**/
	
/*	color:			#3e270f;
	font-size:		11px; */
}

* {
	padding:		0;
	margin:			0;
	border:			0;
}

a {
	color:				#89D4DF;
	text-decoration:	none;
	outline:			none;
}

/** Footer **/
#footer {
	position:			fixed;
	top:				437px;
	text-align:			center;
	width:				100%;
	z-index:			500;
	display:			block;
}

#footer_container {
	width:				988px;
	margin:				0 auto 0 auto;
	overflow:			hidden;
	display:			table;
}

#logo {
	display:			block;
	width:				186px;
	float:				right;
	padding:			0 8px 0 0;
	margin:				0 0 0 0;
}

#logo h1 {
	display:			none;
}

#credit {
	font-size:			9px;
	color:				#E3E3E3;
	float:				left;
	clear:				both;
	padding:			10px 0 0 25px;
}

#credit a {
	color:				#E3E3E3;
}

#credit a:hover {
	color:				#89D4DF;
}

#footer #coordinates {
	float:				left;
	margin:				34px 0 -57px 25px;
	display:			inline;
}

.more_line_spacing {
	line-height:		2em;
}