/***********************************
 supplementary css for pages with contents
i.e. all the pages except index.html
************************************/
div.sqr_bottom {
position: absolute;
background-color: #ff0000;
left: 380px;
top: 12px;
width:70px;
height:70px;
}

div#logo {
position: absolute;
left: 480px;
top: 12px;
}

div#address {
position: absolute;
left: 80px;
top: 12px;
}

h1{
background: #ff0000;
margin-top: 10px;
margin-right: 300px;
padding-right: 80px;
text-align: right;
}

h2{
background: #ff8888;
margin-left: 200px;
padding-left: 80px;
text-align: left;
clear: both;
}

h3{
background: #ff8888;
margin-right: 300px;
padding-right: 80px;
text-align: right;
}

em{
 color: #0000ff;
 font-weight: bold;
 font-style: normal;
}

