/* Accompanies WGS Conveyancing site FOR PRINTING*/

body {
   font-family : arial, sans-serif;
	font-size : 11pt;
	margin : 5em  5em 2em 5em;
	padding : 0;
}

img, div#left, div#welcome, p.pullquote{
display: none;
}

img.logo{
	display : block;
	border: 0;
}

div#right{
   background-color : White;
	position : absolute;
	height:auto;	
	top:0;
	right : 5em;
}

h1{
	font-size : large;
}

h2 {
	font-size : medium;
}

.aligncenter{
	text-align : center;
}
.alignright {
	text-align : right;
}

a,input{
	display:none;
}

li {
	list-style : none;
}





