html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333;
}
body1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#333;
}
strong {
	color:#000;
}

slant {
	font-style:italic;
	font-size:12px;
	color:#666;
	text-align: left;
}

.container {
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/** MENU */

#menu {
	height: 60px;
	z index: 9;
	width: 550px;
}

#menu ul {
	float: none;
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: auto;
	right: auto;
}

#menu li {
	height: 15spx;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}

#menu a {
	float: right;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: normal;
	outline: none;
	color: #898888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background-color: #FFF;
}

#menu li.active a, #menu li.active a:hover {
	text-decoration: none;
	color: #454545;
}

/**profiles*/

.profiles {
	width: 319px;
	height: 143px;
	margin: 0px;
	z-index: 9;
}

.profilepics {
	width: 205px;
	height: 143px;
	margin: 0px;
	z-index: 9;
}

.thumbs {
	width: 30px;
	height: 30px;
	margin: 0px;
	z-index: 10;
}

