
a:active {
	color: #0067B8;
	text-decoration: underline;
	font-size:12px;
}
a:link {
	text-decoration: underline;
	color: #0067B8;
	font-size:12px;
}
a:visited {
	text-decoration: underline;
	color: #0067B8;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #0067B8;
	font-size:12px;
}
body {
	background-color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Verdana;
}
.all_frame {
width:820px;
background-color: #FFFFFF;

}
.navigation_frame {
	background-color: #FFFFFF;
	color:#0067B8;
	width:auto;
	float:left;
}
.main_frame {
	background-color: #EFEFEF;
	width:80%;
	float:right;
}

.gender_menu {
	background-color: #FFF;
	width:100%;
	text-align:center;

	margin:5px;

}
.footer {
	background-color: #FFFFFF;
	clear:both;
}
.profiles {
position:relative;
margin-bottom:5px;

}
.profile {
width:290px;
float:right;


margin-bottom:5px;

min-height:250px;
border-bottom:1px;
margin:10px;

}
.profile_title {
padding-bottom:10px;


}
.profile_title a {
font-weight:bold;


}
.profile_description {


}
.profile_image {
float:left;
margin-right:5px;

}
.more {
clear:both;
float:right;

font-size:16px;
margin-bottom:30px;

}
.more a {
clear:both;
float:right;
margin-right:50px;
font-size:16px;
font-weight:bold;

}