
 		

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html, body {margin:0;padding:0}
body {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #B6AAA7 ; background-color: #000;}

html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

/* html #minHeight{margin-bottom:-30px;} not required now */



/* a:link, a:visited {color: #8C0A0A ; text-decoration: none;}
a:hover, a:active {color: #B6AAA7 ; text-decoration: none;} */

p {
color: #807E73 ;
font-size: 11px; 
font-family: Verdana, sans-serif; 
text-align:  left;
margin: 0px; 
}

img {padding:0; margin:0;}
*{margin:0;padding:0; }


/************** Wrapper/"table" ***/

#wrap {
background: #DAD7C4;
padding: 0;
margin-top:0;
margin-bottom:-50px; /** was -50 **/ 
height:auto;
min-height:100%;
width:100%;
float:left
}
* html #wrap {height:100%}

#center { 
background: #DAD7C4; /*** use FFCC00 as test color - replace with DAD7C4  **/
width:520px; 
margin-left: 105; margin-right: auto; 
text-align:left;
min-height: 375px; 
position:relative;
} 
/* height only for IE */* html body #center {height: 375px;}