body {
background: #000000 url('img/border_vert.jpg');
background-repeat: repeat-y;
font-family: verdana, helvetica, sans-serif, sans;
color: #CFCFCF;
margin: 0;
}

a {
font-family: verdana, helvetica, sans-serif; 
font-weight: bold;
color: #CACACA;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: none;
}

#topborder {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 180px;
background: url('img/border_horiz.jpg');
background-repeat: repeat-x;
z-index: 2;
}

#maincorner {
position: absolute;
top: 0px;
left: 0px;
width: 305px;
height: 323px;
background: url('img/main_corner.jpg');
background-repeat: no-repeat;
z-index: 3;
}

#logo {
position: absolute;
top: 20px;
left: 265px;
z-index: 4;
}

#navbar {
position: absolute;
z-index: 4;
}

#navbar td, #navbar a {
text-align: center;
font-family: courier;
font-weight: bold;
font-size: 18px;
color: #999999;
}

#mainbody {
position: absolute;
top: 190px;
left: 190px;
z-index: 5;
}

.desc, .desc a {
font-size: 12px;
}

.desc a:hover {
color: #AA00CC;
}

.desc img {
border: 7px solid black;
}

.desc a:hover {
color: #AA00CC;
}

.desc img {
border: 7px solid black;
}

.note {
font-size: 10px;
color: #9966CC;
}
