* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/background.jpg) top center repeat-x;
background-color: #e5e5e5;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 845px;
margin: 0 auto;
}

/* logo, nav, banner */

#masthead{
width: 845px;
height: 89px;
float: left;
}

#logo{
width: 563px;
height: 89px;
float: left;
}

#contactDetails{
width: 282px;
height: 89px;
float: left;
}

#nav{
width: 845px;
height: 46px;
float: left;
background: url(../images/nav-bg.jpg) top left no-repeat;
}

#banner{
width: 845px;
height: 286px;
float: left;
}

#offersContainer{
width: 845px;
height: 47px;
float: left;
background: url(../images/scroller-bg.jpg) top left no-repeat;
}

#offers{
width: 710px;
height: 47px;
float: left;
margin-left: 125px;
}

/* Content */

#contentContainer{
width: 845px;
float: left;
background-color: #e5e5e5;
}

#contentLeftCol{
width: 633px;
float: left;
background-color:#FFF;
padding-bottom: 30px;
}

#contentRightCol{
width: 212px;
float: left;
background-color: #e5e5e5;
}

/* Footer */

#footer{
width: 845px;
height: 30px;
float: left;
}



