/*										Thatched Cottage
*/
/* 										Type
*/

h1, h2, h3		{margin:0;}
h1, p 			{margin-top:0;}
h1 				{font-size:1.5em;line-height:1.1em; margin-bottom:15px;}
h2				{font-size:1em;}
img				{border:0px;}
a				{color: #92583C;text-decoration:none;}
a:hover			{color:#E27A00;}
iframe			{border:1px solid #AF9864; padding:5px;}
#nav1 a			{color:#F0EBD7;}
#nav1 a:hover	{color:#FFFAE5;}
#footer	a		{color:#D1B989;}
#footer a:hover	{color:#FAE4B7;text-decoration:underline;}

body{
	background: url(gfx/bgfade.gif) fixed repeat-x #7e765e;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-top:0;
	padding:0;
	text-align:center;
}

.lab {
	float:left;
	font-weight:bold;
	width:130px;
}

.contacts {margin:10px 0;}

.inpage_l{
	background:#fff;
	border:1px solid #AF9864;
	float:left;
	margin: 0 20px 20px 0;
	padding:5px;
}

.inpage_r{
	background:#fff;
	border:1px solid #AF9864;
	float:right;
	margin: 0 20px 20px 0;
	padding:5px;
}

/*										Sections
*/

#wrapper{
	background: #F0EBD7;
	border:1px solid #000;	
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:800px;
}

#content{
	background:url(gfx/bg-home.jpg) no-repeat top left #fff;
	float:left;
	margin:0px;
	padding:30px;
	width:540px;
	min-height:500px;
	
	/*IE6 Only*/
	height:auto;
	_height:460px;
}

#prop{
	float:right;
	height:475px;
	width:0px;
}

#header{
	width:800px;
	height:152px;
	border-bottom:1px solid #AF9864;
	margin:0px;
	background:url(gfx/tchead2.jpg) no-repeat top left #FFDDA5;
}

#subheader{
	width:800px;
	background:url(gfx/subheader.gif) no-repeat top left;
	border:1px #000;
	font-size:0;
	height:12px;
	margin:0px;
	vertical-align:bottom;
}

.quote { color: #8B7765; font-size:0.8em;}

#nav1{
	background: url(gfx/vnav-bg.jpg) no-repeat top left;
	height:482px;
	line-height:1.1em;
	width:158px; 		
	float:left;
	padding:20px;
}

#nav1 ul{
	/*font-family:Arial, Helvetica, sans-serif;*/
	list-style:none;
	margin:0;
	padding:0;
}

#nav1 li{}

#nav1 a{
	display:block;
	border-bottom:2px solid #AF9864;
	line-height:2em;
	width:158px;
}

#nav1 a:hover{
	border-bottom:2px solid #8B7765;
}

#footer{
	width: 800px;
	border-top:1px solid #000;
	clear: both;
	background: url(gfx/footer.jpg) #3E3731;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: small;
	color: #F0EBD7;
	line-height: 33px;
}

.picclear{
	clear: both;
	}