/* ========== HEADER ========== */

#header
{
	background: #e7e7e7 url(../img/cross.gif) no-repeat center;
	height: 85px;
	margin: 25px 0 0 0;
}

#header p
{
	padding: 0;
	margin: 0;
	display: inline-block;
}

#header p.floatRight
{
	text-align: right;
}

#header a
{
	margin: 0 20px;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.lang
{
	font-size: 14px !important;
}

#header img
{
	padding: 5px 60px 0 85px;
}

/* ========== CONTENT ========== */

#wrap
{
	height: 534px;
	background: url(../img/avaleht-bg.jpg) no-repeat;
}

#content
{
	margin-top: 90px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	font-style: italic;
}

/* ========== FOOTER ========== */

#footer
{
	background: #e7e7e7;
	margin: 0 0 10px 0;
}

