body {
	color: #000;
	margin: 0;
	padding: 110px 0 10px 0;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: #fff;
}

.content{
	position: absolute;
	width: 705px;
	left: 50%;
	margin-left: -352px;
}
.left{
	float: left;
	width: 227px;
	height: 463px;
	background: #72a6ea url(../images/language/background_left.jpg) no-repeat;
}
.left .logo{
	padding: 14px 0 0 26px;
	margin: 0 0 0 0;
}
.right{
	float: left;
	width: 478px;
	height: 463px;
	background: #72a6ea url(../images/language/background_right.jpg) no-repeat;
}
.right .links{
	padding: 170px 0 0 68px;
}
.right .info{
	padding: 99px 0 0 71px;
	font-size: 11px;
	line-height: 15px;
}
.right .company{
	font-weight: bold;
	color: #003887;
}
.right .email {
	color: #99998e;
}
.right .email a:link,.right .email a:visited  {
	color: #003887;
	font-weight: bold;
	text-decoration: none;
}
.right .email a:hover, .right .email a:visited:hover  {
	text-decoration: underline;
}

.footer {
	padding: 4px 18px 0 0;
	margin: 0;
	width: 705px;
	color: #99998e;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}
.footer a:link,.footer a:visited  {
	color: #003887;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
.footer a:hover, .footer a:visited:hover  {
	text-decoration: underline;
}

hr {
	display: block;
	height: 1px;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	clear: both;
	visibility: hidden;
	border: 0;
	color: #Fff;
	background-color: #F00;
}
