.box{
	border-top : 3px solid #999;
	
	background-color: #fff;
	width : 90%;
	max-width : 1140px;
	min-width : 570px;
	margin : 20px auto;
	
	padding : 15px 30px;
	
	background-image: url('../resources/internova-logo.png');
	background-repeat : no-repeat;
	background-position : center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.box h1{
	font-family : 'CuprumRegular';
	font-size : 32px;
}

.box h2{
	font-family : 'CuprumRegular';
	font-size : 25px;
}

.box h3{
	font-family : 'CuprumRegular';
	font-size : 20px;
}

.box p{
	font-family : 'HelveticaRegular';
	font-size : 15px;
	
	text-align : justify;
	
	color : #4f4f4f;
}

.box .indented{
	text-indent : 30px;
}

.box ul{
	font-family : 'HelveticaRegular';
	color : #4f4f4f;
}