﻿.aboutUsImage
{
	width: 800px;
	height: 226px;
	border-style:solid;
	border-width: thin;
	border-color: Gray;
}

span.profilesHeader
{
	font-size:14px;
	font-weight:bold;
}

span.profileItemHeader
{
	color:White;
	font-size:14px;
	font-weight:bold;
}

p.aboutUsText
{
	text-align:justify;
}

div.profiles
{
	margin-top:40px;
}

div.profile
{
	margin-top:10px;
	width:800px;
	margin-bottom:30px;
}

div.profileItemHeader
{
	width:800px;
	margin-bottom:10px;
}

div.profileBody
{
	float:left;
	width:400px;
	margin-top:10px;
	margin-left:15px;
}

div.profileText
{
	float:left;
	text-align:justify;
}

div.profilePicture
{
	float:left;	
	border-color:Silver;
	border-style:groove;
	border-width:3px;
	margin-bottom:10px;
}

div.profileAttributes
{
	float: right;
}