/* CSS Document */

BODY {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0px;
  font-family: Verdana, Tahoma, Arial, sans-serif
  }
  
TABLE.biggest {
  width: 920px;
  margin-top: 5%;
  }

TABLE.biggest TD.logo {
  width: 180px;
  }

TABLE.biggest TD.next {
  width: 740px;
  }

TABLE.biggest TD.nav {
  width: 180px;
  height: 300px;
  text-align: right;
  line-height: 23px;
  vertical-align: top;
  background-repeat: no-repeat;
  }

TABLE.biggest TD.nav A {
    text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
	}

TABLE.biggest TD.nav A:hover {
    text-decoration: none;
	border-bottom: 1px solid #999999;
	color: #999999;
	}

TR.bigtop TD {
  height: 50px;
  vertical-align: bottom;
  padding-bottom: 30px;
  
  }

DIV.title {
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  border-bottom: 1px dotted #999999;
  width: 500px;
  padding-bottom: 15px;
  margin-bottom: -15px;

  }

TABLE.profile,
TABLE.gallery {
  width: 100%;
  height: 300px;
  }

TABLE.profile TD.content {
  vertical-align: top;
  line-height: 15px;
  }

TABLE.profile TD.photo {
  vertical-align: top;
  width: 180px;
  }

TABLE.profile TD.photo IMG,
IMG.photo,
EMBED.photo {
  border: 1px solid #CCCCCC;
  }

TABLE.profile TD.content {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  font-size: 12px;
  vertical-align: top;
  }

TABLE.profile TD.content A {
  color: #CCCCCC;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  }

TABLE.profile TD.content A:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  }
  
/* ------------ GALLERIES -------*/

TABLE.gallery TD {
  padding-left: 23px;
  padding-right: 0px;
  text-align: justify;
  font-size: 12px;
  vertical-align: top;
  text-align: left;
  }

TABLE.gallery TD IMG {
  border: 1px solid #999999;
  margin: 7px;
  
  }


/*----------FOOTER----*/

TABLE.footer {
  color: #CCCCCC;
  font-size: 10px;
  text-align: center;
  border-top: 1px dotted #999999;
  width: 500px;
  padding-top: 15px;
  line-height: 15px;
  margin-top: 15px;
  }

TABLE.footer A {
  color: #CCCCCC;
  font-size: 10px;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  }

TABLE.footer A:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  }

/*DIV.title {
  font-size: 14px;
  font-weight: bold;
  margin-left: 30px;
  border-bottom: 1px dotted #999999;
  width: 500px;
  padding-bottom: 15px;
  margin-bottom: -15px;

  }*/