/* International Real Estate Consulting Group INREC.COM Stylesheet */

body {
	background-image:	url(images/bg.gif);
	margin: 			0px 0px 0px 0px;
}

#center {
	position:			absolute;
	left:				50%;
	top:				50%;
	width:				600px;
	height:				600px;
	z-index:			1;
	background-color: 	#FFFFFF;
	margin-left:		-300px;
	margin-top:			-300px;
	visibility: 		visible;
	overflow: 			visible;
}


#headerimage {
	position: 			absolute; 
	width:				100%;
	top:				0px;
	height: 			150px;
}

#navigationbar {
	position:			absolute;
	top:				160px;
	left:				10px;
	width:				150px;
	font-size:			5px;
}

#content {
	position:			absolute;
	top: 				150px;
	left:				160px;
	width:				420px;
	height:				430px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#333333;
	text-align:			justify;
	overflow: 			auto;
	padding:			10px;

}

.navi {
	border:				1px solid #CCCCCC;
	padding:			3px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	font-size:			11px;
	text-decoration:	none;
	width:				145px;
	display:			block;
}

.navi:hover {
	border-top:			1px solid #CCCCCC;
	border-bottom:		1px solid #CCCCCC;
	border-left:		3px solid orange;
	border-right:		1px solid #CCCCCC;
	padding:			3px;
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	font-size:			11px;
	text-decoration:	none;
	width:				143px;
	display:			block;
	font-weight:		bold;
}

#content h1 {
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333333;
	font-size:			14px;
	font-variant:		small-caps;
}

#content a {
	color: 				#003366;
	text-decoration:	none;
}

#content a:hover {
	text-decoration:	underline;
}
