/* Special styles for splash page */
/* Layout ------------------------------------------- */
/* body width is width of splash photo */
body {
  width: 640px; }

#content {
  margin: 0;
  padding: 0; }

/* Typography --------------------------------------- */
body {
  font-family: "Lucida Grande", candara, verdana, arial, sans-serif;
  font-size: 100%;
  line-height: 1.125em; }

/* Splash image  ------------------------------------ */
#splash-image {
  display: block;
  margin: auto; }

/* Categories --------------------------------------- */
.categories {
  text-align: left;
  margin: -3.3em auto 1em;
  font-size: 2em;
  line-height: 0.6em; }
  .categories .number1 {
    margin-left: 2em; }
  .categories .number2 {
    margin-left: 0.5em; }
  .categories .number3 {
    margin-left: 1.0em; }
  .categories .number4 {
    margin-left: 1.75em; }
  .categories .number5 {
    margin-left: 1.25em; }
  .categories a:link {
    color: #8095cd; }
  .categories a:visited {
    color: #8095cd; }
  .categories a:hover {
    color: #526fbc; }
  .categories a:active {
    color: #7b3b4b; }
