html, body, form, div, img
{
padding: 0px;
margin: 0px;
}
body{
height:100%;
text-align:center;
background-color:#C0AE96;
}
html{
height:100%;
}
.container{
height:100%;
width:918px;
margin-left:auto;
margin-right:auto;
background-color:#FFF;
}
.maintable{
width:918px;
height:100%;
background-color:#FFF;
color:#000;
border-left:1px solid #000;
border-right:1px solid #000;
font-size:12px;
font-family:Arial;
}
.header{
width:918px;
height:105px;
background-image:url(../images/header.jpg);
}
.foto{
width:560px;
height:163px;
/* background-image:url(../images/foto.jpg); */
}
.adres{
height:163px;
width:179px;
background-image:url(../images/adres.gif);
}
.menubg{
width:179px;
background-color:#000036;
vertical-align:top;
}
.border_right{
width:179px;
background-color:#adadbe;
}
.content{
padding:7px;
text-align:left;
height:auto;
}
.footer_1{
width:918px;
height:21px;
background-image:url(../images/footer_row1.jpg);
}
.footer_2{
width:918px;
height:22px;
background-image:url(../images/footer_row2.jpg);
text-align:right;
color:#887F6D;
font-size:10px;
padding-right:5px;
}
.footer_2 A, .footer_2 A:active, .footer_2 A:visited{
text-decoration:none;
color:#887F6D;
}
.footer_2 A:hover{
background-color:#b1c4ef;
color:#000;
}



/* MENU */
.leftmenu{
width: 179px;
font-size: 14px;
color:#897f6d;
background-color: #e5e5ff;
text-align:left;
}
.leftmenu .firstList{
padding-top: 1px;
padding-bottom: 1px;
}
.leftmenu ul{
padding: 0px;
margin: 0px;
}
.leftmenu li.menuItem{
list-style: none;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
padding-top:4px;
padding-left:20px;
}
.leftmenu li{
list-style: none;
}
.leftmenu li.nestedList ul li{
background-image:url(../images/bullet_2.gif);
padding-left:23px;
}
.leftmenu li ul{
padding-left:10px;
}
.leftmenu li A{
text-decoration: none;
color: #897F6D;
}

[if IE]>
<style type="text/css">

.content
{
	height: expression((document.body.clientHeight - 311) + "px");
}
.border_right
{
	height: expression((document.body.clientHeight - 311) + "px");
}
</style>
<![endif]
