html {
height:101%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pageBack.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width:942px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#masthead {
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:139px;
}
#logo {
float:left;
width:149px;
margin-top:20px;
margin-left:20px;
}
#logo img {
	border: 0;
}
#columnwrapper {
width:940px;
}
#contactBox {
	float:right;
	margin-top:0px;
	margin-right:20px;
	background-image: url(../images/top_phones.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 313px;
	color: #FFFFFF;
}
#strapline {
	float:left;
	margin-left:0px;
	margin-top:109px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	width: 260px;
	margin-left:25px;
	padding-top:5px;
	text-align: right;
}
.phonetext {
	padding-left:35px;
	
}
.email {
	color: #FFFFFF;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 260px;
	margin-left: 25px;
	margin-top:15px;
}
.emailtext {
	padding-left:50px;
	font-size: 12px;
}