/* CSS Document */
body {
background-color:#012B6D;
font-family:"Comic Sans MS", Tahoma, Verdana, Helvetica;
}
#wrapper {
margin:3em auto;
width:752px;
border:2px solid #C0D7FF;
background-color:#ffffff;

}
	#wrapper h1 {
		background: #ffffff url(../img/scooby-watersports-logo.jpg) no-repeat 0 1px; 
		display: block;
		height: 212px;             /* adjust according your image size */
		text-indent: -1999px;  /* this hides the text */
		margin:0;
	}
#content {
margin:0 0 0 2em;
color:#011C4C;
font-size:0.95em;
font-weight:bold;
}
#products-vert {
float:right;
width:120px;
height:auto;
margin:0 0 0 1em;
}
#products-horiz {
float:left;
width:715px;
height:auto;
}
#street-map {
height:350px;
width:690px;
border:2px solid grey;
}
#map {
width:690px;
}