body{
	margin:0px;
	font-family: Eurostile,Verdana, Arial, Helvetica,  sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/masonsBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#314396;

}

#header{
	width:740px;
	height:100px;

}
#header img{
	margin:5px;
}

#addressblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
/*	right:10px;
	top:50px;
	position:absolute;*/
	font-weight: bold;
	color:#666699;

}
#telNo{
	margin-top:10px;
	font-size: 1.4em;
	color:#cf0024;
}
#footer{
	color:white;
	background-color:#314396;
	padding:0.4em 10% .5em 10%;
	width:740px;
	white-space: nowrap;

}
#header a:hover,#header a:focus,#header a,#header a:link,#header a:visited,#header a:active,
#footer a,#footer a:link,#footer a:visited,#footer a:active,#footer a:focus,#footer a:hover{
	color:#ffffff;
	padding: 0em 1em 0.1em 1em;
	text-align:center;
	font-size: .8em;
}


#navBar a:focus,#navBar a:hover,
#footer a:focus,#footer a:hover{
	color:#0096d6;
	background-color:#ffffff;
}
#navBar{
	padding:0 0 0 58px;
	background-color:#314396;
	width: 800px;
	margin: 0 0 0 0 ;
}
#footer p{
text-align:center;
}
#mainBody{
	margin:100px 30% 1em 130px;
	font-size: 1em;
	width:500px;
}
#ContactForm{
	width:80%;
	vertical-align: top;

}

#ContactForm th{
	vertical-align: top;
	width: 150px;
	text-align: left;

}
#ContactForm input,#ContactForm textarea{
background-color:#eaecf4;

}
