* {
	margin: 0;
	padding: 0;
}

body {
	background: #DDD;
	font-family: Tahoma,sans-serif;
}

.wrapper {
	background: url(../img/head.jpg) top left no-repeat #FFF;
    border: solid #999;
    border-width: 0 1px 1px 1px;
	margin: 0 auto;
	position: relative;
	padding-top: 292px;
	width: 995px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 300px;
	width: 100%;
	padding-top: 292px;
}

#header #ua {
	display: block;
	font-size: 0;
	height: 25px;
	width: 45px;
	position: absolute;
	top: 180px;
	left: 20px;
}

#header #ru {
	display: block;
	font-size: 0;
	height: 23px;
	width: 45px;
	position: absolute;
	top: 180px;
	left: 88px;
}

#flash #ua {
	display: block;
	font-size: 0;
	height: 25px;
	width: 45px;
	position: absolute;
	top: 14px;
	left: 10px;
}

#flash #ru {
	display: block;
	font-size: 0;
	height: 23px;
	width: 45px;
	position: absolute;
	top: 14px;
	left: 88px;
}

#header #email {
	color: #FFF;
	font-size: smaller;
	position: absolute;
	top: 10px;
	right: 523px;
	text-decoration: underline; /* for old Operas */
}

#header #sections {
	list-style-type: none;
	position: absolute;
	top: 182px;
	left: 167px;
	width: 550px;
}

#header #sections li {
	display: inline;
	margin-right: 20px;
}

#header #sections li a {
	color: #444;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

#header #sections li a:hover {
	border: 3px solid #F5AD00;
	border-width: 0 0 3px 0; 
}

#column {
	float: right;
	position: relative;
	margin-bottom: -145px;
	top: -292px;
	width: 250px;
}

#column .folder {
	background: url(../img/folderBig.gif) top center no-repeat;
	font-size: smaller;
	min-height: 285px;
	padding-top: 90px;
	margin-bottom: 15px;
}

#column .folder h2 {
	color: #7E7E7E;
	font: 100% "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#column .folder table {
	text-align: center;
	margin:10px 0px 30px 0px; 
}

#column .folder table th {
	font-weight: normal;
	padding: 0 5px; 
}

#column .folder .warn {
	font-size: smaller;
	margin: 0 15px;
}

#column .adv {
	margin: 0 25px;
	font-size: 80%;
}

#column h3.adv {
	color: #7E7E7E;
	margin-bottom: 15px;
	font-weight: bold;
}

#content #details {
	color: #FFF;
	font-family: "Arial Narrow", Arial;
	font-size: larger;
	position: absolute;
	top: 255px;
	left: 20px;
}

#content #transport {
	background: #C5C5C5;
	font-size: smaller;
	padding: 0px 0 7px 167px;
	list-style-type: none;
	margin-right: 50px;
text-align: center

}

#content #transport li {
	display: inline;
	margin-right: 1em;
}

#content #transport li a {
	color: #484848;
	position: relative;
	z-index: 2;  					/* for old Operas */
	text-decoration: underline;		/* for old Operas */
}

#content #transport li a:hover {
	text-decoration: none;
}

#content .text {
	font-size: 90%;
	margin: 0 260px 55px 65px;;
}

#content .text h1 {
	font-size: 120%;
	margin: 1em 0;
}

#content .text p {
	margin-bottom: 1em;
	position: relative;
}

#content .text a {
	position: relative;
	z-index: 2;					/* for old Operas */
	text-decoration: underline; /* for old Operas */
}

#content .text a:link {
    color: #22F;
}

#content .text a:visited {
    color: #800080;
}

#content .text a:hover {
    color: #F22;
}

#footer {
	background: url(../img/foot.jpg) left top repeat-x;
	font-size: smaller;
	clear: both;
	height: 58px;
	position: relative;
}

#footer #org {
	color: #444;
	position: absolute;
	top: 10px;
	left: 65px;
	text-align: right;
}

#footer #count {
	color: #444;
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
}

#dev {
	color: #898989;
	font-size: 20%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	width: 222px;
	padding-top: 160px;
	padding-left: 2px;  
}

#dev a {
	color: #898989;
}
