@charset "utf-8";
h1 {
	position: relative;
	font-size: 0.5em;
}
h1 span {
	position: absolute;
	left: 0px;
}
Body {
	font-family: Arial, Helvetica, sans-serif;
}
.Bold {
	font-weight: bold;
}
.Grey {
	color: #666666;
}

#Header {
	margin-top: 20px;
	height: 120px;
	overflow: hidden;
}
#Address {
	text-align: right;
	color: #cc0000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: .5em;
}
#Tel {
	color: #3366cc;
	font-size: 2em;
	font-weight: bold;
	margin-top: 1.5em;
}
#Tel    #EmailLink a  {
	font-size: .7em;
	color: #cc0000;
	text-decoration: none;
}
#Tel #EmailLink a:hover {
	font-size: 0.7em;
	color: #3366cc;
	text-decoration: none;
}
#HorizontalBand {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
#Brands {
	margin-top: 10px;

}

#Content {
	clear: both;
	padding-top: 20px;
}
#Content p {
	margin-bottom: 5px;
}
#LeftColumn {
	text-align: center;
	font-size: 1.2em;
}
#MiddleColumn {
	font-size: 0.9em;
}
#RightColumn {
	font-size: 0.9em;
}
