/*
 * Layout styles for the home page
 */
/* /// LAYOUT /// */
#divWrap {
 background: #ffffff url(../images/tree.gif) no-repeat right top;
 border: 8px solid #63919a;
 margin: 40px auto;
 padding: 0;
 position: relative;
 text-align: left;/*set the text to align left to fix our bypass of a bug in IE when centering layouts*/
 width: 800px;
}
#divHead {
 background: #ffffff;
 height: 173px;
 width: 394px;
 margin: 10px;
 padding: 0;
}
#divContent {
 margin: 33px 0 0 0;/*top margin set to bump down the content under the navigation*/
 padding: 0;
 width: 445px;
}
#divAddress {
 background: #3f2a12;
 margin: 6px 0;
 padding: 5px 0;
 width: 800px;
}
#divFoot {
 background: #d5e8ed;
 clear: both;
 margin: 0;
 padding: 0;
 position: relative;/*set this to relative positioning so we can absolutely position some footer elements*/
}