/* main style sheet

   change log:
   2006-07-08 (ms) creation
*/

/* defaults */
*{
	padding: 0;
	margin: 0;
}

body{
  background: #eed;
  text-align: center;
  font: small verdana, sans-serif, arial;
  font-size: 85%;
}

#wrap {
  width: 850px;
  margin: 0 auto;
  text-align: left;
}
#title {
  float: left;
  width: 850px;
  height: 145px;
  background-color: #eec;
  text-align: right;
}
#header {
  float: left;
  width: 850px;
  height: 40px;
  background-color: #ddb;
}
#content {
  float: left;
  width: 610px;
  height: 760px;
  background-color: #eec;
  border-width: 20px;
  border-style: solid;
  border-color: #eec;
}
#navigation {
  float: left;
  width: 200px;
  height: 800px;
  background-color: #ddb;
}
#navigation ul, ol, li {
  text-align: left;
  list-style-type: none;
  margin: 5px 5px 5px 5px;
}
#navigation li:hover {
  background-color: #eec;
}
#navigation a {
  color: #553;
  font-weight: bold;
  text-decoration: none;
}
#navigation a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #553;
  margin: 20px;
  text-align: left;
}
p {
  color: #553;
  margin: 15px 20px;
  text-align: left;
}
