/* unvisited link  */
a:link
{
color: #0055BB;
text-decoration: none
}

/* visited link    */
a:visited
{
color: #0055BB;
text-decoration: none
}

/* mouse over link */
a.highlight:hover
{
color: #0000FF;
background-color: #FF0000
}


a:active {color: #0000FF}  /* selected link   */

a.plain:hover
{
text-decoration: none
}

div.bg
{
width: 800px;
height: 1000px;
background-image: url("background/irwin_bw.jpg");
overflow: hidden
}

div.title
{
width: 500px;
height: 100px;
float: left;
background: url("images/home_title.gif") no-repeat center center;
overflow: hidden
}

div.film
{
padding: 0px 0px 0px 64px;
width: 512px;
height: 256px;
background: url("images/irwin_film.gif") no-repeat bottom right;
overflow: hidden
}

div.map
{
padding: 0px 0px 0px 64px;
width: 512px;
height: 200px;
font-family: System, Arial, "Times New Roman";
font-size: 13px;
line-height: 18px;
overflow: hidden
}

div.construction
{
padding: 175px 0px 0px 420px;
width: 280px;
height: 60px;
background: url("images/construction.gif") no-repeat bottom right;
overflow: hidden
}
