@import url("common.css");

h1 {
 background-image: url(/inc/html/default/pix/pagetitle_wide.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;
}

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

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