body
{
background-color: black;
color: white;
}

#header
{
position: absolute;
top:10px;
left: 15%;
width: 70%;
height: 130px;
}

#lefthead, #mainhead, #righthead
{
float: left;
display: inline;
height: 130px;

}

#lefthead, #righthead
{
width: 17px;
}

#lefthead
{
background: url(images/lefthead.png) 0 0 no-repeat;
}

#mainhead
{
width: 95%;
background: url(images/mainhead.png) 0 0 repeat-x;
}

#righthead
{
background: url(images/righthead.png) 0 0 no-repeat;
}

#title
{
padding-top: 20px;
padding-left: 40px;
display:inline;
float: left;
}

#navi
{
display:inline;
float: right;
font-family: "bank gothic", arial, "sans serif";
font-size: 1.1em;
}

#navi ul
{
margin: 75px 20px 0 0;
padding:0;
display: inline;
float: left;
}

#navi li
{
display: inline;
float: left;
padding: 10px 20px;
}

#navi a:link
{
color:white;
text-decoration: none;
}

#navi a:visited
{
color:white;
text-decoration: none;
}

#navi a:hover
{
color:white;
text-decoration: underline;
}



#lefttext
{
position: absolute;
z-index: 4;
left: 15%;
top: 145px;
width: 20%;
color: white;
height: 430px;
}

#lefttextbackground
{
position: absolute;
z-index: 3;
left: 15%;
top: 145px;
width: 20%;
height: 430px;
background-color: black;
opacity: .7;
filter: alpha(opacity=70);
border-left: 1px solid red;
border-right: 1px solid red;
}


#lefttext p
{
font-family: arial, sans-serif;
font-size: .8em;
line-height: 120%;
padding: 10px 10px 0 20px;
}


#largeimage
{
position: absolute;
z-index: 1;
top: 145px;
right: 30%;
width: 600px;
height: 430px;
overflow: hidden;
}

#largeimage img
{
height: 430px;
width: 600px;
}

#rightpics
{
position: absolute;
z-index: 4;
width: 230px;
right: 16%;
top: 145px;
height: 430px;
padding-top: 10px;
text-align: center;
}

#rightpicsbackground
{
position: absolute;
z-index: 3;
width: 230px;
right: 16%;
top: 145px;
height: 430px;
background-color: black;
opacity: .6;
filter: alpha(opacity=60);
border-left: 1px solid red;
border-right: 1px solid red;

}




#rightpics img
{
display:inline;
margin: 3px;
width: 100px;
height: 75px;
border: none;
}



#lefttext a:link
{
color: white;
text-decoration: none;
}

#lefttext a:visited
{
color: white;
text-decoration: none;
}

#lefttext a:hover
{
color: white;
text-decoration:underline;
}

#lefttext li
{
list-style-type: none;
padding: 5px;
margin: 0;
font-family: "bank gothic", arial, sans-serif;
font-size: 1.2em;
}

#lefttext ul
{
padding:10px;
margin: 0;
}

.emphasis
{
font-size: 1.7em;
}

#footer
{
position: absolute;
top:575px;
left: 15%;
width: 69%;
text-align: right;
color: white;
border-top: 2px solid red;
margin-top: 10px;
}

#footer p
{
padding-top: 10px;
margin: 0;
font-family: "bank gothic", arial, sans-serif;
font-size: .9em;
}
