/* CSS Document */

body {
   margin-bottom:0;
   margin-top:0;
   margin-left:auto;
   margin-right:auto;
   background-color:#A37B35;
   color: black;
   font-family: Verdana, sans-serif;
   padding:0;
   text-align: center;
   font-size: x-small;     /* IE5 Win will see this. Its font is too large. */
   voice-family: "\"}\"";  /* IE5 Win will choke on these lines        */
   voice-family: inherit;  /* so it will not get to the following line. */
   font-size: small;       /* Browsers other than IE5 Win will see this. */
}

body.FS1{ font-size: 70%; }
body.FS2{ font-size: 75%; }
body.FS3{ font-size: 80%; }
body.FS4{ font-size: 90%; }
body.FS5{ font-size: 100%; }
body.FS6{ font-size: 110%; }

img { border: 0; }
html>body { font-size: small; }      /* Opera will see this, as per font setup above. */

#MainRegion { min-width:800px; margin:0px auto 0px auto; padding:0px 0px 0px 0px; width:95%; text-align:left; background-color:#FFFFFF; }


.Auto{ width:100%; font-family: Verdana, sans-serif; }
.Narrow{ width:800px; font-family: Verdana, sans-serif; }
.Wide{ width:900px; font-family: Verdana, sans-serif; }

.box {padding:10px;}

#MainRegion #MainContent .xmasbox 
{
				font-family: Verdana, sans-serif; 
				color:#FFFFFF;
				font-size:100%; 
				padding-top:0px; 
				background-image:url(http://www.xpressplatforms.com/sites/mapsmapsmaps/Image/christmas_slice.jpg); 
				background-repeat:repeat-x;
}