/*
	Ecozy Micro Homes Ltd.
	website by Juniper Webcraft Ltd. http://www.juniperwebcraft.com
	stylesheet by Paul Novitski - October 2009
*/

*
{
	margin: 0;
	padding: 0;
	font-family: Garamond, serif;
}
html
{
	height: 100%;
}

body
{
	height: 100%;
	font-size: 100%;
	text-align: center;
}
#page-wrap,
#footer
{
	position: relative;
	left: -5%;
	width: 30em;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	border-left: 50px solid #3D4695;
	text-align: left;
}
#page-wrap
{
	min-height: 100%;
}

* html #page-wrap
{
	height: 100%;
}

#content
{
	padding-bottom: 5em;
}
p.tagline
{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 10px solid #3D4695;
	padding-bottom: 1.5em;
	text-align: right;
	font-size: 2em;
	font-style: italic;
}
div#contact-details
{
	font-size: 1.5em;
}
div#contact-details p
{
	margin-bottom: .3em;
}
#footer
{
	position: relative;
	margin-top: -4em;
}
#footer ul
{
	padding-top: 10px;
	border-top: 10px solid #3D4695;
}
#footer li
{
	font-size: .9em;
	text-align: right;
	list-style-type: none;
}
#footer li,
#footer li a
{
	font-family: Tahoma, Arial, serif;
}
