@charset "utf-8";
/* Ultimate Heating and Plumbing */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}

 img, div, input { behavior: url("iepngfix.htc") }

p {margin:0px;}

.phone {
	font-size:40px;
	font-weight: bold;
}

img {
	border: 0;
}

.boldtext {
	font-size:18px;
	font-weight: bold;
	color: #f86a00;
}

body {
	background-color: #222222;
	margin-top: 0px;
	background-image: url(images/background.png);
	background-position: center top;
	background-repeat: no-repeat;
}
a:link {
	color: #f86a00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f86a00;
}
a:hover {
	text-decoration: none;
	color: #fea300;
}
a:active {
	text-decoration: none;
	color: #fea300;
}

#centre {
	margin: auto;
	width:800px;
	margin-top: 0px;
	background-image: url(images/body.jpg);
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	overflow: auto;
}

#body {
	overflow: auto;
}

#leftcolumn {
	position:absolute;
	width: 465px;
	overflow: auto;
	background-image: url(images/cards.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	height: 740px;
}

#rightcolumn {
	position:relative;
	left: 466px;
	padding: 15px;
	width: 300px;
	color: #FFF;
	padding-top: 65px;
	background-image: url(images/uk.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#text {
	padding: 25px;
}

#legal {
	color: #666;
	text-align: center;
	padding: 10px;
}