<!--

body
{
background-color: #989796;
color: white;
font-family: arial, sans-serif;
font-size: 80%;
line-height: 150%;
margin: auto;
text-align: center;
}

h1, h2
{
display: none;
}

#content
{
clear: both;
width: 823px;
height: auto;
margin: 83px auto auto auto;
text-align: center;
}


.cardholder
{
float: left;
display: block;
width: 382px;
height: 262px;
background-image: url(/images/card-shadow.gif);
background-repeat: no-repeat;
}

#leftcardholder
{
margin-right: 59px;
}

a.card
{
display: block;
width: 338px;
height: 218px;
margin: 22px;
background-color: #666565;
}

a.card span
{
display: none;
}


/* background images */

a#photographycard
{
background-image: url(/images/ade-rowbotham-photography-card.gif);
background-repeat: no-repeat;
}

a#designcard
{
background-image: url(/images/ade-rowbotham-interactive-design-card.gif);
background-repeat: no-repeat;
}



/* rollovers */

a.card:hover
{
margin: 21px;
}

a#photographycard:hover
{
border: 1px solid #efeded;
}

a#designcard:hover
{
border: 1px solid #252624;
}

p.footer
{
padding-top: 0;
margin-top: 53px;
}

p.footer a
{
color: #ccc;
text-decoration: none;
font-size: 90%;
}

p.footer a:hover
{
color: #efeded;
}

.clearBoth {
display: block;
clear: both;
height: 1px;
overflow: hidden;
}


-->