html, body {
	height: 100%;
}
body {
}
#wrapper {
	height: 100%;
	width: 62%;
/*	border: 1px solid black;
*/	margin: 0 0 0 13%;
	position: relative;
	margin-top: 1em;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main {
	height: 90%;
	width: 80%;
/*	border: 1px solid black;
*/	position: absolute;
	right: 0;
	bottom: 0;
}
#nav {
	background-color: #000;
	width: 100%;
}
#nav ul {
	height: 2em;
	width: 85%;
	color: #FFF;
	list-style-type: none;
	padding: 0 0 0 5em;
	font-weight: bold;
	margin: 0 auto;
}
#nav li {
	display: block;
	float: left;
	margin: 0 2em;
	height: 100%;
}
#nav a {
	color: #FFF;
	height: 100%;
	display: block;
	padding: 7px .5em 0;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
#content {
	padding: 1em;
	line-height: 1.3;
	font-size: 12pt;
	height: 100%;
}
#content p {
	margin: 1em 0;
}
#contraction {
	background: url(../images/its.png) top left no-repeat;
	height: 113px;
	width: 273px;
	position: absolute;
	left: 65%;
	bottom: 1%;
	font-weight: bold;
	font-style: italic;
	font-size: 27pt;
	text-align: right;
	padding-top: 70px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.emailAddressImage {
	margin-bottom: -3px;
}
#contactForm {
	width: 32em;
	text-indent: 0;
}
	#contactForm input, #contactForm textarea {
		display: block;
		font-size: 10pt;
	}
	#contactForm textarea {
		height: 10em;
		width: 30em;
	}
	.textInput {
		color: #999;
		background-color: #FFF;
		margin: 7px 0;
		font-family: Arial, Helvetica, sans-serif;
	}
.revolutionize {
	font-weight: bold;
}
ul {
	margin-left: 1em;
	font-size: 10.5pt;
}

