html, body {
	margin: 				0px;
	padding: 				0px;
	font-family:			"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:				12px;
	background-color:		#000000;	
	color:					#FFFFFF;
	width:					100%;
	height:					100%;
}

h1 {
	color:					#000000;
	font-size:				27px;
	font-weight:			normal;
	margin-bottom:			0px;
	text-transform:			UPPERCASE;
}

hr {
	color:					#F4F4F4;
	border:					1px solid #F4F4F4;
}

img {
	border-style: none;
}

#interior, #port_menu {
	background-color:		#FFFFFF;
	padding:				15px;
	font-size:				13px;
}

#interior, #interior td {
	color:					#000000;
}

#port_menu A {
	text-decoration:		none;
	color:					#FFFFFF;
	font-size:				14px;
}

#property, #property TD {
	color:					#000000;
}

#content {
	background-image:		url( assets/background_logo.jpg );
	background-repeat:		no-repeat;
	background-position:	bottom center;
	padding-top:			15px;
	padding-bottom:			15px;
}

#footer {
	background-color:		#6B6B6B;
	color:					#FFFFFF;
	font-size:				10px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#FFFFFF;
	text-decoration:		none;
}

#footer A:hover {
	color:					#FFFFFF;
	text-decoration:		underline;
}

#int_menu A {
	padding-bottom:			10px;
	display: 				block;
	text-decoration:		none;
	color:					#FFFFFF;
	font-size:				13px;
}

#int_menu A:hover {
	color:					#F7B12B;
}

#port_menu A:hover {
	color:					#F7B12B;
}

#int_menu {
	background-color:		#FFFFFF;
	padding:				15px;
}

#link {
	color:					#000000;
}

#link:hover {
	color: 					#F7B12B;
}
#news {position:absolute;width:300px;margin-top:-14px; margin-left:60px;}
#news h1 {color:#fff;border-bottom:1px solid #fff;width:300px;font-size:14px; margin-bottom:5px;}
#news a{
	margin-left:20px;text-decoration:none;color:#fff;font-size:13px;height:20px;
}
#news a:hover{text-decoration: underline;}
.clear {clear:all}

