body {
       font-family:garamond;
       font-size:18px;
       background-color: FFFFF;
       color: C0C0C0;
}

A:link {
       color:#666666
}

A:visited {
       color:#666666
}

A:hover {
       color:C0C0C0
}

#outline {
       width:880px;
       background-color: #000033;
}

#header {
       width: 880px;
       height: 150px;
       padding: 10px;
}

#navbar {
       width: 880px;
       height: 20px;
       background-image: url('pictures/navbar_bg.jpg');
       background-repeat: no-repeat;
       background-position: center;
}

#contactbox {
       width: 175px;
       height: 120px;
       padding: 5px;
       position: relative;
       left:-352px;
       background-image: url('pictures/contactbox_bg.jpg');
       background-repeat: no-repeat;
       background-position: center;
}

#maincontent {
       width: 650px;
       height: 450px;
       border: ridge FFFFFF 2px;
       position: relative;
       left: 85px;
       top: -90px;
       padding: 10px;
       text-align: left;
}

#linktrace {
       width: 650px;
       height: 20px;
       border: ridge FFFFFF 2px;
       padding: 2px;
       position: relative;
       top: -584px;
       left: 85px;
       text-align: left;
}