/*** general ***/
body
{
   background-color: #303829;
   color: #303829;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   margin: 0;
   min-width: 904px;
   padding: 0;
   text-align: center;
}

hr
{
   background-color: #303829;
   border-width: 0;
   color: #303829;
   height: 1px;
}

h1, h2, h3, h4, h5, h6
{
   font-weight: normal;
   margin: 0;
   padding: 0 0 15px 0;
}

.clear-float
{
   clear: both;
   height: 0;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

#wrapper
{
   margin: 0 auto;
   padding: 0;
   text-align: justify;
   width: 904px;
}


/*** header ***/
#header
{
   height: 150px;
   position: relative;
}

#header img { border: 0px; }

#header-logo
{
   position: absolute;
   top: 77px;
   left: 279px;
}

#header-tagline
{
   position: absolute;
   top: 9px;
   left: 171px;
}

#header-city
{
   position: absolute;
   bottom: 0px;
   left: 10px;
}


/*** navigation ***/
#navigation-home
{
   position: absolute;
   bottom: 7px;
   right: 591px;
}

#navigation-properties
{
   position: absolute;
   bottom: 7px;
   right: 449px;
}

#navigation-aboutdenver
{
   position: absolute;
   bottom: 7px;
   right: 288px;
}

#navigation-aboutus
{
   position: absolute;
   bottom: 7px;
   right: 163px;
}

#navigation-contactus
{
   position: absolute;
   bottom: 7px;
   right: 20px;
}


/*** content ***/
#content
{
   background-color: #FFFFE6;
   min-height: 458px;
   height: auto !important;
   height: 458px;
   position: relative;
}

#content-full
{
   padding: 20px;
}

#content-left
{
   float: left;
   padding: 20px;
   width: 500px;
}

#content-right
{
   float: right;
   padding: 20px 30px 20px 20px;
   width: 313px;
}

.rc-tl
{
   position: absolute;
   top: 0;
   left: 0;
}

.rc-tr
{
   position: absolute;
   top: 0;
   right: 0;
}

.rc-bl
{
   position: absolute;
   bottom: 0;
   left: 0;
}

.rc-br
{
   position: absolute;
   bottom: 0;
   right: 0;
}


/*** footer ***/
#footer
{
   color: #FFFFE6;
   font-size: 10px;
   height: 24px;
   line-height: 24px;
   padding-bottom: 10px;
   text-align: center;
}

#footer a { color: #FFFFE6; }
