body {
	background-color: #fff;
	color: #000;
	font-family: tahoma, sans-serif;
	font-stretch: wider;
	font-size: 75%;
}

a, a:visited {
	color: #00e;	
}

.indent {
	position: relative;
	left: 1em;
}

div#container {
	position: absolute;
	width:96%;
	left: 2%;
	top: 5%;
	
	margin-bottom: 1em;
	margin-right: 1em;
	min-width: 80em;
	min-height: 90%;
	overflow-y: visible;
}

div#top {
	position: absolute;
	height: 7em;
	width: 100%;
	background-color: #09c;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-color: black;
}

div#titlebar {
	position: absolute;
	width: 100%;
	height: 5em;
	background-color: #fff;
	color: #000;	
}

div#slogan {
	float: right;
	position: absolute;
	top: 0.5em;
	right: 1em;
	font-size: 1.3em;
	padding-right: 0.5em;
	font-weight: bold;
}

div#logo {
	float: left;
	position: relative;
	left: 0.75em;
	top: 0em;
	
	font-size: 3.5em;
	color: #000;
	
}

div#menu {
	position: absolute;
	left: 0.5em;
	bottom: 0em;
	vertical-align: middle;
	height: 1.6em;
	margin-top: 0.5em;
}

div#main {
	position: absolute;
	top: 7em;
	width: 100%;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	border-color: black;
	min-height: 75%;
}
div#mainwrap {
	padding: 2em 2em 4em 2em;
}

.right {
	text-align: right;
}
	
.small {
	font-size: 0.8em;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	color: #09c;
	font-size: 1.5em;
	text-align: left;
}

h2 {
	font-weight: bold;
	color: #09c;
	font-size: 1.4em;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
}

b {
	font-weight: bold;
}

i {
	color: #09c;
	font-weight: bold;
	font-style: normal;
}

div#contact {
	position: absolute;
	width: 100%;
	left: 0em;
	bottom: 0em;
	height: 3em;
	float: right;
	clear: both;
	text-align: right;
	border-top: 1px solid black;
	background-color: #09c;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
}

div#contactpad {
	position: absolute;
	top: 0.3em;
	height: 2.1em;
	left: 2%;
	width: 96%;
	background-color: #09c;
}

img.testamonial {
	width: 100%;
	height: 100%;
}

div#copyright {

}
