body
{
	background: #FFF7F0 url('../body.jpg') repeat-x top center;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#site
{
	margin: 0 auto;
}

#site, #header, #content, #footer, #mainFirst, #mainSecond
{
	width: 760px;
	overflow: hidden;
}


#header
{
	height: 125px;
	background: url('../header.jpg') no-repeat top center;
}


#langs
{
	position: relative;
	top: 100px;
	left: 620px;
}

#langs a
{
	text-decoration: none;
	color: #000000;
}
#langs a.active, #langs a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

#content
{
	background: url('../content.jpg') repeat-y top center;
}

#footer
{
	background: url('../footer.jpg') no-repeat top center;
	height: 50px;
	padding-top: 18px;
	text-align: center;
}

#mainFirst
{
	background: url('../mainFirst.jpg') no-repeat top center;
}

#mainSecond
{
	background: url('../mainSecond.jpg') no-repeat top center;
}

.blockL, .blockR
{
	float: left;
	position: relative;
	padding-bottom: 10px;
}

.blockL
{
	width: 450px;
	left: 50px;
}

.blockR
{
	width: 200px;
	left: 60px;
}

.title
{
	font: normal 18px Tahoma;
	position: relative;
	top: 20px;
	margin-bottom: 40px;
	color: #000000;
}

a
{
	color: #5D5956;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

