

/* Body & Global
------------------------------------ */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    color:#534a41;
    text-transform: uppercase;
}

h1#logo {
  background: url('/images/rfr_title.png') no-repeat scroll top left;
  width: 270px;
  height: 32px;
  text-indent: -1200px;
} 

h2 {
  color: #6b6258;
  text-transform: uppercase;
  font-size: 1.8em;font-weight:normal;
  margin-top: 8px;
}

a {
    color: #A19589;
    text-decoration: none;
}
a:link		{  }
a:visited	{  }
a:hover		{  }
a:active	{  }

img {
    border:none;
}

/* Structure
------------------------------------ */
#super-container { 
  position:relative;
  margin: auto;
  width: 600px;
}         

#container {
  float: left;
  position:relative;
  width: 600px;
}

#header {
  float: left;
  width: 600px;
  position:relative;
  padding-top: 32px;
  background-image: url('/images/rfr_logo.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #a19589;
  text-align: justify;
  text-transform: uppercase;
  font-size: 9pt;
  margin-bottom: 15px;
}


#content {
  clear: left;                                                         
  float: left;
  width: 600px;
}

#map {
    width: 600px;
    height: 400px;
    background-color: #6b6258;
}

address {
    margin-top: 1em;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 4px 0 3px 0;
    width: 150px;
}