body {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 color: #000;
 background: #fff;
 margin: 0px;
 padding: 0px
}

img {border-width: 0px;}

#header { 
	border-color: #FF7900; 
	border-style: outset; 
	border-left-width: 0; 
	border-bottom-width: 2px; 
	border-right-width: 0; 
	border-top-width: 0px; 
	text-shadow: 0px 1px 2px #6e3000;
	color: #00DD00; 
	background: #FF7900;
	width: 100%;
	overflow: hidden;
  }

#header a:link,
#header a:visited {
 background-color: #FF7900;
 color: white;
 text-decoration: none; zoom: 1 /* force hasLayout in IE */
}

#content {
	margin: 30px;
}

#content a:link {
	color: #FF7900;
}

#content a:visited {
	color: #008800;
}

#heroshot {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	right: 0px;
}

#footer {
	border-color: #008800;
	border-style: outset; 
	border-left-width: 0; 
	border-bottom-width: 2px; 
	border-right-width: 0; 
	border-top-width: 2px; 
 	color: white;
	text-shadow: 0px 1px 2px #003100;
	background-color: #008800;
	width: 100%;
	overflow: hidden;
}

#footer a:link,
#footer a:visited {
 background-color: #008800;
 color: #FF7900;
 text-decoration: none;
 zoom: 1 /* force hasLayout in IE */
}

.screenshot {
	text-align: center;
	-webkit-box-shadow: 0px 4px 3px #666;
	-moz-box-shadow: 0px 4px 3px #666;
	box-shadow: 0px 4px 3px #666;
	display: block;
	margin: auto;
}


#content p {
	font-size: larger;
	text-align: justify;
}

#title {
	margin: 0px;
	text-shadow: 0px 2px 2px #999999;
	font-weight: bold;
	font-size: x-large;
	font-family: serif;
}

.legal,
.legal a:link {
	color: #999999;
	font-size: small;
}

#newVendor {
	font: medium "Marker Felt", "Comic Sans MS";
	border-style: none;
	float: left;
	background-color: #fffeff;
	width: 216px;
	height: 250px;
	margin: 15px;
	-webkit-box-shadow: rgb(102, 102, 102) 0px 4px 3px;	
	-webkit-transform:rotate(-1.3deg);
}

#caption {
	text-align: center;
	bottom: 8px;
	vertical-align: middle;
	top: 8px;
	float: none;
	clear: both;
	position: relative;
}

#map {
	text-align: center;
	position: relative;
	float: none;
	display: block;
	top: 8px;
	clear: both;
}
