html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Verdana, arial, sans-serif;
	font-style: italic;
	text-align: center;
	/*background-color: #dcdcc2;*/
	background: url("../images/body_bg.png") repeat-x scroll center top #FDFCF7;
}

#outer {
	margin: 15px auto;
	width: 785px;
}

#outer #outer_top {
	overflow: hidden;
	width: 785px;
	height: 14px;
	float: left;
	background: url(../images/top-shadow-border.png) no-repeat;
	margin: 0;
	padding: 0;
}

#outer div#container {
	float: left;
	text-align: left;
	width: 785px;
	width: 100%;
	background: url(../images/background.png) repeat-y;
}

#outer #outer_bottom {
	clear: both;
	height: 17px;
	width: 785px;
	background: url(../images/bottom-shadow-border.png) no-repeat;
	float: left;
}

div#content p {
	line-height: 1.4;
}

div#content {
	float: left;
	width: 766px;
	height: 570px;
	border: 1px solid #7a4500;
	padding: 0;
	margin-top: -7px;
	margin-left: -2px;
	margin-bottom: -8px;
	position: relative;
}

div#wrapper {
	margin-left: 8px;
	margin-right: 9px;
}

#home {
	margin-top: -3px;
	margin-left: 2px;
}

#home_gallery {
	border: 1px solid #794400;
	height: 380px;
	width: 757px;
	position: relative;
	z-index: 0;
}

#home_content {
	background-color: #f4f4ed;
	float: left;
}

#home_content #left_content,#home_content #right_content {
	margin-top: 5px;
	display: inline;
	float: left;
}

#home_content #language_selection {
	display: inline;
	float: left;
	margin: -68px 2px 0 3px;
	position: relative;
}

#home_content #left_content img,#home_content #right_content img,#home_content #language_selection img
	{
	margin: 0;
	padding: 0;
}

.curved {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#content h3.page_title {
	color: #7a4500;
	font-style: italic;
	width: 440px;
	padding-left: 197px;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	float: left;
}

span.gallery_lnk{
	float: left;
	font-weight: bold;
	padding-top: 10px;
}

#footer,#title_separator {
	clear: both;
	border-top: 1px solid #7a4500;
	width: 766px;
	float: left;
}

#footer p {
	margin: 0;
	padding: 0;
}

#title_separator {
	height: 3px;
}

#navigation {
	float: left;
	width: 25%;
}

#textcontent {
	float: left;
	width: 560px;
	font-size: 11px;
	line-height: 0.9em;
	height: 340px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 7px;
	color: #5d4321;
	text-align: justify;
}

#textcontent p:first-child {
	padding: 0;
	margin: 0;
}

#textcontent table td {
	font-size: 10px;
}

#logo {
	padding-left: 40px;
	padding-top: 20px;
	width: 146px;
	float: left;
	display: inline;
}

#top_content {
	width: 579px;
	float: left;
}

#top_content p {
	margin: 0;
	padding: 0;
}

#bottom_menu {
	float: left;
	margin-left: 200px;
	text-align: center;
	width: 400px;
}

#copyright {
	text-align: right;
	font-size: 90%;
	color: #2f2f2f;
	width: 20%;
	float: right;
	padding-right: 10px;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #7a4500;
}

a:hover {
	text-decoration: underline;
}

ul.sitemap {
	margin-top: 0px;
	padding: 0;
	float: left;
	margin-left: 10px;
}

ul.sitemap li {
	list-style-type: circle;
	padding: 2px;
}

ul.sitemap ul {
	margin-left: 10px;
	padding: 0;
}

table#mytable th {
	color: #7A4500;
}

span.error_msg {
	color: red;
	font-size: 80%;
}

#map { 
	width: 555px; 
	height: 324px; 
	border: 2px solid #333333; 
	text-align: center;
	margin-top: 5px; 
}

#estate-map { 
	width: 550px; 
	height: 469px; 
	border: 2px solid #333333; 
	text-align: center;
	margin-top: 5px; 
}

.datepicker input, 
.datepicker img {
	float: left;
}
.datepicker input {
	margin-bottom:12px;
	padding: .4em
}

