body{
   font-family:Arial,Tahoma;
   font-size:11px;
}
#area-header{
   background-color:#373737;
   color:white;
   font-size:12px;
   line-height:135%;
}
#area-header a{
   color:white;
   text-decoration:none;
}
#area-header a:hover{
   text-decoration:underline;
}
#area-header #menu{
   font-size:12px;
   list-style-type:none;
   margin:0px;
   padding:0px;
   padding-top:3px;
}
#area-header #menu li{
   float:left;
   width:16%;
   text-align:center;
}
#area{
   background:transparent url(/images/bg-content.gif) repeat-y scroll;
}
#area-content-left,#area-content-center{
   background:#fdfdfd url(/images/bg-content-center.gif) repeat-x scroll;
   color:#616161;
   min-height:475px;
   height:expression(this.height<475?"475px":"auto");
   padding-top:20px;
}
#area-content-center{
   padding-left:5px;
   padding-right:5px;
   width:538px;
}
#area-content-right{
   color:#373737;
}
#area-content-right a{
   color:#373737;
   text-decoration:none;
}
#area-content-right a:hover{
   text-decoration:underline;
}

#area-footer{
   background:transparent url(/images/bg-foot.jpg) repeat-y scroll;
   color:white;
   padding-top:20px;
   text-align:center;
   height:38px;
}
a img{
   border:none;
}

h3{
   font-size:14px;
   color:#4e3409;
   padding-top:0px;
   margin-top:0px;
   margin-bottom:5px;
}

.message-success{
   color:blue;
}
.message-error{
   color:red;
}

.img-boxing{
   border:1px solid #3d7725;
   background-color:white;
   padding:2px;
   margin-top:7px;
}

.button_contact{
   border:none;
   background-image:url(/images/button_contact.jpg);
   width:69px;
   height:25px;
   color:white;
   font-weight:bold;
}