/* Created April 9, 2010 by AP2 Creative*/
body {
background-color: #000;
color: #fff;
font: 1em Georgia, "Times New Roman", Times, serif;
margin: 0; 
padding: 0;
}
#container{
width: 90%;
margin: auto;
background-color: #000;
color: #fff;
font: 1em Georgia, "Times New Roman", Times, seriff;
}
h1 {
font-size: 3em;
font-style:italic;
color: #ff6666;
text-align: center;
}
#navbio{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Bio-new-large.jpg") no-repeat 0 0;
}
#navbio:hover{ 
background-position: 0 -175px;
}
#navbio span{
display: none;
}

#navboo{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Boo-new-large.jpg") no-repeat 0 0;
}
#navboo:hover{ 
background-position: 0 -175px;
}
#navboo span{
display: none;
}
#navnew{
display: block;
width: 175px;
height: 175px;
background: url("../Images/News-new-large.jpg") no-repeat 0 0;
}
#navnew:hover{ 
background-position: 0 -175px;
}
#navnew span{
display: none;
}
#navoce{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Oce-new-large.jpg") no-repeat 0 0;
}
#navoce:hover{ 
background-position: 0 -175px;
}
#navoce span{
display: none;
}
#navpor{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Portfolio-new-large.jpg") no-repeat 0 0;
}
#navpor:hover{ 
background-position: 0 -175px;
}
#navpor span{
display: none;
}
#navvis{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Visi-new-large.jpg") no-repeat 0 0;
}
#navvis:hover{ 
background-position: 0 -175px;
}
#navvis span{
display: none;
}
#navhum{
display: block;
width: 175px;
height: 175px;
background: url("../Images/Humanimals-new-large.jpg") no-repeat 0 0;
}
#navhum:hover{ 
background-position: 0 -175px;
}
#navhum span{
display: none;
}

td{
padding: 25px;
}
td.h1{
padding: 0px;
}
td.header{
padding: 5px;
margin-left: 20%;
}
td.icon{
text-align: center;
}
td.footer{
padding: 2px;
font-size: .7em;
background: inherit;
color: #FFF;
text-align: center;
}
td.footer a {
background-color: inherit;
color: #CC3399;
}
td.footer a:visited {
background-color: inherit;
color: #CC3399;
}
td.footer a:hover a:active {
background-color: inherit;
color: #9900CC;
}


