* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

#left, ul#top-menu, ul#main-menu, #function-bar, #foot {
	display: none;
}

#head {
  height: 40px;
}

  #content, #right {
    padding: 0 0 0 50px;
		width: 550px;
		margin-bottom: 20px;
  }

    h1, #content h2, #content h3, #content h4 {
      margin: 0 0 9px 0;
      color: #F60;
      font-family: Helvetica, Arial, sans-serif;
    }

    #content h4 {
      font-size: 10pt;
    }

    #content a {
      color: #F60;
      font-weight: bold;
      text-decoration: underline;
    }

  #right h4 {
    margin: 0 0 4px 0;
    color: #F60;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
  }

  #right a {
    color: #788D36;
    font-weight: bold;
    text-decoration: none;
  }

  #right a:hover {
    text-decoration: underline;
  }

ul, ol {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 9px;
}
.clearer {
	clear: both;
}