/* CSS Document for Leighvander Cottage by Jasper, Xolution Internet Services

STYLESHEET FOR PRINT

*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #746ca0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 27px;
	color: #779467;
	margin: 20px 0;
}
img {
	display: none;
}
ul li {
	list-style: none;
}
.align-left {
	float: left;
	margin: 0 5px 0 0;
}
.align-right {
	float: right;
	margin: 0 0 0 5px;
}
a {
	text-decoration: underline;
	color: #746ca0;
}
a:hover {
	color: #746ca0;
	text-decoration: none;
}

#core p {
	line-height: 18px;
	margin-bottom: 20px;
}

#core em {
	padding: 0 4px;
}

#navbar {
	display: none;
}
#footer {
	border-top: 1px solid #000;
	margin-top: 10px;
	background: #FFF;
	color: #000;
	font-size: 11px;
	font-family: tahoma, arial, verdana, sans-serif;
}
	#xolution {
		clear: both;
		margin-top: 15px;
	}
		#xolution a {
			color: #85a771;
			text-decoration: none;
		}
	#address_left {
		display: inline;
		line-height: 18px;
		float: left;
	}
	#address_right {
		display: inline;
		line-height: 18px;
		float: right;
	}




