/* -*- Mode: C -*- */

/*
  Copyright (c) 2005 The Cupcake Fairy.  All Rights Reserved.
*/

body {
    margin: 10px 0;
    color: #c69 /*dark pink*/;
    line-height: 1.5em;
    font-size: 9pt;
    font-family: helvetica, arial, sans-serif;
}

p { margin: 0.5em 0; }

ul { margin: 0.5em 0; padding-left: 2em; }
ul li {
    list-style-image: url("bullet.png");
}

a { color: #a47; }
a.visited { color: #c69; }

h3 { margin-bottom: 0.5em; }
h4 { margin-bottom: 0; }

#page {
    width: 100%;
    text-align: center;
}

#header {
    width: 100%;
    text-align: center;
    border-top: solid 8px #853 /*brown*/;
    border-bottom: solid 8px #853 /*brown*/;
}

#banner-wrap {
    text-align: center;
    background-image: url("banner-background.png");
    background-repeat: repeat;
    border-bottom: solid 4px #c69 /*dark pink*/;
}

#banner {
    width: 600px;
    margin: 0 auto;
}

#menu-wrap {
    width: 100%;
    text-align: center;
    background-image: url("menu-background.png");
    background-repeat: repeat;
    height: 27px;
}

#menu {
    width: 600px;
    margin: 0 auto;
}

#menu td {
    text-align: center;
}

#menu td.item { width: 18%; }
#menu td.spacer { width: 2.5%; }
#menu a img { border: 0; }

#content {
  width: 600px;
  margin: 0 auto;
  text-align: left;
}

img.float {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.border {
    border: 1px solid #853 /*brown*/;
}

img.no-border {
    border: 0;
}

#footer {
    text-align: center;
    border-top: solid 4px #c69 /*dark pink*/;
    background-image: url("menu-background.png");
    background-repeat: repeat;
    height: 20px;
}

#footer img {
    border: 0;
}

table.menu td, table.menu th, table.list td {
    font-size: 9pt;
}

table.menu th {
    text-align: left;
}

table.menu {
    margin: 0.5em 0;
    border-collapse: collapse;
}

table.menu td, table.menu th {
    border: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#copyright {
    width: 100%;
    text-align: center;
    color: #f9c;
    font-size: 6pt;
}

#adsense {
    width: 468px;
    heigh: 60px;
    margin: 10px auto;
}
