#header_nav {
    background: url('images/header_bg.jpg') no-repeat;
    width: 903px;
    height: 38px;
}

#header_nav a {
    color: #666666;
    font-size: 16px;
    text-decoration: none;
}

#header_nav a:hover {
    text-decoration: underline;
}

#nav_search {;
    width: 33px;
    height: 38px;
    float: left;
}

a#nav_who, a#nav_what, a#nav_blog {
    margin-top: 12px;
    float: left;
}

a#nav_who:hover, a#nav_what:hover, a#nav_blog:hover {
	color: #ff0000;
	}

a#nav_who_on, a#nav_what_on, a#nav_blog_on {
    margin-top: 12px;
    float: left;
    color: #ff0000;
}


#nav_home {
    background: url('images/boomerang_home.jpg') no-repeat;
    float: right;
    width: 433px;
    height: 38px;
}

#home_image {
    width: 903px;
    height: 419px;
    float: left;
}

#home_image h1 {
    color: #FFFFFF;
    margin-top: 85px;
    margin-left: 455px;
    font-weight: normal;
    margin-bottom: -10px;
}

#home_image p {
    color: #FFFFFF;
    margin-left: 455px;
    font-size: 16px;
}

#home_image a {
    color: #FFFFFF;
}


#who_we_are_image {
    background: url('images/who_we_are_header.jpg') no-repeat;
    width: 903px;
    height: 200px;
    float: left;
}

#what_we_do_image {
    background: url('images/what_we_do_header.jpg') no-repeat;
    width: 903px;
    height: 226px;
    float: left;
    margin-bottom: -26px;
}

p#nameplate {
    position: absolute;
    font-size: 14px;
    margin-top: 0px;
    top: 380px;
}

#nav_bar {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}