body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#container
	{
	position:relative;
	margin: 0 auto;
	top:90px;
	
	width: 692px;
	z-index:1;
	height: auto;
	}
	
#home
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 693px;
	z-index:2;
	height: 432px;
	background-image: url(images/home/flat.jpg);
}


#navHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	letter-spacing: 0.23em;
	z-index: 3;
	width: 692px;
	height: auto;
	top: 305px;
	position: absolute;
	text-align: right;
	left: 0px;
}

#homePlus
{
	position:absolute;
	width: 693px;
	height: auto;
	left: 0;
	top: 435px;
	z-index:2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}



.boldNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	text-align: left;
}



#footer
{
	text-align:center;
	font-size: 9px;
	line-height: 11px;
	color: #555555;
	letter-spacing: 0.05em;
	z-index: 1;
}
	
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
} 
a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}
#greetingHome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	position: absolute;
	z-index: 3;
	top: 340px;
	color: #993300;
	left: 275px;
}
.boldGreeting {
	color: #930;
}

