/* main CSS Document */

body { 
margin: 0;
padding: 0;
background-image: url(images/bodybg.jpg); 
background-position: top center; 
background-repeat: no-repeat; 
background-color: #333; 
/* This next one is for IE6 */
background-attachment: fixed;

  scrollbar-face-color: ThreeDFace !important;
  scrollbar-shadow-color: ThreeDDarkShadow !important;
  scrollbar-highlight-color: ThreeDHighlight !important;
  scrollbar-3dlight-color: ThreeDLightShadow !important;
  scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  scrollbar-track-color: #f0eac8 !important;
  scrollbar-arrow-color: #4A2400 !important;
}

img#expando { 
padding: 0;
margin: 0;
position: absolute; 
display: none; 
z-index: 1; 
-ms-interpolation-mode: bicubic; 
}

h1 {
	color: #4A2400;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
.wide img#expando, 
.tall img#expando { 
display: block; 
}
 
.wide img#expando { 
width: 100%; 
height: auto; 
}
 
.tall img#expando { 
width: auto; 
height: 100%; 
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

a {
text-decoration: none;
color: #4b1e00;
}

a:hover{
color: #b17338;
}


p {
text-align: left;
}

ul {
text-align: left;
}