* {
	margin:0;
	padding:0;
	text-align:left;
}
html, body {
	height:auto !important;
	height:100%;
	min-height:100%;
}
b,strong {
	font:normal bold 11px Arial;
}
i,cite,em {
	font:italic normal 11px Arial;
}
a img {
	border:none;
	cursor:pointer;
}
img {
	vertical-align:top;
}
ul , ol {
	margin:0 0 0 25px;
	padding:0 0 0 10px;
}
table {
	border-collapse:collapse;
	width:100%;
}
table td {
	border-collapse:collapse;
	vertical-align:middle;
}
h1 {
	font:bold 21px Arial;
	text-transform:uppercase;
}
h2 {
	font:normal 20px Arial;
}
h3 {
	font:normal bold 12px/19px Arial;
}
a, a:hover {
	color:#0000CC;
	font:normal 11px Arial;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:focus {
	outline:none;
}
p {
	font: normal 11px Arial;
	margin:10px 0;
}
.left_float {
	float:left;
}
.right_float { 
	float:right !important;
}
.none {
	display:none;
}
.display {
	display:block !important;
}
.center {
	display:block;
	text-align:center;
	margin:0 auto;
}
.no_border {
	border:none !important;
}
#main {
	background:#fff2ce;
	margin:0;
	text-align:center;
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	height:100%;
	overflow:hidden !important;
	width:1000px;
}
#mapgoogle {
	border:1px solid #ffe6be;
	clear:both;
	display:block;
	width:670px !important;
	height:670px !important;
	overflow:hidden;
}
#mapgoogle div {
	color:#000;
	margin:0 !important;
}
#files {
	clear:both;
	list-style:none;
}