/* Print Style Sheet :: aegis-uk.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

body {
    font-family: Arial, Helvetica, Sans-Serif; 
	color: #444;
}

/* Formatting Styles */

img {
	border: 0px;
}

.italic {
	font-style: italic;
}

/* Hide DIVs */

#control_bar, #top, #left_image_content, #column_2, #column_3, div.property_listing_control, #lower_links, #footer {
	display: none;
}

/* Hide Elements */

hr, p.details, p.register, p.gallery {
	display: none;
}

/* Text Styles */

h1, h2, h3, h4, h5, h6 {
	width: 100%;
}

h1 {
	margin-top: 1em;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

h2 {
	margin-top: 0;
	font-size: 0.9em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #666;
}

h3 {
	margin-top: 0.75em;
	padding: 0;
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}

/* Link Styles */

a, acronym {
	text-decoration: none;
	border: none;
	color: #000;
}

/* List Styles */

li {
	font-size: 0.8em;
}