body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:gray;
}

#container {
  width:1000px;
  background-color:#6b8cff;
  margin-left: auto;
  margin-right: auto;
  border:1px solid;
  padding-right:0px;
}

#header {
  width:1000px;
  height:125px;
  clear:both;
  background-color:#6b8cff;
}

#logo {
  width:266px;
  float:left;
  background-color:#6b8cff;
}

#logo_img{
  margin-top:5px;
  margin-left:5px;
}

#banner_img{
  margin-top:25px;
}

#banner {
  width:468;
  float:left;
  background-color:#6b8cff;
}

#login {
  width:266px;
  float:left;
  background-color:#6b8cff;
  text-align:right;
}

#login_box{
  margin-top:25px;
  margin-right:25px;
  float:right;
}

#navigation {
  width:1000px;
  height:50px;
  background-image: url("../img/navbkg.png");
  clear:both;
  border-top:1px solid;
  border-bottom:1px solid;
  text-align:center;
  font-size:20px;
}

#nav_text {
  margin-top:14px;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}

#main_content {
  width:761px;
  margin-left:4px;
  margin-top:4px;
  float:left;
  color:#000000;
  background-color:#ffffff;
  padding:0px;
  border:1px solid;
}

#download_box {
  border:1px solid;
  margin-bottom:5px;
  margin-left:5px;
  margin-right:5px;
  height:235px;
}

#dl_title {
  background-color:#dadada;
  font-weight:bold;
}

#dl_image {
  float:left;
  width:280px;
}

#dl_text {
  width:400px;
  float:left;
}

#news_cont {
  border-bottom:1px solid;
}

#news_title {
  font-weight:bold;
  font-size:18px;
  background-color:#dadada;
}

#news_subtitle {
  font-weight:bold;
  border-top:1px solid;
  background-color:#fffffd;
}

#news_text{
  border-top:1px dotted;
  background-color:#ffffff;
  padding-left:4px;
}

#stripmain {
  width:1000px;
  background-color:#ffffff;
  border:1px solid;
}

#sidebar {
  width:220px;
  float:right;
  background-color:#6b8cff;
  margin-right:4px;
  margin-top:4px;
}

#topics {
  width:220px;
  background-color:ffffff;
  border:1px solid;
}

#links {
  width:220px;
  margin-top:4px;
  background-color:ffffff;
  border:1px solid;
}

#linkbox{
margin-left:10px;
}

#footer {
  width:1000px;
  clear:both;
  margin-top:4px;
  background-color:#b3b3b3;
}

#copyright{
  float:right;
  margin-right:5px;
}

#sm_title{
  height:20px;
  background-color:#dadada;
  font-weight:bold;
  margin-bottom:5px;
  border-bottom:1px solid;
}

#sm_footer{
  height:20px;
  background-color:#dadada;
  margin-top:5px;
  border-top:1px solid;
}

#lg_title{

}

#lg_footer{

}
