/* Definition of all the style xss elements */
.topnav1 {
       //background-image: url("images/m3.jpg");
       padding-left:150px;
       background-color:#d0b8fa;
 }

.header1 {
       background-image:url("images/free-web-header.jpg");
       margin-left:150px;
       width:700px;
       //border:1px solid #8cabe0;
}

.leftnav1 {
       float:left;
       font-weight:bold;
       font-size:11px;
       color:navy;
       text-align:center;
       width:150px;
 }

.body1 {
        //background-image: url("images/1m.jpg");
        /*height:500px;*/
        margin-left:150px;  
        margin-top:2px;
        width:700px;
 }
 
.body2 {
        background:white;/*#fffff4;*/
        border:1px solid #8cabe0;
        margin-left:150px;  
        margin-top:2px;
        width:700px;
        height:400px;
 }
 

.footer1 {
       background-image:url("images/free-web-footer.jpg");
       //background:#ffffaa;
       border:1px solid #8cabe0;
       margin-left:150px;
       height:75px;
       width:700px;
       clear:both;
 }
