body {
    margin: 0;
    background-color: #0538F1;
    background-image: url(images/gradback.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}
#container {
    width: 960px;
    background-color: #00aeed;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px #000000;
    background-image: url(images/macface.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
h1 {
    font-family: goudy, impact;
    text-align: center;
    font-size:32px;
    color: #000066
}
/* these are the nav styless */

#nav {
    text-align: center;
}
#nav a {
    font-weight: bold;
}
#nav a:link {
    color: #000066;
    text-decoration: none;
}
#nav a:visited {
    color: #9C2C86;
}
#nav a:hover {
    color: #FF0000;
    text-decoration: underline;
    cursor: wait;
}
#nav a:active {
    color: #FFFF00;
    text-decoration: overline;
}    





ul {
    margin: 15px 0 40px 10px;
}
ul li {
    list-style-image: url(images/link.gif);
    }
#anchors li {
    list-style-image: url(images/anchor.gif);
    }
.mainimage {
    float: left;
    margin: 0 15px 5px 0;
    border: solid 1px #000000;
}
h2 {
    font-family: helvetica; font-size:25px;
}
h3 {
	font-family: helvetica; font-size:18px;

p {
    line-height: 20px;
}
