/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}






body {
background-color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
background:transparent url('images/repeat.jpg') repeat-x;
}



/***************Content**********/

#wrapper {

width:960px;
margin: 0 auto;

}

/***************header**********/

#header {

width:308px;
height:57px;
margin:0 0 0 652px;
background:transparent url('images/contact.jpg') no-repeat;
}


/***************Tagline**********/

#tagline {
width:960px;
}

#tagline h1 {

font-size:44px;
letter-spacing:-2px;
line-height: 50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
margin:50px 0 30px 0;
text-align:center;
}

/***************Content**********/

#content {
width:930px;
height:296px;
margin: 0 0 0 30px;

}

.winchmoore {
width:301px;
height:296px;
float:left;
background:transparent url('images/winchmoore.jpg') no-repeat;
}

.logo {
width:300px;
height:296px;
float:left;
background:transparent url('images/logo.jpg') no-repeat;
}

.muswell {
width:301px;
height:296px;
float:left;
background:transparent url('images/muswell.jpg') no-repeat;
}

.button {
width:301px;
height:118px;
margin:70px 0 0 0;
}

.emailbutton a{
width:308px;
height:57px;
display:block;
}

.winchmoore a {
display: block;
height:100%;
width: 100%;
}

.muswell a {
display: block;
height:100%;
width: 100%;
}

.phonenumber {
width:960px;
margin:20px 0 40px 0;

}

#phonenumber h2 {

font-size:45px;
letter-spacing:-2px;
line-height: 80px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}

/***************Footer**********/

#footer {

width:960px;
height: 50px;
border-top: 1px solid #ccc;
padding:20px 0 0 0;
}

#footer p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
text-align:center;
}


