body
{
	background: #000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #fff;
	width: 950px;
	margin: auto;
	margin-top: 20px;
}

div.container
{
	margin: auto;
	width: 950px;
	background: #333B3E;
}

div.content
{
	margin: 10px;
	text-align: justify;
	padding: 10px;
	margin-bottom: 30px;
}

div.column
{
	width: 33%;
	float: left;
}

div.profile
{
	width: 45%;
	margin: 2%;
	margin-right: 0;
	background: #000;
	-webkit-border-radius: 8px;    /* for Safari */
	-moz-border-radius: 8px;       /* for Firefox */
	float: left;
	padding: 10px;
}

div.photo
{
	width: 150px;
	height: 150px;
	background: #101;
	float: left;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.thumbnail
{
	margin: 5px;
	padding: 5px;
	background: #333B3E;
	border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


h1,h2,h3
{
	font-weight: normal;
	margin: 10px;
	margin-bottom: 0;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

p
{
	margin: 0;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}

p.dark
{
	color: #000;
}

li
{
	list-style-type: none;
}

li.small
{
	font-size: 8pt;
	color: #05589E;
	font-variant: small-caps;
}

a:link, a:visited, a:active
{
	color: #0774d1;
	text-decoration: none;
}

a:hover
{
	color: #0799d9;
}

a:link.nav, a:visited.nav, a:link.active
{
	display: block;
	background: #333B3E;
	-webkit-border-radius: 8px;    /* for Safari */
	-moz-border-radius: 8px;       /* for Firefox */
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	height: 23px;
	padding-top: 7px;
}

a:hover.nav
{
	background: #05589E;
}