/*
   New Perspectives on HTML, XHTML, and DHTML
   Tutorial 12
   Case Problem 1
   Filename: premier.css

   This file contains styles used in the house.htm file.

*/

body {background-image: url(pback.jpg) }
#title {text-align: center; width: 650px; border-bottom: 1px solid black}
h2 {font-family: Arial, Helvetica, sans-serif; width: 700px; 
    margin-bottom: 0px}
#price {margin-top: 0px; font-family: Arial, Helvetica, sans-serif}
#description {width:650px}
table {width: 200px; float: left; background-color: rgb(234,232,232);
       border: 1px solid gray; font-family: Arial, Helvetica, sans-serif}
td, th {font-size: 10pt; border: 1px solid gray}
#slidebox {width: 650px}
#slidebox p {text-align: center; font-family: Arial, Helvetica, sans-serif; 
           font-size: 9pt}
a {text-decoration: none}
img {border-width: 0px}
address {clear: left; font-style: normal; text-align: center; font-size: 8pt;
         width: 650px; border-top: 1px solid black; margin-top: 20px;
         font-family: Arial, Helvetica, sans-serif}