@charset "utf-8";
/* CSS Document */

*
{
	font-family:'Trebuchet MS';
	margin:0px;
	padding:0px;
}

body, html
{
	height:100%;
	width:100%;
}

body
{
	background:#5a99ce url(../../images/jpg/background-general.jpg) right repeat-y;
}

body a
{
	color:#345889;
}

body article
{
	background:#fff;
	height:365px;
	left:0px;
	margin-top:-183px;
	position:absolute;
	text-align:center;
	top:50%;
	width:100%;
}

body article section
{
	display:block;
	height:100%;
	margin:0px auto;
	text-align:left;
	width:655px;
}

body article section div.left
{
	float:left;
	text-align:center;
	width:285px;
}

body article section div.left img
{
	margin-top:30px;
}

body article section div.right
{
	float:left;
	margin-top:45px;
	width:370px;
}

body article section div.right h1
{
	color:#345889;
	font-size:40px;
	margin-bottom:10px;
	text-transform:uppercase;
}

body article section div.right h2
{
	color:#545454;
	font-size:12px;
	margin-bottom:10px;
	text-transform:uppercase;
}

body article section div.right p
{
	color:#55575b;
	font-size:10px;
	line-height:180%;
	margin-bottom:10px;
	width:330px;
}

body article section div.right p strong
{
	color:#345889;
}
