@import url("common.css");

h1 {
 background-image: url(/inc/html/default/pix/pagetitle.jpg);
 background-repeat: no-repeat;
 height: 55px;
 font-variant: small-caps;
 letter-spacing: 3px;
 color: white;
 font-size: 25px;
 padding: 20px 0 0 15px;
 margin: 0 0 -20px 0;
}

#head {
 background-image: url(/inc/html/default/pix/head.gif);
 height: 94px;
}

#nav {
 background-image: url(/inc/html/default/pix/gradient.gif);
 background-repeat: repeat-x;
 height: 47px;
 margin: 0 0 0 -1px;
 border-width: 0 0 1px 0;
 border-style: solid;
 border-color: white;
 line-height: 1.9em;
}

#nav ul {
 display: inline;
 list-style-type: none;
 height: 47px;
}

#nav ul li {
 float: left;
 height: 47px;
 font-variant: small-caps;
 font-size: 23px;
 letter-spacing: 2px;
 border-width: 0 0 0 1px;
 border-color: white;
 border-style: solid;
 padding: 8px 27px 0 27px;
 margin: 0 0 -8px 0;
}

#nav a {
 color: white;
 text-decoration: none;
}

#page {
 background-image: url(/inc/html/default/pix/background-column.gif);
 padding-bottom: 60px;
}

#body {
 z-index: 1;
}

#sidebar {
 float: left;
 width: 222px;
 background-color: #0B5F8C;
 z-index: 1;
}

#content {
 float: left;
 width: 541px;
 margin: 0 0 0 1px;
}

#text {
 padding: 0 5px 0 10px;
}

#sidebar_image {
 position: absolute;
 bottom: 45px;
 left: 0;
 z-index: 2;
}

#foot {
 position: absolute;
 bottom: 0px;
 width: 744px;
 z-index: 10;
}