﻿html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
}

html,body{
	background: #ffffff;
	color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 17px;
    line-height: 17px;
}

body {
    margin-top: 20px;
    margin-left: 20px;
}

img{
    border: 0px;
}
   

p{ 
    margin-bottom: 19px;
}

h1{
    font-size: 25px;   
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

h2{
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 0px;
}

a, a:visited{
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

a:hover, a:visited:hover{
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #666666;
}

div#container{
    width: 800px;

}

div#left{
    float: left;
    width: 250px;
    height: 580px;
}

div#main{
    float: left;
    margin-top: 150px;
    width: 450px;
    height: 580px;
}

div#quickContact{
    margin-top: 390px;

}

p.subText{
    font-size: 13px;
    margin-bottom: 2px;
}

div#topNav{
    z-index: 20;
    margin-top: 20px;
    position: absolute;
    top: 0px;
    left: 270px;
    width: 600px;
}

div#topNav img{
    
    margin-right: 30px;
}

img.strapline{
    margin-bottom: 30px;
}

div#aboutStamp{
    z-index: 10;
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 250px;
    background-color: transparent;
    background-image: url('images/aboutFoot.png');
    background-repeat: no-repeat;
    width: 310px;
    height: 643px;
    padding-top: 170px;
    padding-left: 100px;
    padding-right: 200px;
 } 
 
div#outStamp{
    z-index: 15;
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 180px;
    background-color: transparent;
    background-image: url('images/outFoot.png');
    width: 360px;
    height: 500px;
    padding-top: 168px;
    padding-left: 170px;
    padding-right: 120px;
}

div#outStamp a, div#outStamp a:visited{
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}

div#outStamp  a:hover, div#outStamp  a:visited:hover{
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}


    