 /*
 Author: 
   Johnny T White
   281-975-9540
   www.johnnytwhite.com
   Copyright 2009 Home Construction Consultants per Johnny T. White
*/

body {
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
}
a {
  text-decoration:none;
}

a#info{
  color:#000000;
  background:#FFFFFF
}
p {
  text-indent:20px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #dcf4ff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


#container {
  position:relative;
  top:20px;
  width:768px;
}

#banner {
  position:relative;
  top:0px;
  width:768px;
  height:270px;
}

#nav {
  position:relative;
  top:0px;
  width:768px;
  height:30px;
}

#page {
  position:relative;
  top:0px;
  width:758px;
  background: #FFFFFF;
  border-left: solid 5px #dcc7a7;
  border-right: solid 5px #dcc7a7;
  border-bottom: solid 5px #dcc7a7;
}

#page-content {
  position:relative;
  padding:20px;
  top:0px;
  left:0px;
  width:708px;
  text-align:justify;
}  

#footer {
  position:relative;
  top:0px;
  width:758px;
  background: #FFFFFF;
  border: solid 5px #dcc7a7;
}

#footer-content {
  position:relative;
  padding:5px;
  top:0px;
  left:0px;
  width:708px;
}
