/* CSS Document */
body{
background-image:url(images/backgroundD.jpg);
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;

}
.top{
background-image:url(images/css/top_bar.jpg);
background-repeat:repeat-y;
}
.side{
background-image:url(images/css/side_bar.jpg);
background-repeat:repeat-y;
}
#my:hover{
background-color:#3399FF;
}
.bord{
border-top-style:dotted;
border-top-width:thin;
border-top-color:#333333;

border-bottom-style:dotted;
border-bottom-width:thin;
border-bottom-color:#333333;
}
.img_imb{
float:left;
margin-right:5px;
}
