	html,body {
		margin: 0;
		padding: 0;
	}
	body {
		background-color: #FFA03A;
		font-size: 10pt;
		font-family: Tahoma;
	}
	.orange {
		color: #FF8E14;
	}
	.coal {
		color: #333;
	}
	#main {
		position: relative;
		top: 0;
		margin: 70px 50px;
		min-width: 900px; 
		max-width: 1600px; 
		border: solid 0px #000;
	
	}
	#head {
		position: relative;
		left: 0;
		background: #fff;
		margin: 20px 0;
		width: 100%;
		height: 150px;
		border: solid 0px #000;
	}
	#body {
		position: relative;
		left: 0;
		background: #fff;
		margin: 20px 0 0 0;
		width: 100%;
		border: solid 0px #000;
	}
	#fotter {
		position: relative;
		margin: 70px 0;
		font-size: 9pt;
		text-align: center;
		color: #9E6600;
	}
	.corner-tl {
		background: url('/shared/imgs/corner_tl.png') no-repeat 0 0;
		position: absolute;
		top: 0;
		left: -20px;
		width: 20px;
		height: 20px;
	}
	.corner-tr {
		background: url('/shared/imgs/corner_tr.png') no-repeat 0 0;
		position: absolute;
		top: 0;
		right: -20px;
		width: 20px;
		height: 20px;
	}
	.corner-t {
		position: absolute;
		top: -20px;
		background: #fff;
		left: 20px;
		right: 20px;
		height: 20px;
	}
	.corner-bl {
		background: url('/shared/imgs/corner_bl.png') no-repeat 0 0;
		position: absolute;
		bottom: 0;
		left: -20px;
		width: 20px;
		height: 20px;
	}
	.corner-br {
		background: url('/shared/imgs/corner_br.png') no-repeat 0 0;
		position: absolute;
		bottom: 0;
		right: -20px;
		width: 20px;
		height: 20px;
	}
	.corner-b {
		position: absolute;
		bottom: -20px;
		background: #fff;
		left: 20px;
		right: 20px;
		height: 20px;
	}
	.container-head {
		margin: 0px 20px;
		border: solid 0px #555;
		height: 148px;
	}
	.container-body {
		margin: 0px 20px;
		border: solid 0px #555;
	}
	a {
		color: #C56600;
		text-decoration: none;	
	}
	a:hover {
		text-decoration: underline;	
	}	
	a img{
		border: none;	
	}	
	h1,h2,h3,h4,h5,h6 {
		color: #C56600;
	}
	h1 {
		font-size: 17pt;
		margin: 10px;
	}
	h2 {
		font-size: 14pt;
		margin: 5px;
	}
	h3 {
		font-size: 12pt;
		margin: 3px;	
	}
	h4 {
		font-size: 10pt;
		margin: 2px;	
	}
	#menu-static {
		padding: 3px 0;
	}
	#menu-static ul{
		list-style-type: none;
		border: solid 0px #000;
		margin: 0px;
		text-align: center;
		padding: 5px 0;
	}
	#menu-static li{
		display: inline;
		margin: 0px;
		border: solid 0px #000;
		padding: 5px 0px;
	}
	#menu-static a {
		padding: 5px 10px;		
		color: #fff;
		background: url('/shared/imgs/navmenu_link.gif');
		font-size: 14pt;
		border: solid 1px #E27E24; 
	}
	#menu-static a:hover {
		background: url('/shared/imgs/navmenu_hover.gif');	
		border: solid 1px #555;
		text-decoration: none;
	}
	#menu-countries ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#menu-countries li{
		list-style-type: none;
		margin: 0px;
		text-align: right;
	}
	#menu-countries a {
		display: block;
		padding: 5px 20px;
		font-weight: bold;		
		color: #fff;
		background: url('/shared/imgs/navmenu_link.gif');
		font-size: 11pt;
		border: solid 1px #E27E24; 
	}
	#menu-countries a:hover {
		background: url('/shared/imgs/navmenu_hover.gif');	
		border: solid 1px #555;
		text-decoration: none;
	}
	
	
	form#search-form table.formTable {
		width: 100%;	
	}
	
	form#search-form table.formTable th {
		color: #C56600;
	}
	
	form#search-form table.formTable th .controlTitle {
		text-align: right;
		padding-right: 5px;
		font-weight: normal;
	}
	
	form#search-form table.formTable select, form#search-form table.formTable input {
		font-size: 9pt;
	}
	
	div.stdPg {
		padding: 5px;
	}
	
	div.stdPg span {
		margin: 5px;
		padding: 3px 5px;
		border: solid 1px #aaa;
	}
	
	div.stdPg span.stdPgCurrent {
		background: #eee;
	}
	
	div.short-estate {
		border: solid 1px #EDBB85;
		float: left;
		width: 200px;
		height: 300px;
		margin: 10px;
		padding: 10px;
	}
	
	div.short-estate-head {
		height: 70px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	div.short-estate-img {
		text-align: center;
		padding: 10px;
	}
	
	.short-estate-desc-table {
		width: 100%;
		font-size: 8pt;
	}
	
	.short-estate-desc-table .desc-key {
		text-align: right;
		font-weight: bold;
		padding: 3px;
	}
	
	p.thumbs {
		width: 600px;
	}

	.thumbs a {
		display: block;
		float: left;
		border: solid 1px #EDBB85;
		height: 100px;
		width: 100px;
		padding: 4px;
		margin: 3px;
		text-align: center;
	}
	
	.thumbs a img {
		width: 100px;
		height: 100px;
	}
	
	.thumbs a:hover {
		border-color: #FF9900;
		background: #F7E8D7;
	}
	
	.bigImg {
		border: solid 1px #EDBB85;
		width: 620px;
		padding: 10px;
		text-align: center;
	}
	
	.estate-desc {
		padding: 20px;
		line-height: 170%;
		font-size: 13pt;
		color: #444;
	}
	
	table.short-news td {
		padding: 10px;
		
	}
	
	table.short-news p {
		line-height: 150%;
		font-size: 9pt;
		color: #555;
	}
	
	table.short-news img {
		border: solid 1px #EDBB85;
		padding: 3px;
		margin: 10px 10px 0 0;
	}
	
	table.short-news .date {
		font-size: 8pt;
		color: #888;
		float: right;
		margin-left: 20px;
	}
	
	div.full-news img {
		border: solid 1px #EDBB85;
		padding: 3px;
		margin: 10px 10px 0 0;
	}
	
	div.full-news .date {
		font-size: 9pt;
		color: #888;
		float: right;
		margin-left: 20px;
	}
	
	
	div.full-news {
		line-height: 170%;
		font-size: 11pt;
		color: #555;
	}
	
	/* intresting-offers */
	
	div.intresting-estates {
		margin: 5px;
	}
	
	div.intresting-estates .estate {
		float: left;
		width: 200px;
		height: 330px;
		overflow: hidden;
		margin: 5px 5px 25px 0;
	}
	
	div.intresting-estates .estate a.title {
		display: block;
		height: 70px;
		overflow: hidden;
	}
	
	div.intresting-estates .estate .estate-img {
		text-align: center;
		margin: 5px 0;
	}
	
	div.intresting-estates .estate .estate-img img {
		border: solid 3px;
	}
	
	div.intresting-estates .estate .sh-estate-desc table {
		font-size: 8pt;
	}
	
	div.intresting-estates .estate .sh-estate-desc table .desc-key {
		font-weight: bold;
	}
	
	div.intresting-estates .estate .cool-link {
		font-size: 8pt;
		text-align: right;
		padding: 0 10px;
	}
	
	
	
