/*
Dark green: 	#48532B
Lite green:		#768354
Tan:				#CD8C4C
Lite tan:		#E0B58A
Off white:		#F9EFED
*/

BODY
{
	background-color: #F9EFED;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}
#headbox
{
	background-color: #48532B;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
}
#langbox
{
	position: absolute;
	top: 5;
	right: 5;
	z-index: 3;
	font-size: 0.9em;
	color: #ffffff;
}
#langbox a
{
	text-decoration: none;
	color: #ffffff;
}
#langbox a:VISITED
{
	text-decoration: none;
	color: #ffffff;
}
#langbox a:HOVER
{
	text-decoration: underline;
	color: #ffffff;
}
#mainlogo
{
	position: absolute;
	top: 24;
	left: 250;
	z-index: 2;
}
#sidebox
{
	background-color: #CD8C4C;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	z-index: 0;
}
#link_container
{
	left: 10;
	position: absolute;
	top: 150;
	width: 180px;
	z-index: 4;
	font-size: 13px;
	font-weight: bold;
	line-height: 2em;
}
#link_container a
{
	text-decoration: none;
	color: #ffffff;
}
#link_container a:VISITED
{
	text-decoration: none;
	color: #F5DBC1;
}
#link_container a:HOVER
{
	text-decoration: underline;
	color: #ffffff;
}
#tophouse
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#main_text
{
	padding-top: 150px;
	padding-left: 250px;
	padding-right: 50px;
	padding-bottom: 100px;
}

h1
{
	font-size: 3em;
	color: #48532B;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin-top: 0px;
}

#credit
{
	color: #48532B;
	position: absolute;
	left: 250;
	top: 800;
	font-size: 0.8em;
}
#credit a
{
	text-decoration: none;
	color: #48532B;
}
#credit a:VISITED
{
	text-decoration: none;
	color: #48532B;
}
#credit a:HOVER
{
	text-decoration: underline;
	color: #48532B;
}
h3.casa_h3
{
	margin-top: 100px;
}
.fpic
{
	float: right;
	border: 1px solid #000000;
	margin-left: 20px;
	margin-bottom: 20px;
	/*margin-bottom: 100px;*/
}
.fpic_home
{
	float: left;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-bottom: 20px;
}
#form_table td
{
	border-bottom: 1px dashed #48532B;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#price_table td
{
	border-bottom: 1px dashed #48532B;
	border-right: 1px dashed #48532B;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#price_table table
{
	border-top: 1px dashed #48532B;
	border-left: 1px dashed #48532B;
}