html { height: 100%; }
body {
     background-image: url(/images/bg.jpg);
     background-repeat: repeat-x;
     background-color: #343399;
     margin: 0px;
     font: 12px Trebuchet MS, Helvetica, sans-serif;
     color: #010066;
}
img { border-width: 0px; }
h1, h2, h3, h4 {
     font-family: Century Gothic, Trebuchet MS, sans-serif;
     font-weight: bold;
     color: #010066;
     margin: 5px 0px;
}
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
hr {
     background-color: #010066;
     border-width: 0px;
     height: 1px;
}
a { color: red; }

#boxor {
     background-color: white;
     border: black solid 1px;
     border-width: 0px 1px;
     width: 760px;
     margin: 0px auto;
}
#top-banner {
     display: block;
}
#top-bar {
     display: block;
     margin: 0px 0px 5px;
}
#mainBody {
     width: 565px;
     float: right;
     padding: 0px 5px;
}
#mainBody h1 {
     border-bottom: #010066 solid 1px;
     border-left: red solid 10px;
     padding-left: 5px;
     margin: 5px 0px 10px;
}
#navigation {
     width: 175px;
     float: left;
     background-color: #B9C7EE;
     margin: 5px 5px;
     padding: 0px 0px 5px;
}
#navigation a {
     color: #010066;
     text-decoration: none;
}
#navigation a:hover {
     background-color: white;
     text-decoration: underline;
}
#navigation h1 {
     text-align: center;
     font: bold 18px Trebuchet MS, Arial, sans-serif;
     margin: 0px;
     color: black;
}
#navigation h2 {
     font: bold 15px Trebuchet MS, Arial, sans-serif;
     margin: 0px;
     padding: 3px 5px;
     background-image: url(/images/nav-dots.gif);
     background-repeat: no-repeat;
     background-position: bottom;
}
#navigation p {
     text-align: center;
     margin: 0px 0px 10px;
     font-size: 14px;
}
#navigation ul {
     margin: 0px 0px 0px 3px;
     padding: 0px 0px 0px 3px;
     list-style-position: inside;
}
#navigation ul li strong {
     color: red;
     font-weight: 400;
}
#remax-logo {
     display: block;
     margin: 10px auto;
}
#footer {
     clear: both;
     font-size: 10px;
     text-align: center;
     border: #010066 solid 1px;
     border-width: 1px 0px 0px;
}
.cntr { text-align: center; }
.juba-team {
     display: block;
     float: left;
     margin: 5px 10px;
     width: 115px;
     height: 86px;
}