/* Atkinson Stilgoe Estate Agents */
/* Print Styles */
/* Author: Paul Lloyd */
/* March 2005 */

@import url(/_css/basic.css);
@import url(/_css/classes.css);

/* Hide these... */

#header #nav,
#header #subnav,
#main #side,
#content .options,
#footer .design,
#footer .accessibility,
.printhide {
	display: none;
}

/* Redefine styles */

#wrap {
	text-align: left;
}

#header {
	height: 90px;
	clear: both;
}

#header #logo a {
	position: absolute;
	float: left;
	background:  url("/_gfx/logo.gif") no-repeat;
	height: 90px;
	width: 180px;
	display: block;
	text-indent: -5000px;
/*  IE 5 Hack \*/
	overflow: hidden;
/* end hack */ 
}

#print #header {
	height: 130px;
}

#content .thumb {
	width: 560px;
	height: 120px;
	margin-top: 10px;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 10px;
	color: #666;