/* Картинки в колонке */
@import url("pictures.css");


BODY {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font: 100% Georgia, "Times New Roman", Times, serif;
}


A:link {
	color: #039;
	text-decoration: underline;
}
A:visited {
	color: #909;
}
A:hover {
	color: #900;
}

H1, H2, H3 {
	font-weight: normal;	
	font-style: italic;
}
H1 {
	margin: 0;
	font-size: 24px;
}
H2 {
	font-size: 130%;
}
H3 {
	margin-top: 2em;
	font-size: 110%;
	font-style: normal;
}
H4 {
	margin-top: 2em;
	font-size: 90%;
	font-weight: bold;
	color: #7F4A00;
}

ACRONYM {
	border-bottom: 1px dotted #000;
	cursor: help;
}
CODE {
	font: 90% "Courier New", Courier, monospace;
}
P {
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
}
UL, OL {
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
}
UL LI,
OL LI {
	margin-bottom: 0.4em;
}

BLOCKQUOTE {
	font: 100%/1.4em Georgia, "Times New Roman", Times, serif;
	background: transparent url("/img/laquo.gif") left top no-repeat;
}
BLOCKQUOTE DIV {
  padding: 0 65px;
  background: transparent url("/img/raquo.gif") right bottom no-repeat;
}
/* english quote */
BLOCKQUOTE.en {
	background: transparent url("/img/laquo_en.gif") left top no-repeat;
}
BLOCKQUOTE.en DIV {
  padding: 0 65px;
  background: transparent url("/img/raquo_en.gif") right bottom no-repeat;
}


#column ul.links-ads {
	margin: 0 !important;
	padding: 1em 0 2em !important;
	color: #666;
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif !important;
	overflow: hidden;
}
	#column ul.links-ads li {
		margin: .5em 0 !important;
		white-space: nowrap;
	}
	#column ul.links-ads li a {
		color: #666 !important;
	}

#footer ul.links-ads {
	margin: 0 !important;
	padding: 0 !important;
	color: #999 !important;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif !important;
	overflow: hidden;
}
	#footer ul.links-ads li {
		float: left;
		margin: 0 !important;
		padding: 0 1em 0 0 !important;
		list-style: none !important;
	}
	#footer ul.links-ads li a {
		color: #999 !important;
	}


.nowrap {
	white-space: nowrap;
}
.light {
	color: #999;
}
.author {
	font-style: italic;
	font-size: 90%;
	text-align: right;
}
.sml {
	font-size: 70%;
}


.hide {
	display: none;
}
.clear {
	clear: both;
}

/* header */

#header {
	position: relative;
	width: 100%;
	height: 60px;
	color: #FFF;
	background-color: #000;
}
#ef {
	position: absolute;
	width: 253px;
	height: 31px;
	left: 25px;
	top: 14px;
}
#ef IMG {
	width: 261px;
	height: 31px;
	border: none;
}
#ef H1 {
	margin: 0;
}
#services {
	position: absolute;
	width: 148px;
	height: 40px;
	left: auto;
	right: 0;
	top: 10px;
}
#services IMG {
	width: 148px;
	height: 40px;
	border: none;
}
#services H2 {
	margin: 0;
}

/* navigation */

#nav {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: right;
	color: #000;
	background-color: #FA0;
}
#nav .wrapper {
	border-bottom: 1px solid #E58600;
}
#nav IMG {
	height: 15px;
	margin: 7px 18px 7px 6px;
	border: none;
}

/* main content area */

#main {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCC299;
	background-color: #F9F7EF;
}
#content {
	float: left;
	width: 75%;
	height: auto;
	background-color: #FFF;
}
#content .wrapper {
	padding: 20px 25px 100px 25px;
	border-right: 1px solid #CCC299;
}

#column {
	float: left;
	width: 25%;
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#column .wrapper {
	padding: 10px;
}
#column H3 {
	margin-bottom: 0;
	color: #666252;
	font: bold 110% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#column P {
	font: 100%/1.4em "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#column UL {
	margin: 1em 0 0 2em;
	padding-left: 0.5em;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#column UL LI {
	margin-bottom: 0;
}
#column A {
	color: #666252;
}
#column A:hover {
	color: #E58600;
}
#column .date {
	color: #666252;
}


/* footer */
#footer {
	clear: both;
	position: relative;
	width: 100%;
	font: 70% "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}
#footer .wrapper {
	padding: 10px;
}
#footer A {
	color: #999 !important;
}