.container
{
height:600px;  /* change this as the height of the content changes */
}

.top
{
background-image:url(../images/top-second.jpg);
height:192px;
}

/***********  nav    ***************/

.home
{
padding-top:34px;
text-align:right;
}

.home a
{
text-decoration:none;
color:#6987ad;
}

.homelink a
{
background-image:url(../images/home.jpg);
background-repeat:no-repeat;
width:49px;
height:23px;
margin-left:750px;
display:block;
}

.homelink a span
{
display:none;
}

.nav
{
padding-top:40px;
}


/*******************  content  *************************/

.content
{
background-image:url(../images/second_body.jpg);
height:400px;  /* change this to the height of the text */
}

/*********************   content titles   ***********************/

.contenttitleabout,
.contenttitlemanagers,
.contenttitleemployment,
.contenttitlecontact
{
float:left;
margin:10px;
}

.contenttitleabout span,
.contenttitlemanagers span,
.contenttitleemployment span,
.contenttitlecontact span
{
display:none;
}

.contenttitleabout
{
background-image:url(../images/title_pg_about.jpg);
width:123px;
height:24px;
}

.contenttitlemanagers
{
background-image:url(../images/title_pg_managers.jpg);
width:86px;
height:23px;
}

.contenttitleemployment
{
background-image:url(../images/title_pg_employment.jpg);
width:109px;
height:21px;
}

.contenttitlecontact
{
background-image:url(../images/title_pg_contact.jpg);
width:78px;
height:21px;
}

