/* hide from ie on mac \*/
html{		
	height: 100%;
	overflow: auto;
}

#flash{
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;		
	padding: 0;
	width: 100%;
	height: 100%;
}

.title{
	color: #413c29;
	font-size: 16pt;
}

#noflash{
	position: absolute;
	left: -320px;
	margin-left: 50%;
}

#menu{
	color: #FFFFFF;
	font-family: Times, Tahoma;
	font-size: 12pt;
	text-transform: uppercase;
	position: relative;
	top: 50px;
	left: -320px;
	margin-left: 50%;
}

#image{
	position: absolute;
	top: 150px;
	width: 640px;
	left: -320px;
	margin-left: 50%;
}

#content{
	position: absolute;
	margin-top: 550px;
	width: 640px;
	left: -320px;
	margin-left: 50%;
}

#htmlSite{
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

a:link{
	color:#aa9f71;
	text-decoration: none;
}
a:visited{
	color:#aa9f71;
	text-decoration: none;
}
a:hover{
	color: #413c29;
	text-decoration: none;
}
a:active{
	color:#413c29;
	text-decoration: none;
}

img{
	border:none;
}
