body {
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4 {margin-top:1em;margin-bottom:1em;}

#designSpace {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:86px;
	/* width:590px; */ /* not relevant in this design because of centered outside table. */
}

#pageHeader {
	position:fixed;
	width:610px;
	top:0px;
	left:50%;
	margin-left:-305px;
	margin-top:0px;
	padding-top:5px;
	background-image:url("bkgrd3.jpg");
	z-index:1;
}

#outsideTable {
	margin-bottom:40px;
}

#videoDemo {
	 border:1px solid black;
	 width:445px;
	 height:364px;
}

.blueHook {
	border:1px solid black;
	padding:10px;
	background-color:#ddf;
	text-align:justify;
	margin:30px 35px 30px 35px;
}

.testimonial {
	border:1px solid black;
	padding:0 15px 0 15px;
	background-color:#ddf;
	text-align:justify;
	margin:10px 0px 10px 0px;
}

blockquote {
	color:#066;
	font-weight:bold;
	text-align: justify;
	margin:30px;
}

a {
	text-decoration:none;
}

a:hover {
	background-color:#aff;
}

#pageFooter {
	text-align:center;
	font-size:10px;
}

