body{
	padding: 30px;
	background-color: #000000;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(images/border1_06.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#nav a{
	color: #666666;
	text-decoration: underline;
}

#nav a:hover{
	color: #FFCF00;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}




#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
	background-color: #FFFFFF;
	
}

#text td {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#text a {
	color: #666666;
	text-decoration: underline;
}

#text a:hover {
	color: #FFCF00;
}

#text scroll{
	overflow: scroll;
	visibility: visible;
	background-color: #FFFFFF;
	z-index: auto;
	height: 420px;
	width: 500px;
	clear: left;
	float: none;

	}

#text #profiles td img {
	margin: 5px;
	border: 1px solid #666666;
}

#text h1 {
	font-size: 18px;
	color: #FFCF00;
}

#text h2 {
	font-size: 10px;
	color: #999999;
}

