* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top left repeat-x;
background-color: #FFFFFF;
}

img {
border: 0;
}

#clear{
clear: both;
}

#container{
width: 930px;
margin: 0 auto;
}

#masthead{
width: 930px;
height: 101px;
margin: 0 auto;
}

#mast-logo{
float: left;
width: 293px;
height: 101px;
}

#mast-mid{
float: left;
width: 194px;
height: 101px;
}

#mast-right{
float: left;
width: 443px;
height: 101px;
}

#nav{
float: left;
width: 906px;
height: 53px;
}

#banner{
width: 930px;
height: 212px;
margin: 0 auto;
}

#content{
float: left;
width: 930px;
}

#nav{
float:left;
width: 193px;
height: 366px;
background: url(../images/nav-bg.jpg) top left no-repeat;
}

/* Middle column - body content */

#midCol{
float:left;
width: 550px;
background: url(../images/content-bg.jpg) top left no-repeat;
}

#contentTop{
float:left;
width: 550px;
height: 14px;
background: url(../images/content-top.jpg) top left no-repeat;
}

#contentBody{
float:left;
width: 550px;
}

#contentBottom{
float:left;
width: 550px;
height: 12px;
background: url(../images/content-bottom.jpg) top left no-repeat;
}

/* Right hand column - Location */

#rightCol{
float: right;
width: 147px;
height: 570px;
background: url(../images/address-bg.jpg) top left no-repeat;
}

/* Footer */

#footer{
clear: both;
margin: 0 auto;
width: 930px;
height: 55px;
}
