This is the file in question although there is more
*{
margin:0;
padding:0;
}
body{
background:#fff;
font:11px/20px Tahoma,Helvetica,sans-serif;
color:#222;
}
/* Layout Styles Starts */
#wrapper{
width:900px;
margin:0 auto;
position:relative;
padding:0 0 10px 0;
}
#header-top{
height:80px;
overflow:hidden;
padding:20px 25px 0 25px;
}
#logo{
float:left;
}
#logo h1{
background:url(../images/logo.jpg) no-repeat;
width:173px;
}
#logo h1 a{
display:block;
height:66px;
}