html {
	height:100%;
	widows:100%;
	overflow: hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	width:100%;
	margin:0;
	background:#98a0b3;
	font-size:12px;
}

/*	Menu	*/

a.menu_block {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
    cursor: pointer;
    cursor: hand;
	text-decoration:none;	
}

a.menu_block .menu_about {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_about_idl.gif) top no-repeat;
}

a.menu_block:hover .menu_about {
	background:url(images/m_about_ovr.jpg) top no-repeat;
}

a.menu_block .menu_about_active {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_about_ovr.jpg) top no-repeat;
}

a.menu_block .menu_news {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_news_idl.gif) top no-repeat;
}

a.menu_block:hover .menu_news {
	background:url(images/m_news_ovr.jpg) top no-repeat;
}

a.menu_block .menu_news_active {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_news_ovr.jpg) top no-repeat;
}

a.menu_block .menu_properties {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_properties_idl.gif) top no-repeat;
}

a.menu_block:hover .menu_properties {
	background:url(images/m_properties_ovr.jpg) top no-repeat;
}

a.menu_block .menu_properties_active {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_properties_ovr.jpg) top no-repeat;
}

a.menu_block .menu_contact {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_contact_idl.gif) top no-repeat;
}

a.menu_block:hover .menu_contact {
	background:url(images/m_contact_ovr.jpg) top no-repeat;
}

a.menu_block .menu_contact_active {
	width:140px; 
	height:200px;
	position:relative;
	background:url(images/m_contact_ovr.jpg) top no-repeat;
}

.menu_item{
	position:absolute;
	top:150px;
	left:20px;
}

/*	End menu	*/

#logo{
	padding:0 30px 10px 0;	
}

.intro{
	font-size:12px;
	color:#FFF;
	text-align:right;
	padding:0 30px;
}

#copyright{
	font-size:11px;
	text-align:right;
	padding-right:30px;
	color:#FFF;
}

#content{
	width:500px;
	padding:10px 30px 10px 30px;
	color:#515151;
	vertical-align:top;
}

h1{
	font-size:24px;
	font-weight:normal;
}

#block_01{
	position:absolute;
	left:0;
	bottom:0;
	width:5%;
	height:45%;
	background:#0b71d2;
}

#block_02{
	position:absolute;
	top:0;
	right:0;
	width:20%;
	height:8%;
	background:#bb1fc0;
}

#block_03{
	position:absolute;
	left:50%;
	bottom:0;
	width:8%;
	margin-left:370px;
	/*width:8%;*/
	height:31%;
	background:#dd7a01;
}

#block_04{
	position:absolute;
	right:50%;
	bottom:10%;
	margin-right:190px;
	width:8%;
	height:31%;
	background:#b9da01;
}
