/* global */

html {height: 100%;}

body {
	font: 11pt, 'Arial', Helvetica, sans-serif;
	text-align: center; height: 100%;
}

#container {
	width: 851px;
	margin: 0 auto;
	text-align: left;
	background: #cfe3de;
}

#container2 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #cfe3de;
}

h1 {
	font: 15pt 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	}
	
h2 {
	font: 10pt/60% 'Arial', Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #0f4033/* #155c49 */;
	}
	
h2 img {
	vertical-align: middle;
	}
	
p {
	font: 9pt/160% 'Arial', Helvetica, sans-serif;
	}

a {
	text-decoration: none;
	color: #155c49;
}

img {
	border: 0;
}

/* header and navigation */

.header {
	height: 123px;
	width: 851px;
	margin: 0 auto;
	position: relative;
	background: #f8e8bf;
}

.lilheader {
	margin: 0 auto;
	background: #f8e8bf;
	border-bottom: 6px solid;
 	border-color: #000;
}

#logo {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 333px;
	height: 70px;
}

#nav {
	position: absolute;
	left: 333px;
	top: 18px;
}

#nav li {
	float: left;
	width: 95px;
	height: 70px;
	list-style: none;
}

#nav li a {
	height: 70px;
	display: block;
	border-left: 2px solid;
	border-color: #000;
	padding: 0px 8px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#nav li a strong {
	font-weight: bold;
	color: #000;
}

#nav li a:hover {
	color: #cc1111;
}

/* winter house */

#identity {
	height: 311px;
	width: 851px;
	background: url(../images/winterhouse.png) no-repeat;
}
	
.chimney {
	height: 22px;
	width: 247px;
	background: url(../images/chimney.png) no-repeat;
	position: absolute;
	margin-top: 107px;
	left: 327px;	
}

/* content */

.content {
	height: 620px;
	padding: 20px;
}

.content2 {
	height: 640px;
	padding: 20px;
}
	
.lcolumn {
	float: left;
	width: 395px;
}

.rcolumn {
	float: right;
	width: 395px;
}


.float {
	float: right;
	padding-left: 8px;
}


.reasons {
	width: 162px;
	height: 100%;
	background: #f8e8bf;
	float: right;
	margin-left: 12px;
	padding: 12px;
	white-space: nowrap;
	font-weight: normal;
	font: 11pt/120% 'Arial', Helvetica, sans-serif;
	color: #0f4033/* #155c49 */;
}

.reasons strong {
	text-align: left;
	font: 14pt/150% 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	color: #0f4033/* #155c49 */;
	}

/* footer */

.footer {
	margin: 0 auto;
	height: 108px;
	width: 811px;
	border-top: 2px solid #000;
}
	
#lillogo {
	position: absolute;
	height: 85px;
	width: 85px;
	margin: 10px 0 0 20px;
}
	
#footnav {
	position: absolute;
	margin: 20px 0px 0px 120px;
	width: 550px;
}

#footnav li {
	float: left;
	list-style: none;
	white-space: nowrap;	
}

#footnav li a {
	display: block;
	height: 1em;
	padding-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

#footnav li a:hover {
	color: #cc1111;
}

#copycontainer {
	position: absolute;
	width: 500px;
	margin: 55px 0px 0px 160px;
}	

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
	
#author {
	float: right;
	height: 85px;
	width: 105px;
	margin: 10px 20px 0 0px;
}