body  {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
	text-align: center;
	background-color: #fff;
}
/* layout structure */
#container {
	background-color: #fff;
	text-align: left;
	position:relative;
	margin:5px auto 0;
	padding: 0;
	width: 900px;
	height: 2000px;
}
#header {
	width: 890px;
	height: 100px;
	left: 3px;
	border: 2px solid #4f360a;
	position: absolute;
}
/* #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 0 0 0;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: #8dd4da;
	height: 34px;
	width: 890px;
	position: absolute;
	visibility: visible;
	top: 108px;
	border: 2px solid #4f360a;
	left: 3px;
}
#nav ul{
	color: #000;
	line-height: normal;
	margin: 5px 0 0px;
	padding: 0px 0 0;
	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:#AA9FAA;
	padding:2px 8px 4px 8px;
	text-decoration:none;
}
#nav a:hover{
	color:#000;
	background:#CCC;
	text-decoration: none;
}

#content{
	background-color: #8dd4da;
	background-image: none;
	position: absolute;
	top: 150px;
	left: 192px;
	width:700px;
	height: 482px;
	border: solid 2px #4f360a;
}
#showitbox {
	position: absolute;
	top: 40px;
	left: 100px;
	width: 500px;
	height: 400px;
	border-color: #4f360a;
	background-color: #8dd4da;
}
#buttonbox { background-color: #8dd4da; position: relative; top: 60px; left: 100px; width: 470px; height: 320px; }
#fb_button1 { background-color: #8dd4da; position: absolute; top: 444px; left: 250px; width: 400px; height: 37px; }
#fb_button2 { background-color: #8dd4da; position: relative; top: 60px; left: 250px; width: 400px; height: 50px; }

#skipbutton {
	color: #000;
	background-color: #8dd4da;
	text-decoration: none;
	text-align: left;
	position: absolute;
	top: 430px;
	left: 500px;
	width: 200px;
	height: 25px;
	border-color: transparent;
}
#sidebar{
	color: #000;
	background-color: #8dd4da;
	position: absolute;
	top: 150px;
	left: 3px;
	width:180px;
	height: 482px;
	border: 2px solid #4f360a;
}
#footer{
	width:890px;
	/*	clear:both;*/
	background-color:#8dd4da;
	height:26px;
	color:#fff;
	font-size: 0.8em;
	position: absolute;
	top: 644px;
	left: 3px;
	padding-top: 2px;
	border: solid 2px #4f360a;
}
#footerleft{
	width:150px;
	background-color:#8dd4da;
	height:20px;
	color:#000;
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#footercenter{
	width:100px;
	background-color:#8dd4da;
	height:20px;
	color:#000;
	font-size: 1em;
	padding-left: 250px;
	float: left;
}
#footerright{
	width:235px;
	background-color:#8dd4da;
	height:20px;
	color:#000;
	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;
	/* [disabled]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;
}

