<!--
/* www.tomcreer.com

Revised by Ben "Cerbera" Millard */

/* Basic Page Formatting */
body {
margin: 0;
font-size: 1em;
font-family: Verdanda, sans-serif;
background: #006390
}

table {
margin: 0;
padding: 0;
width: 100%;
font-size: 1em;
font-family: Verdanda, sans-serif;
}
td, th {
margin: 0;
padding: 0;
vertical-align: top;
}

div {
margin: 0;
padding: 0;
width: auto;
border: 0
}

/* Section Titles */
h2 {
margin: 0;
font-size: 1.5em;
font-weight: bold
}

/* GFX Borders */
.mid-left {
width: 22px;
background-image: url(ml.bmp);
background-position: top right;
repeat: repeat-y
}
.mid-right {
width: 22px;
background-image: url(mr.bmp);
background-position: top left;
repeat: repeat-y
}
.low-left {
width: 22px;
height: 22px;
background-image: url(ll.bmp);
background-position: top right;
background-repeat: no-repeat;
}
.low-center {
height: 22px;
background-image: url(lc.bmp);
background-position: top left;
background-repeat: repeat-x
}
.low-right {
width: 22px;
height: 22px;
background-image: url(lr.bmp);
background-position: top left;
background-repeat: no-repeat;
}

/* Logo Section */
div.logo {
text-align: right;
background-color: #fff
}
div.logo img {
border: 0
}

/* Navigation Section */
div.toolbar {
width: auto;
padding: 2px;
color: #fff;
text-align: right;
font-weight: bold;
background-color: #000
}

/* Navigation Links */
div.toolbar a:link {
color: #fff
}
div.toolbar a:visited {
color: #eee
}
div.toolbar a:hover {
color: #cce
}
div.toolbar a:active {
color: #cce
}

/* Content Section */
div.content {
width: auto;
padding: 2px;
background: #fff
}
-->