@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #e8e8e8;
	color: #000;
	font-size: 12px;
	background:url('/media/images/mobile_bg_A01.gif') repeat; 

}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #ee2e24;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}


/* ID'S */
#googlemap {
	width: 430px;
	border: 1px solid #CCCCCC;
	float: right;
}

#staticmap {
	width: 430px;
	float: left;
	border: 1px solid #CCCCCC;
}


.galleryDisplay img {
	display:block;
}

.pic2 {
  border:8px solid #999999;
  display:inline;
  margin:0 10px 10px;
  padding:1px;
}
.pic3 {
  border:8px solid #999999;
  display:inline;
  margin:0 85px 10px;
  padding:1px;
}

