@import "common.css";

body{
    background-color:  #cccccc;  
    margin:  0;  
    padding:  0;
    font-family:  sans-serif, arial;
    font-size:  15px;
    color: #46497c;
}

a {
    color:  #0b101c;
    font-weight:  bold;
    font-size:  15px;
    text-decoration:  none;
}

a:hover{
    color:  blue;
    text-decoration:  underline;
}

div.page{
    width:  800px;
    height:  670px;
    position:  relative;
    margin:  0 auto 0 auto;
    background-image:  url(/images/house_blueprint.jpg);
    background-repeat:  no-repeat;
    background-color:  white;
    border:  2px solid gray;
}

#contact_info{
    position:  absolute;
    font-size:  24px;
    font-weight:  100;
    text-align:  center;
    top:  20px;
    left:  550px;
}

#contact_info #email{
  font-size:  15px;
}

#main_menu{
    position:  absolute;
    top:  133px;
    right:  21px;
}
#main_menu td{
    padding: .2em;
}

div#content{
    position:  absolute;
    left:  375px;
    top:  364px;
    width: 350px;
}
div#content h1{
    font-size:  20px;   
}
div#content p{
    text-align:  justify;
    margin: 0.8em 0;
}

#facebook {
  position:absolute;
  top: 577px;
  left: 638px;
}
#facebook img {
  border: 0;
}

div#footer{
    position:  absolute;
    bottom: 0px;
    width: 787px;
    padding-right: 20px;
    background-color:  black;
    text-align:  right;
    color:  #cccccc;
    font-size:  small;
    padding-top:  .5em;
    padding-bottom:  .5em;
    padding-right:  1em;
}


