body {
	margin: 0;
	padding: 20px 0;
	background: #FFF;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

a {
	color: #18ABF7;
	text-decoration: none;
}

a img {
	border: none;
}

fieldset label {
	float: left;
	width: 150px;
}

/* CONTAINER */
#container {
	width: 765px;
	text-align: left;
	margin: 0 auto;
}

/* HEADER */
#header h1 {
	background: url(/images/inactive-technologies-logo.png) no-repeat;
	width: 404px;
	height: 121px;
	float: left;
}

#header h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 404px;
	padding-top: 75px;
}

/* NAVBAR */
#navbar {
	float: right;
	margin-top: 50px;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar li {
	margin: 0 0 0 15px;
	list-style-type: none;
	float: left;
}

/* BANNER */
#banner {
	background: url(/images/banner.jpg) no-repeat;
	width: 765px;
	height: 210px;
	margin: 10px 0;
}

/* CONTENT */
#content {
	width: 765px;
	float: right;
}

#content a {
	text-decoration: underline;
}

/* FOOTER */
#footer {
	width: 765px;
	margin-top: 30px;
}

#copyright, #credit {
	color: #CCC;
	font-size: 0.7em;
	margin: 0 0 20px 0;
}

#copyright {
	float: left;
}

#credit {
	float: right;
}

#credit a {
	color: #CCC;
}

/* HIDDEN TEXT */
#header h1 span, .hidden_text {
	position: absolute;
	left: -1999px;
	width: 400px;
}

/* MISC CLASSES */
.clear { clear: both; }
.alert, .error { color: #F00; font-size: 0.8em; }
.left_float { float: left; margin: 0 10px 10px 0; }
.right_float { float: right; margin: 0 0 10px 10px; }
.centered { text-align: center; }
.button_row { text-align: center; }
.btn { background-color: #000; color: #FFF; }