body {
	background: #ededed;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h4 {
	font: normal bold 14px/15px Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

#header {
	height: 50px;
	width: 100%;
	background: url(../images/bt_bg.png) repeat-x #cc0000;
	border-bottom: 3px solid black;
}

.buttons {
	margin-top: 20px;
}

.buttons a {
	color: white;
	font: normal bold 14px/14px Helvetica, Arial, sans-serif;
	background: #333333;
	padding: 12px 8px 8px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 5px;
}

.buttons a:hover {
	background: black;
}

#map {
	padding: 20px;
	width: 60%;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.summary {
	display: none;
}