body {
background-image: url("images/body-bg.jpg");
margin:auto; 
padding:0; 
width:100%;
height:100%;
font:12px  'Tahoma', helvetica, 'arial';
letter-spacing: 0.5px;
line-height: 17px;
}
#header {
background-image: url("images/bg-img-top.jpg");
background-repeat: repeat-x;
height:73px;
width:100%;
margin-top:0px;
}
#topcontent {
position:absolute;
background-color:#FFF;
margin-top:0px;
width: 100%;
/*border-style: solid;*/
border-bottom: 1px solid #999;
/*border-width: 1px;
border-bottom-color:#999;*/
}
#middlecontent {
background-color:#fff;
width: 100%;
height:500px;
margin-top:100px;
font:12px  'Tahoma', helvetica, 'arial';
letter-spacing: 0.5px;
line-height: 17px;
border-bottom: 1px solid #999;
/*border-style: solid;
border-width: 1px;
border-bottom-color: #999;*/
}
#middlecontent iframe{
background-color:#FFFFFF
}
#middlecontent table {
background-color:#fff;
font:12px  'Tahoma', helvetica, 'arial';
letter-spacing: 0.5px;
line-height: 17px;
color:#666;
overflow-x: hidden;
overflow-y: scroll;
}
#bottomcontent {
background-color:#FFFFFF;
margin-top:0px;
width: 100%;
font:12px  'Tahoma', helvetica, 'arial';
line-height: 17px;
}
#bottomcontent a:hover{
onmouseover: url("images/button2.jpg");
}

#footer {
background-image: url("images/bg-img-bottom.jpg");
background-repeat: repeat-x;
height:71px;
width:100%;
font:11px  'Tahoma', helvetica, 'arial';
color:#FFFFFF;
}
#footer a{
text-decoration:none;
font:11px  'Tahoma', helvetica, 'arial';
color:#FFFFFF;
}
#footer td {
padding-top:15px;
font:11px  'Tahoma', helvetica, 'arial';
color:#FFFFFF;
}
#loginmenu {
background-image: url("imgs/loginmenu-bg.jpg");
background-repeat: repeat-y;
position:absolute;
top:170px;
left:0px;
width:191px;
height:223px;
}


#menu {
background-image: url("imgs/menu-bg.jpg");
background-repeat: repeat-x;
height: 51px; 
width:881px;
font:13px  'Gill sans', helvetica, 'arial';
font-weight: bold;
letter-spacing: 1px;
color: #DAA943;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li{
float:left;
left:20px;
}
#menu a {
display: block;
}