@import url("master2.css");

#home-container {
	margin: 20px auto	20px auto;
	position:relative;
	text-align:left;
	width:761px;
}


#header
{
	background: #ebdcbf url("../images/home_background_head.jpg") no-repeat scroll center top;
	height: 193px;
	width: 762px;
}

#home_content_en {
	background:#ebdcbf url("../images/home_background_mid_en.jpg") no-repeat scroll center top;
	height: 444px;
	width: 762px;
}

#home_content_pt {
	background:#ebdcbf url("../images/home_background_mid_pt.jpg") no-repeat scroll center top;
	height: 444px;
	width: 762px;
}

#footer
{
	position: relative;
	background: #ebdcbf url("../images/home_background_foot.jpg") no-repeat scroll center top;
	height: 103px;
	width: 762px;
	clear:both;
}
#copyright
{
	margin: 85px 0 0 315px;
}

#Navigator ul { width: auto; margin: 0; margin-left: 240px; padding: 0; list-style: none; }
#Navigator li { display: inline; float: left; padding: 0 12px 0 0; color: #996600;  }
#Navigator li.lastItem { padding: 0; background: none; }
#Navigator a { float: left; color: #996600;  } 
#Navigator a.disabled { color: #0099cc; text-decoration: none; }
#Navigator a:hover { color: #0099cc; }
#Navigator span { float:left; margin-bottom:20px; }
#Navigator span a { color:#CCFFFF; }
