body {
	margin:0;
	background-image: url(../gfx/bgs/bgMain.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-attachment:scroll;
	text-align:left;
}

#TRAY {
/**/	
	background-image: url(../gfx/bgs/bigTray.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height: 1000px;
	z-index: 20;
	min-width:790px;
}

/*#BASE {
	position: relative;
	width: 790px;
	z-index: 30;
}
*/

/*#Flash {
	position: absolute;
	width: 540px;
	top: 0px;
	left: 50%;
	margin-left: 0px;
	z-index: 40;
	text-align:center;
}
*/

#MainMenu {
	position: absolute;
	width: 790px;
	top: 190px;
	z-index: 40;
	text-align:left;
	margin-left:0;
	margin-right:0px;
/*	border:1px solid yellow;
*/}

#MainMenu2 {
	position: relative;
	width: 223px;
	top: 0;
/*	top: 160px;
*/	z-index: 40;
	text-align:center;
}


#SubMenu {
	position: absolute;
	width: 540px;
	top: 225px;
	_top: 220px;
	padding-left:65px;
	z-index: 40;
	
}

#Subhead {
	position: absolute;
	width: 540px;
	top: -30px;
	_top: 250px;
	padding-left:75px;
	z-index: 32;
}

#sidebararea {
	position: absolute;
	top: 185px;
	left: 426px;
}

/*===============================================================
Controlls margin for Heads, Subheads and body within contenet
===============================================================*/
#Content { 
	position:absolute;
	width: 500px;
	_width: 570px;
	top: 250px;
	_top: 240px;
	padding-left:65px;
	z-index: 38;
}

.Avastone {
	width: 240px;
	float:left;
	padding:480px 0 0 10px;
	color:#996600;
	font-size:10px;
}
.Avastone a {
	color:#996600;
	font-size:10px;
}
.Avastone a:link {
	color:#996600;
	font-size:10px;
}
.Avastone a:hover {
	color:#B39545;
	font-size:10px;
	
}