body {
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#ffffff;
/*background:#143b5b;*/
color:#505050;
}

#header {
height:295px;
width:924px;
background:#ffffff url(img/is_bgalb_01.jpg) top left no-repeat;
margin:auto;
}

/*--------------- menu -----------------*/

#menu{
padding:85px 120px 0px 0px;
}

#menu p{
text-align:right;
font-weight:bold;
font-size:1em;
}

#menu a{
margin:0px 18px;
text-decoration:none;
color:#808080;
}

#menu a:hover{
color:#143b5b;
}

/*--------------- select & search -----------------*/

#search {
float:left;
padding:100px 0px 0px 50px;
}

#search h4{
font-size:0.9em;
margin-bottom:2px;
}

.select{
width:200px;
color:#505050;
border:1px solid #b0b0b0;
}

.searchform {margin:0;}

.searchbox {
background:#ffffff;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:160px;
}

.searchbutton {
color:#ffffff;
background:#0f3c60 url(img/button.jpg);
border:1px solid #b0b0b0;
width:30px;
}

/*--------------- main content --------------------*/
#wrapper1 {
width:924px;
background: url(img/multiply.jpg) top repeat;
margin:auto;
height:600px;
}

#wrapper2 {
width:924px;
height:95px;
background:#ffffff url(img/is_bgalb_02.jpg) top left no-repeat;
}


/*--------------- left side -----------------------*/

#left-side {
float:left;
padding-top:50px;
padding-left:50px;
width:250px;
}

#left-side p{
width:250px;
}


#left-side h4{
font-size:0.9em;
margin-bottom:2px;
margin-top:15px;
padding-top:5px;
}

#left-side h3{
font-size:1.4em;
margin:0px;
color:#143B5B;
}

#imgbox1{
padding-bottom:15px;
border-bottom:1px solid #D8D8D8;
}

#imgbox2{
margin-top:15px;
}

/*-------------------- center ----------------------*/
#center{
width:520px;
margin-left:350px;
padding-top:50px;
}

#center h3{
font-size:1.2em;
margin-top:0px;
}

/*------------ second pages content ----------------*/

#content {
padding:50px 50px 100px 50px;
}

#content h3{
font-size:1.4em;
margin:0px;
color:#143B5B;
}

/*-------------------- footer ----------------------*/

#footer {
background:#ffffff url(img/is_bgalb_05.jpg) top no-repeat;
height:150px;
width:924px;
margin:auto;
}

#footer p{
padding-top:95px;
text-align:center;
color:#c0c0c0;
font-size:0.8em;
}

/*---------------- general formatting --------------*/

p{
text-align:justify;
margin:0px;
font-size:0.9em;
}

ul {
margin: 0px;
padding-top:10px;
}

img{
float:left;
padding-right:15px;
padding-bottom:0px;
}

a{
color:#0f3c60;
}

.bold{
font-weight:bold;
}

.hide {
display:none;
}