body 
{
	font-size: 16px;
	color: #707070;
	background: #ededed;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;	
}

a
{
	color: #707070;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.content_wrapper
{
	width: 800px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background: #ffffff;
	height: 414px;

	-webkit-box-shadow: 0px 0px 12px 6px rgba(205,205,205,1);
	-moz-box-shadow: 0px 0px 12px 6px rgba(205,205,205,1);
	box-shadow: 0px 0px 12px 6px rgba(205,205,205,1);
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
		
}
 
h1
{
	font-size: 42px;
	/*font-weight: bold;*/
	font-weight: 700;
	font-family: 'Roboto', sans-serif;	
	color: #0074b1;
}

h2
{
	margin-top: 5px;
	font-weight: bold;
}


	.content { padding: 50px 60px; }
	
		.name
		{			
			float: left;
			/*border: 1px solid red;*/
			width: 360px;
			padding-right: 25px; 
			margin-top: 45px;
		}
		
		.information
		{
			padding: 45px 0px 30px 25px;
			border-left: 2px solid #0074b1;
			width: 240px;
			float: left;
		}
		
			.information ul { margin-top: 15px; }			
				.information li { margin-bottom: 25px; }
		
		.cl { clear: left; }	