/*globals*/

body {
	color: #424343;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #8aab3e;
}

a:link, a:visited {
	
}

a:hover, a:focus, a:active {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a.image-border {
	text-decoration: none;
	border: 0 none;
}

#body p {
	margin-top: 25px;
	margin-bottom: 25px;
}

/*sections*/

#container {
	position: absolute;
	width: 600px;
	height: 400px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -300px;
}

#header {
	
}

#body {
	
}

#footer {
	margin-top: 5px;
}

.bolder {
	font-weight: bold;
}

.note {
	font-size: .7em;
	vertical-align: 2px;
	font-weight: bold;
}

.construction {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fd9f1a;
	color: #fdfdfd;
	width: 200px;
	margin: 25px auto;
	border: 1px solid #000;
}
