body {
  padding:0px; 
  margin:0px;
  background-image: url(../images/background.jpg);
  font-family:verdana;
  font-size:10;
}

a, a:visited {
 font-size:10;
}
a:hover {
 font-size:10;
 text-decoration:none;
}


h3  {
font-family:verdana;
font-size:16;
font-weight:600;
}

h2 {
color:#b66;
}

.beta {
 position:absolute;
 
}

.logo {
 background-image: url(../images/logos/logo1.jpg);
 width:800px;
 height:150px;
}

.news {
 margin-right:10px;
 border-bottom:1px dashed #e00;
 
}

.usercontrol-container {
 width:250px;
 height:100%;
 background-color:#c77;
 text-align:right;
 float:right;
 padding-right:5px;
}

.content-container {
 width:800px;
 height:100%;
 background-color:#fff;

}

.search {
 text-align:center;
 height:35px;
 width:250px;
 background-image: url(../images/search_bg.jpg);
}

.latest {
 width:230px;
 float:right;
 padding:5px;
 padding-bottom:20px;
 margin-top:5px;
 background:url(../images/latest_bg.jpg) no-repeat top;
 
 
}

.left-border {
 background-image: url(../images/background_l.jpg);
 width:50px;
 height:100%;
 margin:0px;
}

.right-border {
 background-image: url(../images/background_r.jpg);
 float:right;
 width:50px;
 height:100%;
 margin:0px;
}

.bottom-border {
 border-top:2px solid #b66;
 background-color:#f77;
 font-size:10;
 height:20px;
 
}
