body { 
	padding: 0; 
	margin: 0;
	top-margin:0; 
	font-family: tahoma; 
	font-size: 12px;;
	background: #FFFFFF; 
	color: #000000; 
}

a {	
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
	text-decoration: underline;
}
a:hover { color: #6C757A;}

.my_banner_class TD { font-family: tahoma; font-size: 12px; color: black; padding:5px; overflow: hidden;}
.my_banner_class .title { font-size: 12px; font-weight: none; font-family: tahoma; color: black;}
.my_banner_class .handle { font-family: tahoma; color: blue; text-decoration: underline;}
.my_banner_class .age_gender { font-family: tahoma; font-size: 12px; color: black;}
.my_banner_class .location { font-family: tahoma; font-size: 12px; color: blue; text-decoration: underline;}
.my_banner_class A { color: blue; text-decoration: underline;}

.main { 
	margin: 0 auto;
	width: 745px;
	padding: 10px; 
}

.footer { 
	clear: both;
	text-align: center;
	padding: 12px 0 10px 0;
	margin: 0;
	border-top: 0px solid #000000;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

#navigation {
list-style: none;
overflow: auto;
}
#navigation li {
float: left;
background-color: #666; /* to cater for users without images */
}
#navigation a {
display: block;
background-image: url(tabright.gif);
background-position: top right;
background-repeat: no-repeat;
color: #FFF;
text-decoration: none;
font-weight: bold;
}
#navigation span {
display: block;
background-image: url(tableft.gif);
background-repeat: no-repeat;
padding: 5px 15px;
}
#navigation a:hover {
background-position: right -198px;
}
#navigation a:hover span {
background-position: 0 -198px;
}
.pic {
	border: #000000 1px solid;
}