/* Include other CSS files */
@import url("menu.css");
@import url("content.css");
@import url("comments.css");
@import url("slider.css");
@import url("special_case.css");

/* Main style */
body {
  font-family: Arial;
  font-size: 0.875em;
  background: #1D4254;
  color: #D3D3D3;
  margin: 0px;
}

p{
  margin-bottom: 0px;
}

/* Layout */
#header{
  background-image: url('../images/header.gif');
  background-repeat: no-repeat;
  height: 150px;
  border-bottom: 2px solid #000000;
}

#container{
  background-image: url('../images/body-background.png');
  background-repeat: repeat-y;
  background-color: #295682;
}

#sidebar{
  float: left;
  width: 155px;
}

#content{
  margin-left: 170px;
  padding-top: 10px;
  padding-right: 10px;
  height: 100%;
  min-height: 550px;
}

#footer{
  position: relative;
  border-top: 2px solid #000000;
  background-image: url('../images/footer.gif');
  background-repeat: repeat-x;
  height: 70px;
  padding-top: 10px;
  text-align: center;
  clear: both;
}

/* links */
a {
  color: #D3D3D3;
  text-decoration: underline;
}

a:hover {
  color: #FFFFFF;
}

#status a{
  color: #D3D3D3;
  text-decoration: none;
}

#status a:hover {
  color: #FFFFFF;
}


/* Elements */
#top-link{
  width:565px;
  height:105px;
  z-index:100;
  position:absolute;
}

#status{
  padding-top: 115px;
  padding-left: 30px;
}

#top-search{
  position: absolute;
  margin-top: 28px;
  margin-left: 653px;
}

#top-search input{
  background: none;
  border: 0px solid #D3D3D3;
  color: #D3D3D3;
}

#top-search-button{
  cursor:pointer;
}

#s{
  width: 165px;
}

#font_buttons{
  position: absolute;
  margin-top: 65px;
  margin-left: 653px;
}