@charset "utf-8";
/* CSS Document */
#header {
height: 237px;
}
#headerbg {
background-image:url(images/header-bg2.jpg);
}
.logo {
margin-top: 35px;
}
.headerbullet {
padding-top: 30px;
font-size: 14px;
}
.headerbullet ul {
margin-left: 18px;
list-style-type:none
}
.headerbullet ul li {
background-image:url(images/bullet-header.gif);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 25px; 
}
h1 {
font-size: 15px;
font-weight: bold;
padding: 8px 0;
}