body { font-family: arial; }
h1 { color: white; width: 800px; height: 110px; margin: 0;
     background: white url('../images/howden_towers.jpg') top left no-repeat; }

h2 { margin: 0;  }

#bordered { border: 1px #eee dotted; width: 802px; }
#cont { width: 800px; padding: 0; margin: 0; text-align: left; border: 1px #ccc solid; }
#nav { background: white url('../images/nav_bg.jpg') top left no-repeat; }

#nav ul { padding: 0; margin: 0; list-style-type: none; }
#nav ul li { display: block; float: left; padding: 0 1em; }

#footer { background: white url('../images/footer_bg.jpg') top left no-repeat; height: 20px; }

#main { margin: 0 0.75em; padding: 0.5em; border: 1px #ccc dotted; border-top: 0; border-bottom: 0; }

a:link, a:active, a:visited { color: black; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

label, input, select { margin-bottom: 0.5em; }
label { clear: left; float: left; width: 10em; text-align: right; }
input, select { margin-left: 2em;  }

.clearing { clear: both; height: 1px; line-height: 1px; }


