/* contact.css */
/* david rueck */
/* styles the contact.html page on the rueckco.com website */

#contacts { width:500px; margin: 20px auto 0 40px; }
#contacts h4 { width:500px; margin-bottom:10px; text-align:left; font:14px arial; font-weight:bold; }
#contacts p { text-align: left; }
#contacts p.address {  font:14px arial; width:500px; margin-bottom:10px; text-align:left; }
#contacts table.contact_info { width:150px; margin:0 350px 15px 0; border-collapse:collapse; border:0px; }
#contacts table.contact_info td { text-align:left; width:75px; padding:0px; font:14px arial; }

#contacts table.contacts { width:350px; margin:0 150px 0 0; border-collapse:collapse; border:0px; }
#contacts table.contacts th.name { text-align:left; width:90px; padding:0 0 10px 0; font:14px arial; font-weight:bold; }
#contacts table.contacts th.department { text-align:left; width:290px; padding:0 0 10px 0; font:14px arial; font-weight:bold; }
#contacts table.contacts td { text-align:left; font:14px arial; }

