@charset "utf-8";

body  {
	font: 100% "Trebuchet MS";
	background:url(img/bg_body.jpg) left top repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
.estate #container { 
	width: 1000px;  
	margin: 0 auto; 
	text-align: left;
} 
.estate #header { 
	background:url(img/head_bg.jpg) left top no-repeat;
	height:265px;
	margin:0;
	padding: 0;  
}

a:link {
	color:#C00;
	text-decoration:underline;
}

a:visited {
	color:#C00;
	text-decoration:underline;
}

a:hover {
	color:#060;
	text-decoration:none;
}

a:active {
	color:#060;
	text-decoration:none;
}

p {
	font-family: "Trebuchet MS";
	font-size:0.7em;
	line-height:1.6em;
	margin: 0; 
	padding: 0;
	text-align:justify;
	color: #5c5c5c;	
}

p.contact {
    padding:0px 0px 0px 25px;
	margin:0;
    line-height:2em;
	font-family: "Trebuchet MS";
	font-size:0.8em;
	text-align:left;
}

.logo {
	margin:0;
	margin-left:400px;
	padding:0;
	width:281px;
	position:relative;
	top:15px;
	text-align:center;
	border:none;
	outline:none;
}

.cond {
	margin:0;
	padding:0;
	float:right;
	width:125px;
	position:relative;
	top:-20px;
	right:100px;
}
 
.head_gallery {
	margin:0 auto;
	position:relative;
	top:-7px;
	padding:0;
	text-align:center;
}

.estate #sidebar1 {
	float: left; 
	width: 250px;
	height:650px;
	padding: 0px 0px 15px 0px;
	margin-top:25px;
}

.estate #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
	text-align:justify;
	
} 

.estate #mainContent h1{ 
	border-bottom: dotted 1px #ccc;
    font-weight:lighter;
    font-size: 1.8em;
    text-indent: 0px;
    letter-spacing: -1px;
    color:#C00;
	font-family: "Georgia", sans-serif;
}

h2 {
    font-weight:lighter;
    font-size: 1.5em;
    text-indent: 0px;
    letter-spacing: -1px;
    color:#C00;
	font-family: "Georgia", sans-serif;
}

h3 {
    font-weight:lighter;
    font-size: 1.25em;
    text-indent: 0px;
    letter-spacing: 0;
    color:#360;
	font-family: "Georgia", sans-serif;
	font-style:italic;
	
}

.icon {
	background:url(img/contact.png) left top no-repeat;
	width:100px;
	height:100px;
	float:left;
	margin:-5px 0;
}

.doma {
	margin:5px auto;
	padding:0;
}

.doma img {
	border:5px solid #ccc;
}

.estate #footer {
	background:url(img/baton.jpg) left top repeat-x;
	height:25px;
	margin:0;
	padding: 0;
} 

.estate #footer p {
	text-align:center;
	padding:15px 0px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}