/* about */
.about
{
	background-color: #000;
	background-image: url(/images/backgrounds/about_large.jpg);
	color: #FFF;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	text-shadow: #000 0px 0px 3px;
	
}

.about #logo a { background-image: url(/images/tve_logo_white_drop_shadow.png); }

.about  #masthead li a
{
	color: #fff;
}

.about h1,
.about h2,
.about h3,
.about dt{ color: #FFF; }
.about h1 { }

.about a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px #FFF dotted;

}

.about #page a:hover
{
	color: #000;
	background-color: #FFF;
	border: 0;
}


