body {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-family: arial, verdana;
	font-size: 0.625em;
	line-height: 1.5em;
}

#Container	{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color: #fff;
	padding:10px;
	position:relative;
}

h1	{
	font-size:2.2em;
	border-bottom:2px solid #000;
	padding-bottom:5px;
	padding-left: 125px;
	line-height:83px;
	background-image:url(images/gold-bars.jpg);
	background-repeat: no-repeat;
}

p	{
	font-size:1.2em;
}

#LeftColumn	{
	width: 400px;
}
#RightColumn	{
position: absolute;
right: 10px;
top: 125px;
}

.GoogleMapBubble	{
	text-align:right;
	margin-right:25px;
}

#map_canvas	{
	border:1px solid #000;
	padding:2px;
}