@charset "utf-8";
/* CSS Document */

* {
   padding:0;
   margin:0;
}

html { 
	height: 100%;
	margin-bottom: 1px; }

body {
	background-image:url(images/marble-repeat-final.jpg);
	text-align:center;
	font-size: 100%;
}

#Table_01 {
	position:relative;
	width:999px;
	height:1138px;
}

#lhpanel {
	position:absolute;
	left:214px;
	top:335px;
	width: 518px; /* width: 518px; narrow 785px wide */
	height: 128px; /* height 128px; 486px; adjusted for white space beneath; add images heights 05 + 08(the adjusted dynamic spacer) + 09 */
	text-align: left;
    background-color:#ffffff;
}

#lhmargin {
	background-color:#ffffff;
	margin: 20px 25px 0px 25px;
}

.center {margin:auto;
background-color:#ffffff;
width:999px;
}

#awmAnchor-menu {
	position:absolute;
	left:0px;
	top:170px;
	width:518px;
	height:256px;
	xxxbackground-color:#ff0000;
}

#gallery {
	position:absolute;
	z-index: 999;
	left: 214px;
	top: 450px;
	width:785px;
    height:436px;
}


h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal;}
p  {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}
p2  {font-family:Georgia, "Times New Roman", Times, serif; font-size:0.7em;}

@media print
{
TABLE.noprint, DIV.noprint {display:none;}
}


