body
{
    background-image: url("small_back.gif");
    background-repeat: repeat;
}
h1, h2, h3, h4
{
    color: navy;
}
p, ul, h4, h5, li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: navy;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: navy;
    margin-top: 30px;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: navy;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: navy;
}
/* Main page (centralised with blue background */
#container
{
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 800px; /* height: 1000px; */
    min-height: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000066;
    background-color: white;
}
/* banner */
#banner
{
    padding: 4px 0 0 20px;
    margin: 0;
    background-image: url(Shard_grad.png);
    background-repeat: repeat-y;
    background-position: right; /* position: absolute; */
    height: 140px;
    width: 780px;
}

#strapline
{
    position: absolute;
    top: 40px;
    left: 208px;
    margin-left: 100px;
    color: white;
    font-size: 14pt;
}

#animation
{
    position: absolute;
    right: 0px;
    top: 0px;
}

#shard_menu
{
    /* position: absolute;   left :0px; top: 150px; */
    position: relative;
    margin-top: 10px;
    text-align: center;
    width: 800px;
}

#shard_menu a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20px;
    color: #7ABAFF;
    font-weight: bold;
}
#shard_menu a:visited
{
}
#shard_menu a:hover
{
    color: white;
    background-color: #0590D5;
}

#content
{
    /* position:absolute; top: 175px; */
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

#content p
{
    text-align: left;
}

#social a:visited
{
    text-decoration: none;
}
#social a:hover
{
    text-decoration: none;
}
#social img
{
    border: none;
}
/* Generic classes */
.image_right
{
    float: right;
    padding: 7px 0 7px 7px;
}
.image_left
{
    float: left;
    padding: 7px 7px 7px 0px;
}
