﻿@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF; margin:0px;
	background-image:url('../images/back.jpg');
	font-family:Arial;
	
}
h1 { font-size:18pt; display:inline; }
h2 { font-size:12pt; margin:5px; }
h3 { font-size:12pt; }

.divMap { 
	float:left; text-align:left;
	border:5px solid #CCC;
}

.header {
	background-color:#9A342C;
	color:#EAEAEA;
	padding:5px;
}

.description {
	clear:both;
	text-align:justify;
	padding:5px;
}

.address {
	float:right;
	width:285px;
	height:360px;
	padding:5px;
	background-color:#E3E3CA;	
}

.links {
	color:#333;	
	font-size:8pt;
}
.links:a {
	color:#333;	
}