 body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #c7dee7;
 }

 #holder {
  width: 996px;
  margin: 0 auto;
  text-align: left;
  height:100%;
 }

 
 #menu {
 background-color:#113965;
 width:870px;
 padding:0 0 0 120px;
 border-top:1px solid white;
 border-bottom:1px solid white;
 color:white;
 text-align:center;
 font-size:12px;
 margin:0 0 0 3px;
 height:24px;
 }
 #menu a {
 color:white;
 font-weight: normal;
 text-decoration: none;
 height:20px;
 padding:4px 10px 0 10px;
 display:block;
 float:left; 
 }
 #menu a:hover{
 background-color:#316995;
 }
 
 #vlevo {
 width:185px;
 float:left;
 margin:0 10px 0 8px;
 }
 
 #page {
 width:592px;
 float:left;
 }
 
 #vpravo {
 width:185px;
 float:right;
 margin:0 8px 0 0;
 }
 
 #top
 {
 background: url(images/top.jpg) no-repeat center;
 position:relative;
 }
 #logo
 {
 display:block;
 background: url(images/logo.jpg);
 width:290px;
 height:99px;
 margin:0 0 0 3px; 
 }
 #logo span {
 display:none;
 }
#bannerx {
position:absolute;
left:450px;
top:20px;

}

 #pagetitle {
 background-color: black;
 color:white;
 border-bottom:5px solid white;
 height:18px;
 padding:6px 0 0 0;
 }
 
 
 .forumbg {
 background-color: #f0f0f0;
 }
 
 .sidebar,.sidebarcenter {
 width:174px;
 background: url(images/sidebg.jpg);
 border-bottom:1px solid #7babe5;
 border-top:1px solid #7babe5;
 padding:0 2px 3px 2px ;
 margin:5px 0 0 5px;
 }
 .sidebar h3, .sidebarcenter h3 {
 background-color:#113965;
 color:white;
 margin: 0 0 3px 0;
 font-size:11px;
 padding:2px 0 2px 4px;
 text-align:left;
 }
 .sidebarcenter {
 text-align:center;
 }
 
 
 #forumpage {
 width:766px;
 float:left;
 background-color: white;
 }
 
 .chatboxmsg {
 text-align:left;
 margin:0 7px 0 7px;
 text-overflow: ellipsis;
 }
 