html,body{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
background-color: #ffeeff;
}

h1 {
font-size: 130%;
}

h2 {
font-size: 100%;
}

h2 a {
color: #666666;
text-decoration: none;
padding: 0px;
}

h2 a:hover {
color: #ff0099;
border: none;
padding: 0px;
}

a {
color: #ff0099;
padding: 2px;
}

a:hover {
color: #ff0099;
padding: 1px;
border: 1px solid #666666;
text-decoration: none;
}

.bold {
font-weight: bold;
}

.border {
border: 1px solid;
padding: 10px;
font-size: 80%;
margin: 16px;
}

#container{
position: relative;
margin: 0px auto;
width: 800px;
background-color: #ffcccc;
border: 3px solid #888888;
}

#header{
position: relative;
top: 20px;
width: 790px;
height: 200px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
}

#col_2 {
position: absolute;
top: 280px;
left: 25px;
}


#centre_top {
position: relative;
top: 40px;
left: 180px;
width: 600px;
height: 47px;
background-image: url(images/centre_top.gif);
background-repeat: no-repeat;
}

#centre_col{
position: relative;
top: 20px;
left: 180px;
width: 600px;
background-image: url(images/centre_slither.gif);
background-repeat: repeat-y;
}

#main_content {
position: relative;
left: 25px;
width: 550px;
}

#centre_bottom {
position: relative;
top: 4px;
left: 180px;
width: 600px;
height: 52px;
background-image: url(images/centre_bottom.gif);
background-repeat: no-repeat;
}


#footer {
background-image: url(images/footer.gif);
background-repeat: no-repeat;
font-size: 70%;
position: relative;
height: 55px;
width: 700px;
line-height: 150%;
border: 1px solid;
margin: 0px 0px 20px 50px;
}


#address {
float: left;
margin-left: 50px;
}

#numbers {
float: right;
margin-right: 50px;
}
