@import url("common.css");

#banner_home {
 background-image: url(/inc/html/default/pix/banner_home.jpg);
 background-repeat: no-repeat;
 height: 171px;
 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_home.gif);
 height: 94px;
}

#nav {
}

#nav ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#nav ul li {
 background-image: url(/inc/html/default/pix/gradient.gif);
 background-repeat: repeat-x;
 height: 47px;
 font-variant: small-caps;
 font-size: 23px;
 letter-spacing: 2px;
 padding: 0 0 0 22px;
 margin: 0 0 0 0;
 width: 200px;
 border-width: 0 0 1px 0;
 border-color: white;
 border-style: solid;
 line-height: 45px;
}

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

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

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

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

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

#sidebar_image {
 position: absolute;
 bottom: 47px;
 left: 0;
 z-index: 1;
}

#foot {
 margin-top: 1px;
}