﻿


/* 20080525 > FCFO > Layout geral
 ------------------------------------------------------------------------------ */
	
	div.WebsiteHeader {
		height: 115px;
		background-image: url(imagens/HeaderBK.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	table.WebsiteMenu {
		height: 206px;
	}
	table.WebsiteMenu td {
		vertical-align: top;
	}
	table.WebsiteMenu img.MenuItem {
		height: 195px;
		width: 190px;
		margin-top: 5px;
		border: none;
	}
	table.WebsiteMenu img.Spacer {
		margin-right: 5px;
	}

	table.WebSiteContent {
		margin-top: 14px;
	}
	table.WebSiteContent td.Context{
		vertical-align: top;
		width: 300px;
	}
	table.WebSiteContent td.Content{
		vertical-align: top;
		width: 670px;
		
	}
	
	div.WebsiteFooter {
		margin-top: 15px;
		border-top: solid 2px #81B8EB;
		padding: 10px;
		text-align: center;
		color: #847E6C;
	}
	div.WebsiteFooter a {
		color: #847E6C;
		text-decoration: none;
	}
	div.WebsiteFooter div.FooterMenu {
		margin: 5px;
	}