body {
	background-color: #000000;
	margin: 0px;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
*/	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0px;}
img {
	border:0px;
}
H1 {
	font-size:18px;
	margin-bottom:0px;
}
H2 {
	font-size:16px;
	margin-bottom:0px;
}
H3 {
	font-size:13px;
	margin-bottom:0px;
	padding-bottom:3px;
}
h4 {
	font-size:13px;
	margin-bottom:0px;
	padding-bottom:3px;
	margin-top:15px;
}
br {
	line-height:90%;
}
/* Container that holds the content centered on the page */
div.container {
	position: relative;
	margin: 10px auto 10px auto;
	padding:0 0 0 0;
	width: 700px;
	text-align: left; /* disables text-align:center so content is not centered */
}
div.top { /*Holds the image and flags at the top of the page*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px; 
	height: 205px;  
	background-color:#ffffff;
}
#top_image {
	position:relative;
	top:10px;
	left:10px;
	width:680px;
	height:175px;
}
#lang_bar {
	position:relative;
	top:10px;
	left:10px;
	width:680px;
	height:20px;
	text-align:right;
	background-color:#ffffff;
}
#td_menu {
	vertical-align:top;
	width:120px;
	background-color:transparent;
}
div.menu_item {
	text-align:center;
	vertical-align:middle;
	width:120px;
	height:15px;
	padding:5px 0 5px 0;
	background-color:#85713F;
	font-size:12px;
}
a.menu_link {
	color:#FFFFFF;
	text-decoration:none;
	/*font-family: "Trebuchet MS, sans-serif;*/
}
a.menu_link:hover {
	color:#000000;
}
div.menu_seperator {
	height:4px;
	width:1px;
}
div.menu_seperator_large {
	height:12px;
	width:1px;
}
div.container_main{
	position:relative;
	top:0px;
	left:0px;
	width:700px;
	min-height:310px;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

div.main_content {
	position: relative;
	top:0px;
	left: 0px;
	width: 680px; /*width + paddings LR + margins LR*/
	color:#000000;
	line-height: 140%;
	text-align: justify;
	padding-top: 140px !important;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
 	height: auto !important;
 	height: 140px;
 	min-height: 1px;
	background-image:url('../images/watermark.jpg');
	background-repeat:no-repeat;
	background-position:100% 0%;
}
#table_content {
/*	border:#000000 solid 1px;
*/
	font-size:inherit;
}
div.content_text {
	margin-top: -140px; 
}
#td_content {
	background-color:transparent;
	vertical-align:top;
	padding:0 0 0 0;
	width:580px;
}
#footer {
	position: relative;
	top:0px;
	left: 0px;
	width: 700px;
	height: 17px; 
	font-size: 10px;
	color:#000;
	text-align:center;
	padding:3px 0 0 0;
	background-color:#ffffff;
	border-top:#000000 solid 1px;
	font-weight:bold;
}
a.footer_link {
	font-size:inherit;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	color:#000;
	text-decoration:underline;
}
a.footer_link:visited {
	color:#000;
}


/*div.signature {
	position:relative;	
	padding:0 0 20px 0;	
	width:auto;
	text-align:center;
}
a.signature_link {
	font-size:60%;
	color:#666666;
	text-decoration:none;	
}
*/
a.page_link {
	text-decoration:none;
	color:#333333;
	font-size:9px;
}

a.page_link:hover {
	color:#333333;
	text-decoration:underline;
}

a.page_link:visited {
	color:#333333;
}

/*----------- for the property.php page -------------*/
#table_detail_bar {
	background-color:#85713F;
	width:100%;
	height:25px;
	padding:0px 0 3px 0;
	border:#000000 solid 1px;
}
table.table_property_content {
	width:600px;
}
td.border_but {
	border-bottom:#000000 solid 1px;
	padding:7px 0 7px 0;
}
td.border_but_right_white {
	border-bottom:#ffffff solid 2px;
	border-right:#ffffff solid 2px;
}
td.border_but_white {
	border-bottom:#ffffff solid 2px;
}

table.small_table {
	background-color:#ffffff;
	width:100%;
	font-size:11px;
	vertical-align:top;
}
table.small_table td {
	width:33%;
	border-right:#ffffff solid 2px;
	padding:2px 0 2px 3px;
	vertical-align:top;
}
.colored1 {
	background-color:#85713F;
}
.colored2 {
	background-color:#9c8969;
}
.colored3 {
	background-color:#edeae4;
}
#print_header {
	display:none;
}

/*---------- Picture show ----------------*/
#left_side {
	float:left;
	width:600px;
	background-color:#ffffff;
}
#right_side {
	width:320px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	
}
#large_pic {
	width:600px;
	padding:3px 0 0 0;
}
#heading_text {
	width:600px;
	text-align:center;
	padding:3px 0 3px 0;
	background-color:#85713F;
	font-size:12px;
}