/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Trebuchet MS, Georgia, "Times New Roman", serif;
	font-size: 82%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Rockwell,Georgia, "Times New Roman", serif;
	font-size: 90%;
}
#innerContentColumn h3
{
	color: #009;
}
#innerContentColumn h2
{
	background: #fff;
	border-bottom: 2px dotted #FF9006;
	color: #940D1E;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.3em;
}
#header
{
	height				: 170px;
	background-image	: http://www.brasileira.it/IMMAGINI/header.jpg
	background-repeat	: no-repeat;
	background-position	: left;
	margin				: 0px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #669922;
	border				: solid 1px #669922;
	border-bottom 		: solid 1px #ffffff;
	border-top	 		: no;
	text-align			: center;
}
/*** Masthead ***/

#masthead
{
	height				: 40px;
	margin				: 0px;
	padding				: 0px;
	color				: #000000;
	background-color	: #FFDF01;
	border				: solid 1px #669922;
	border-bottom 		: no;
	text-align			: center;
}
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
	font-size: 80%;
	background-color	: #FFDF01;
	color				: #000000;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: rockwell, helvetica, sans-serif;
	font-weight: bold;
	font-size: 88%;
	background-color	: #FFDF01;
	
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
 
