@charset "UTF-8";
/* CSS Document */

body {
background-color: #c5c5c5;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

img {
border: none;
}

table, tr, td {
border: none;
padding: 0px;
margin: 0px;
}

p {
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 14px;
color:#989898;
}

.main {
display: block;
position: relative;
width: 842px;
height: 566px;
margin: 20px auto 5px auto;
padding: 36px 81px 89px 76px;
background-color: #ffffff;
background-image: url(card_bg.gif);
z-index: 50;
}

.email {
position: absolute;
top: 670px;
left: 773px;
width: 135px;
height: 21px;
}

.display_space {
position: relative;
float: left;
margin: 0px:
padding: 0px;
width: 710px;
height: 510px;
}

.gallery_rel {
position: relative;
float: left;
}

#gal {
position: absolute;
top: 0px;
}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}



.gallery {
width: 60px;
height: 60px;
border: none;
margin: 0px 0px 4px 4px;
}

.nav a {
display: block;
position: relative;
}

.nav a span {
display: none;
}

.nav a:hover span {
display: inline;
position: absolute;
top: 0px;
left: 0px;
z-index: 90;
cursor: pointer;
}

a:link {
color:#989898;
text-decoration: none;
}

a:visited {
color:#989898;
text-decoration: none;
}

a:active {
color:#989898;
text-decoration: none;
}

a:hover {
color:#989898;
text-decoration: none;
}





