/* CSS Document */

body{
margin:0px;
background:url(bg_backg.jpg);
font-family:Arial;

}

p{
margin:10px 0px;
font-size:12px;

}
a{
color:#0066FF;

}
a img{
border:0px;

}
#container{
width:714px;
margin:10px auto;


}

#banner{
height:139px;
background:url(banner00.png) no-repeat;
}


#content{
padding:10px 0px 15px 26px;
background:url(bg000000.png) repeat-y 1px 0px;
height:100%;

}

#leftcontent{
float:left;
width:300px;

}


#rightcontent{
float:left;
text-align:justify;
width:350px;
margin-left:20px;
margin-right:10px;

}

#footer{
background:url(footer00.png) no-repeat 1px 0px;
height:57px;



}
#footer p{
margin:0px;
padding-top:20px;
padding-left:20px;
color:#4F88FF;
font-size:11px;

}

#footer, #banner{ behavior: url(iepngfix.htc); }


.invisible{
font-size: 8px;
text-align: center;
}

.invisible a{
color: #9CC3EC;
text-decoration: none;
cursor: default;
}