html, body
{ 
	width: 100%;


	padding: 0;
	margin: 0 0 16px;
	
	font-family: Tahoma;
	font-size: 13px;
	color: #3c8ac3;
}

#wrap
{ 
	position: relative;

	margin: 16px 22px 0;
	padding: 0 40px 0;
	border: 1px solid #3c8ac3;
}

#logo
{ 
	position: absolute;
	left: 5px;
	top: 0;
}

#text-1, #text-2
{ 
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -187px;
}

#text-2
{ 
	margin-top: 100px;
}

#adress
{ 
	position: absolute;
	top: 0;
	right: 40px;
	width: 210px;
	margin: 4px 0 4px 12px;
	padding: 0 0 0 12px;
	border-left: 1px solid #3c8ac3;
}

#adress p
{ 
	margin: 0;
	clear: both;
	
	font-weight: bold;
}

#adress p span
{ 
	float: right;
}

#adress p span.left
{ 
	float: left;
}

#logo, #text-1, #text-2, #adress
{ 
	top: 43px;
}

#content
{ 
	margin-top: 230px;
}

#navigation-bar
{ 
	border-top: 1px solid #3c8ac3;
	border-bottom: 1px solid #3c8ac3;	
	
	width: 100%;
	padding: 6px 0;
	
	font-weight: bold;
}

#navigation-bar span
{ 
	margin: 0 6px;
}

#text
{ 
	padding: 23px 50px;
}

#text ul
{ 
	margin: 30px 0 35px;
	padding: 0;
}

#text ul li
{ 
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#bar
{ 
	position: relative;
	width: 100%;
	height: 38px;
	margin-bottom: 31px;
}

#bar p
{ 
	color: white;
	text-align: right;
	position: relative;
	z-index: 15;
	font-size: 11px;
	font-weight: bold;
	line-height: 38px;
	margin-right: 20px;
}

#bar span
{ 
	margin: 0 6px;
}

#bar-bg, #bar-left-side, #bar-right-side
{ 
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	z-index: 10;
}

#bar-bg
{ 
	width: 100%;
	z-index: 1;
}

#bar-right-side
{ 
	right: 0;
	left: auto;
}

