@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	/*background-color:#3856d5;
	background-color:#c3edfb;
	background-color:#cbeffb;*/
	background-color:#fff;
}

#header{
	background-color:#093179;
	min-height:100px;
}

#header img{
	/*width:100%;
	height:auto;*/
	border:0;
	display:inline;
	
}

#headercontact{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	padding:45px 0 0 0px;
}

#content{
	width:900px;
	color:#191919;
	/*text-align:center;*/
	position:relative;
	top:-95px;
	margin: 0 auto;
	clear:both;
}

#content a{
	/*text-decoration:none;*/
	outline:none;
}

#content img{
	border:0;
}

#content p{
	font-family:Tahoma, Geneva, sans-serif;	
}

#contentleft{
	/*position:relative;*/
	float:left;
	width:47%;
	margin:0 40px 0 0;
}

#contentright{
	margin:27px 0 0 0;
	width:400;
	
}