@charset "UTF-8";
/* CSS Document */

/*	AREAS  */
body {
	margin: 20px;
	text-align: left;
	padding: 0;
	font-family: Georgia, Palatino, serif;
	letter-spacing: 2px;
	color: #aaaaaa;
	font-size: 10px;
	line-height: 14px;
	background: #f3f3f3 url(http://thisismyengine.com/gfx/engine_base_1.png) no-repeat;
}
.column {
	float: left;
	width: 15%;
	margin-bottom: 24px;
	padding-right: 32px;
	min-width: 240px;
}
.footer {
	position: absolute;
	bottom: 20px;
	left: 20px;	
}
p {
	margin: 0px;
	margin-bottom: 8px;
}
hr {
	border: none;
	border-top: dotted 1px #aaaaaa;
	margin: 12px 0px;
}
li {
	list-style-type: none;
}
li a:link {
	color: #aaaaaa;
	text-decoration: none;
}
li a:visited {
	color: #aaaaaa;
	text-decoration: line-through;
}
li a:hover {
	color: #474747;
}
li a:visited:hover {
	color: #474747;
	text-decoration: line-through;
}
a {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover {
	color: #474747;
}
.highlight {
	color: #474747;	
}
