body  {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
	text-align: center;
	background-color: #fff;
}
/* layout structure */
#container { background-color: #c4d5dc; text-align: left; position:relative; margin:5px auto 0;
padding: 0; width: 905px; height: 669px; border: solid 2px #4f360a; }
#header { width: 905px; height: 100px; }
/* #nav { width: 905px; height: 20px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.8em; color: #000; font-style: italic; background-color: #fff; text-decoration: none; text-align: center; position: absolute; top: 101px; left: 0; display: inline; } */


/*	width: 700px;
	height: 80px;
	position: absolute;
	top: 101px;
	left: 10px;
*/
#nav {
 margin:0;
 padding:0;
 background-color: #f1f2f2;
 font:bold 1em/1em Arial, Helvetica, sans-serif;
 text-transform:uppercase;
}
#nav ul{ 
 color: #000;
 line-height: normal;
 margin: 0 0 1em;
 padding: 0;
 padding-top: 9px;
 list-style: none;
 text-decoration: none;
 text-align: center; 
}
#nav li {
 display:inline;
 padding:0;
 margin:0;
}
#nav a:link,
#nav a:visited {
 color:#fff;
 background:#ff976f;
 padding:4px 12px 4px 12px;
 text-decoration:none;
}
#nav a:hover{
 color:#000;
 background:#b4d080;
}

#content{ background-color: #8dd4da; background-image: none; position: absolute; top: 134px; left: 192px; width:700px; height: 482px; border: solid 2px #4f360a; }
#showitbox { position: relative; top: 40px; left: 100px; width: 500px; height: 400px; border-color: #4f360a; }
#buttonbox { background-color: #8dd4da; position: relative; top: 60px; left: 100px; width: 470px; height: 320px; }
#skipbutton {
	color: #000;
	background-color: #8dd4da;
	text-decoration: none;
	text-align: left;
	position: absolute;
	top: 445px;
	left: 550px;
	width: 150px;
	height: 25px;
	border-color: transparent;
}
#sidebar{
	color: #000;
	background-color: #8dd4da;
	position: absolute;
	top: 134px;
	left: 3px;
	width:180px;
	height: 482px;
	border: solid 2px #4f360a;
}
#footer{
	width:872px;
/*	clear:both;*/
	background-color:#8dd4da;
	height:26px;
	color:#fff;
	font-size: 0.8em;
	position: absolute;
	top: 632px;
	left: 4px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 2px #4f360a;
}
#footerleft{
	width:100px;
	background-color:#8dd4da;
	height:15px;
	color:#fff;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#footercenter{
	width:100px;
	background-color:#8dd4da;
	height:15px;
	color:#fff;
	font-size: 1em;
	padding-left: 250px;
	float: left;
}
#footerright{
	width:220px;
	background-color:#8dd4da;
	height:15px;
	color:#fff;
	font-size: 1em;
	float: right;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
a { color: #fff; text-decoration: none; }
a:visited{color: #fff;}
a:hover{
	color: #99c;
	background-color: #8dd4da;
	text-align: center;
}
#bottomcontainer { background-color: #8dd4da; text-align: left; position: absolute; top: 900px; left: 150px; width:900px; margin:5px auto 0;
padding: 0; border: solid 2px #4f360a; }
.testimonial {
	color: #fff;
	font-size: 3em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	background-color: #6e8e90;
	padding: 6px;
	border: solid 3px #221610;
	text-align: center;
}
.blackink { color: #333; background-color: #6e8e90; margin: 5px; padding: 3px; border: solid 1px #c09; }
.facebookImage {
	margin-top: 10px;
	margin-left: 15px;
}
