body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image:url(images/ed_creates_bg.jpg);
}
img {
	border: none;
}

#wrap {
width: auto;
height: auto;
margin:auto;
}

#heading{
	width: 700px;
	height: 150px;
	margin:auto;
	background-image: url(images/edcreates_logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.line{
border-bottom: solid 2px #cecece;
margin:auto;
}
.textBox{
width: 700px;
height: auto;
margin:auto;
padding-top: 10px;
}
.addressBox{
width: 200px;
height: 80px;
margin-top: 30px;
padding: 15px;
border-bottom: dotted 2px #cecece;
border-top: dotted 2px #cecece;
float:left;
}
.contactForm{
width: 400px;
height: auto;
padding: 15px;
float:right;
}
.telBox{
width: 200px;
height: 80px;
padding: 15px;
border-bottom: dotted 2px #cecece;
float:left;
}
.emailBox{
width: 200px;
height: 80px;
padding: 15px;
border-bottom: dotted 2px #cecece;
float:left;
}
#termslinks{
width: auto;
height: auto;
margin:auto;
padding-bottom: 10px;
margin-top: 450px;
}
.h1 {
font-size:200%;
color:#000;
font-weight:800;
letter-spacing:-1px;
}

/* dock - top */
.dock {
	position: relative;
	height: 50px; 
	text-align: center;
	margin-top:70px;
	margin: auto;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 70px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}