/* 	This Crown Computer Systems style sheet was based on one placed in
the public domain by mark@realworldstyle.com
Heavily modified with the help of meyerweb.com */

/* palette based on 7 tones between #A52A2A reddy brown and #FFFFCC cream */

html, body {
margin: 0;
padding: 0;
background-color: #FFFFCC ; /* cream */
color: black;
}

/*	Fixed width left column for navigation (etc) */
#nav {
width: 220px;
float: left;
margin-left: -1px;
padding: 0;
}

#nav li { list-style: none;
background-color: #A52A2A; /* dark colour (reddy brown)*/
margin: 2px;
text-align: left;
}

#nav h4 {display: block;
margin: 0 ;
padding: 4px;
font:  1.5em sans-serif;
color: #FFFFCC ; /* cream */
background-color: #D2957B; /* mid reddy brown */
}

#nav title {text-align: left;
color: #FFFFCC ; /* cream */
}

#nav li a {
display: block;
text-align: left;
font: bold 1em sans-serif;
padding: 4px; /*top, right, bottom, and left */
border-width: 0;
text-decoration: none;
color: #FFFFCC ; /* cream */
background-color: #A52A2A ; /* dark colour (reddy brown)*/
}

#nav li a:hover {
color: #A52A2A ; /* dark colour (reddy brown)*/
background-color: #FFFFCC ; /* cream */
text-decoration: underline;
}

#content {
padding: 10px;
margin-left: 230px;
border-left: 1px solid #A52A2A ; /* brown */
background-color: #FFFFCC ; /* cream */
}

#header {
background-color: #D2957B ; /* mid reddy brown */
color: #A52A2A ; /* brown */
padding: 4px; /*top, right, bottom, and left */
border-bottom: 1px solid #A52A2A;
margin-bottom: 0;
}

#footer {
background-color: #D2957B ; /* mid reddy brown */
color: #A52A2A;
border-top: 1px solid #A52A2A;
font-size: 1em;
text-align: right;
padding: 2px 10px 10px 0;
clear: both;
}

.spacer {
clear: both;
}

/* added by peter */
h1,h2,h3,h4,h5,li
{
font-family:verdana,arial,sans-serif;
}

p {
padding: 0;
margin-top: 0;
font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

dd, dt {
font-family: Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
font-size: 0.95em;
}

p.right {text-align:right}
p.center {text-align:center}
p.footer {text-align:center;color:#806020}
p.left {text-align:left}
