body {
    text-align: center;
    background-color: #2e3436;
    margin: 0px; 
    padding: 0px;
    color: #eeeeec;
    font-size: 12px;
}

img {
border: 0;
}

 
html>body {
    font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
}

a {
    color: #fcaf3e;
    text-decoration: none;
 }

a:hover { 
    color: #fcaf3e;
    text-decoration: underline;
}

a:visited { 
    color: #f57900;
    text-decoration: none;
}

h1,h2,h3 {
    text-align: center;
    margin: 0;
    line-height: 1.1em;
}


th {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-weight: bold;
    background-color: #555753;
    width: 25%;
}

td {
    text-align: center;
    padding: 8px 5px;
    border-bottom: 1px solid #555753;
    border-top: 1px solid #555753;
    border-left: 1px solid #555753;
    border-right: 1px solid #555753;
}

table {
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border-spacing: 0;
    display: inline;
    font-size: 12px;
}

#splitter1 {
    background-image: url(./images/blank.png); 
    height: 7px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#splitter2 {
    background-image: url(./images/blank.png); 
    height: 7px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo {
    margin-left: auto;
    margin-right: auto;
    display:block;
    background-repeat: no-repeat;
    height: 63px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu-left {
    margin-right: 50px;
    display:inline;
}

#menu-right {
    margin-left: 50px;
    display:inline;
}

#searchbox {
    margin-top: 0px;
    height: 7px;
    display: inline;
    float: right;
    text-align: right;
}

input
{
    color: #eeeeec;
    background: #2e3436;
    border: 1px solid #eeeeec;
}


#container {
    position:relative; 
    display:block; 
}

#inner {
    display:block;
    position:relative;
    margin-left:-150%;
    margin-right:-150px;
    padding:1px;
}

#left {
    float:left; 
    position:relative; 
    width:150%;
    left:0px;
}
#right {
    float:right; 
    position:relative; 
    width:150px;
    right:0px;
}
#center {
    margin-left:150%;
    margin-right:100px;
    position:relative; 
    display:block;
    height:1%;
}

.clear {
    clear:both;
}

#content {
  float: left;
  width: 48%;
}
#sidebar {
  float:left;
  width:25%;
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}
#otherbar {
  float:left;
  width:25%;
  text-align: left;
  margin-left:5px;
  margin-right: 5px;
}
#footer {
  clear:both;
  text-align:center;
}
#header {
  text-align:center;
}

.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-3 .inner-box, #rounded-box-3  b {
    background-color: #555753;
}

.inner-box {
    padding:1em;
}

.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-32 .inner-box, #rounded-box-32  b {
    background-color: #555753;
}

.inner-box {
    padding:1em;
}
