body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: small;
    background: #000;
    color: #000;
}
a:link, a:visited {
    text-decoration: none;
    background-color: inherit;
}
a:hover {
    text-decoration: underline;
    color: #990000;
    background-color: inherit;
}
/* ----------------------------------------------------- */
#wrap {
    position: relative; /* for safari sidebar logo centering */
    width: 900px;
    margin: 20px auto 0 auto;
    text-align: left;
    border: 10px solid #990000;
    background: transparent url(img/bg_col.gif) repeat-y 28% 0;
}
/* ----------------------------------------------------- */
#header {
    height: 100px; 
    background: #ccc;
}
#logo {
    float: left;
    background: #ccc;
    width: 252px;
    text-align: center;
    padding: 7px 0 7px 0;
    border-right: 10px solid #000;
    border-bottom: 10px solid #000;
}
#pagetitle {
    float: right;
    text-align: center;
    width: 636px;
}
#header h2 {
    margin: 20px 0 0 0;
    text-align: center;
    color: #cc0000;
    font-size: 1.8em; 
}
#header.index {
    background: #333366;
    border-bottom: 10px solid #000;
}
#header.index h2 {
    margin: 20px 0 0 0;
    color: #6699cc;
}
/* ----------------------------------------------------- */
#content {
    float: right;
    width: 638px;
    background: #ccc;
}
#content h2 {
    font-size: 2em;
    margin: 0 0 7px 0;
}
#content h3 {
    font-size: 1.5em;
    margin: 0 0 7px 0;
}
#content #home {
    padding: 0 15px 0 20px;
    font-size: 1.2em;
    line-height: 1.2em;
}
/* ----------------------------------------------------- */
#sidebar {
    float: left;
    width: 250px;
    text-align: center;
}
#nav {
    list-style-type: none;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#nav li {
    margin: 15px 0;
}
#nav a:link, #nav a:visited {
    color: #cc0000;
    text-decoration: none;
}
#nav a:hover {
    color: #fff;
}

/* ----------------------------------------------------- */
#footer {
    clear: both;
    text-align: center;
    padding: 0 0 0 250px;
}
#footer p {
    font-size: 75%;
    padding: 10px 0 7px 0;
    margin: 0;
}
/* ----------------------------------------------------- */
.center {
    text-align: center;
}
.bigphoto {
    text-align: center;
}
.bigphoto img {
    border: 5px solid #000;
}
.bigphoto.home {
    margin-top: 20px;
}
