a:link	{
	text-decoration: none;
	color: rgb(255,0,204);
}
a:visited	{
	text-decoration: none;
	color: rgb(255,0,204);
}
a:active	{
	text-decoration: none;
	color: rgb(255,0,204);
}
a:hover	{
	text-decoration: none;
	color: white;
}

body		{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: arial, sans-serif;
	background-color: rgb(0,0,0);
}

.main-body	{
	min-height: 650px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid rgb(255,0,204);
	border-right: 1px solid rgb(255,0,204);
	border-top: 1px solid rgb(255,0,204);
	border-bottom: 	0px;
}

#main-box	{
	display: inline;
	width: 850px;
	min-height: 540px;
	border-left: 0px;
	border-right: 0px;
}

.main-display	{
	width: 850px;
	min-height: 550px;
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#pic	{
	position: center;
}

#menu	{
	float: left;
	width: 150px;
	min-height: 549px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	font-family: arial;
	background-color: transparent;
	background-image: url('/pics/menu4.png');
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: rgb(150,150,150);
	padding: 0px;
	min-height: 20px;
	width: 850px;
	border-top: 1px solid rgb(255,0,204);
	border-bottom: 1px solid rgb(255,0,204);
	border-left: 1px solid rgb(255,0,204);
	border-right: 1px solid rgb(255,0,204);
}

#title	{
	border-top: 0px;
	border-bottom: 1px solid rgb(255,0,204);
	border-left: 0px;
	border-right: 0px;
	min-height: 100px;
	text-align: center;
	padding: 0px;
	background-color: rgb(0,0,0);
}

.pageTitle	{
	text-align: center;
	font-family: times;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	color: rgb(255,255,255);
}

.stats	{
	color: white;
	font-family: arial, sans-serif;
}

.bio	{
	padding: 15px;
	color:white;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.gallery	{
	color: white;
	font-family: arial, sans-serif;
}

.links	{
	text-align: left;
	color: white;
	font-family: arial, sans-serif;
}

.contact	{
	color: white;
	font-family: arial, sans-serif;
}

.logIn	{
	padding: 10px;
	color:white;
	font-family: arial, sans-serif;
	text-align: center;
}

.sitemeter	{
	float: right;
	width: 55px;
}