@charset "UTF-8";
/* CSS Document */

body {
	background: url('images/arctile.jpg');	
}

.ui-page {
    background: url('images/arctile.jpg');
}


h1, h2, h3, h4, h5, h6, p {
	color: #000099;
	font-style: italic;	
}

table {
	color: #000099;
	font-style: italic;	
}

a {
	color: #000099;
	font-style: italic;
	text-decoration: underline;	
}

#mainContact {
	border: 1px solid #800000;
	border-radius: 10px;	
	width: 95%;
}
#mainContact h2 {
	color: #800000;
	font-style: italic;
}

#tel {
	width: 80%;
	border-radius: 12px;
	background-color: #006;
	opacity:0.7; 
	padding-top: 1px;
	padding-bottom: 1px;
}

#tel h1, a {
	color: #e1e1e1;	
}

}

#map, .ui-content, #map-canvas { width: 100%; height: 100%; padding: 0; }