*{
padding:0;
margin:0;
}

body
{
	background-color: white;
	font-family: arial;
	font-size: 12px;
	color: #496b91;
}

#Inner
{
	background-color: #a3b7bf;
	height: 170px;
}

#Container
{
	width: 1200px;
	margin: 0px auto;
}

#TopPart
{
	height: 170px;
}

#Head
{
	height: 170px;
    background: url("img/header.jpg") top left no-repeat;
    width: 1200px;
	float: left;
	margin: 0;
}

.address
{
	color: white;
	padding-left: 265px;
	padding-top: 20px;
	font-size: 13px;
	letter-spacing: 0.3px;
}


.langs
{
	padding-left: 910px;
	padding-top: 79px;
	font-size: 13px;
}


#Menu
{
	width: 180px;
	height: 100%;
	display: block;
}

#Menu a
{	
	width: 150px;
	height: 54px;
	float: left;
	background: url("img/menu.gif") top left no-repeat;
	color: #2a5e9d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-left: 38px;
	line-height: 80px;
	padding: 0;
	margin: 0;
}


#Menu a:hover, #Menu a.active
{
	background-position: -150px 0px;
}

#CentralPart
{
	width: 700px;
	margin-left: 2px;
	clear: both;
	padding-top: 9px;
}

#Shadow
{
	width: 704px;
	margin-left: 250px;
	background: url("img/shadow.gif") top left repeat-y;
}

#LeftPart
{
	width: 200px;
	float: left;
	margin-top: -27px;
}


*>#LeftPart
{
	margin-top: 0px;
}

#LeftSpace
{
	width: 15px;
	height: 300px;
	float: left;
	margin-top: -27px;
}

*>#LeftSpace
{
	margin-top: 0px;
}


#RightPart
{
	float: right;
	width: 500px;
	margin-top: -27px;
}

*>#RightPart
{
	margin-top: 0px;
}

.cleaner
{
    clear: both;
}

#Page
{
	width: 460px;
	float: left;
	text-align: justify;
}

P
{
	font-size: 12px;
	text-indent: 50px;
	line-height: 19px;
}

h1
{
	font-size: 20px;
	color: #2a5e9d;
	padding-left: 50px;
	line-height: 45px;
	margin-left: 3px;
}


h2
{
	font-size: 15px;
	color: #2a5e9d;
	padding-left: 50px;
	line-height: 40px;
	margin-left: 3px;
}

h3
{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #2a5e9d;
	padding-left: 10px;
}


#Bottom
{
	width: 704px;
	margin-left: 250px;
	float: left;
	padding-top: 20px;
	background: url("img/bottom.gif") top right no-repeat;
}

*>#Bottom
{
    margin-left: 250px;
}

.down
{
	margin-left: 250px;
	padding-bottom: 10px;
	font-size: 11px;
}

.down a
{
    color: #5a5551;
}


