body
{
  margin: 0px;
  padding: 0px;
  background: #5f5f5f;
  color: #3c3c3c;
}

body, table
{
  font: 11px/18px verdana, tahoma, sans-serif;
}

img
{
  border: none;
}

p
{
  padding: 0px;
  margin: 0px 0px 15px;
}

a, a:link, a:visited
{
  color: rgb(150,150,200);
}

a:hover, a:active
{
  color: rgb(255,97,0);
}

form
{
  padding: 0px;
  margin: 0px;
}

h1
{
  font: bold 20px/20px helvetica, arial, sans-serif;
  color: #ff6400;
  margin: 0px 0px 20px;
  padding: 0px;
}

hr
{
  padding: 0px;
  margin: 25px 0px 20px;
  background-color: #dcdcdc;
  height: 2px;
  display: block;
  border: none;
}

#header
{
  height: 120px;
  background: url(../images/bg-header.png) repeat-x;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font: bold 14px/20px arial, helvetica, sans-serif;
}

#header-width
{
  width: 960px;
  text-align: left;
}

#header a:link, #header a:visited
{
  text-decoration: none;
  color: #ffffff;
}

#header a:hover, #header a:active
{
  text-decoration: underline;
  color: #ffffff;
}

#content
{
  background: #dcdcdc url(../images/bg-content.png) repeat-y top center;
  margin: 0px;
  padding: 0px;
}

#sidebar
{
  width: 200px;
  padding: 0px;
  background: #a2bbaf;
}

#sidebar p
{
  margin: 0px 0px 10px;
}

#navigation
{
  background: #3c3c3c;
  padding: 15px 10px 15px 25px;
  margin: 0px;
}

#navigation a:link, #navigation a:visited
{
  display: block;
  font: bold 14px/30px arial, helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

#navigation a:hover, #navigation a:active
{
  color: rgb(255,97,0);
}

#main
{
  width: 760px;
  padding: 0px;
  background: #ffffff;
}

#main-padding
{
  margin: 25px;
}

#footer
{
  height: 120px;
  background: url(../images/bg-footer.png) repeat-x;
  color: #ffffff;
}

#footer div
{
  padding-top: 35px;
}

#footer a:link, #footer a:visited
{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #b4b4b4;
}

#footer a:hover, #footer a:active
{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

#connected
{
  background: url(../images/bg-connected.png) repeat-x;
  height: 20px;
  font: bold 11px/20px arial, helvetica, sans-serif;
  padding-left: 25px;
}

.small-box
{
  border: 1px solid #cccccc;
  padding: 5px;
}

.small-title
{
  background: #9999cc;
  margin: -5px -5px 10px;
  padding: 2px 5px;
  font-weight: bold;
  color: #ffffff;
}
