@charset "utf-8";
/* CSS Document */
@import 'reset.css';

body { 
background:#64554C;
color:#52423b;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
position:relative;


 }

#bg {
background:url(../images/bg-tile.png) fixed;
min-width:800px;
}


#content_wrapper {
  position:absolute;
  top:238px;
  left:0px;
  width:100%;
  text-align:center;
}

#content {
  width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#menu {
z-index:501;
position:absolute;
top:0px;
left:350px;
height:20px;

}

#text {
  position:absolute;
  top:60px;
  left:350px;
  padding-left:15px;
  height:230px;
  width:500px;

}

#footer {
  width:950px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  font-size:10px;
  color:#b6b4a0;
  margin-top:10px;
  margin-bottom:10px;
  padding-left:50px;
}

#footer a { color:#b6b4a0;  }
#footer a:hover { color:#d6d4bc;  }


#dd-2 {  left:160px; height:160px; width:260px;  }
#dd-3 {  left:260px; height:240px; width:180px; }

.dropdown {
  position:absolute;
  top:-1000px;
  display:block;
  z-index:1000;
  overflow:hidden;
}

h1 {  color:#c3929f; font-weight:bold; font-size:1.1em; margin-bottom: 4px; margin-top: 4px;      }

a { color:#c3929f; }
a:hover { color:#93626f; }



body.popup {
  padding:20px;
  background:url(../images/bg-tile.png);
  width:auto;
}


