html,body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Verdana, Helvetica, SansSerif;
	font-size: 12px;
}

body {
	background: url(../images/bg_tile.jpg) top center repeat-y;
}

body.firstpage {
	background: rgb(0,83,128) url(../images/bg_fp_tile.jpg) top center repeat-y !important;
}

img {
	border: none;
}

#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: url(../images/bg.jpg) top center repeat-y;
	min-height: 768px;
}

#wrapper.office {
	background: none;
}

#wrapper.firstpage {
	background: url(../images/bg_fp.jpg) top center repeat-y;
}
#wrapper_inner {
	position: relative;
	margin: 0 auto;
	width: 700px;
}

#header {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 20px 0;
	height: 108px;
}

#header img.left_logo {
	position: absolute;
	display: block;
	left: 20px;
	top: 30px;
}

#header a img.right_logo {
	position: absolute;
	display: block;
	right: 25px;
	top: 32px;
}

#content {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px 20px 15px;
	height: 1%;
	color: rgb(35,31,32);
}

#content.firstpage {
	position: relative;
	display: block;
	margin: 0;
	padding: 34px 20px 15px;
	height: 1%;
	color: #fff;
}

#content.terms, #content.authors {
	margin: 0;
	font-size: 10px;
}

#content.terms h2, #content.authors h2 {
	margin: 34px 0 25px;
	font-size: 12px;
}

#content.terms p {
	margin: 6px 0 18px;
}

#content.terms p.title {
	font-weight: bold;
	margin: 18px 0 6px;
}

#content.authors div.left {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 320px;
	float: left;
	text-align: right;
}

#content.authors div.right {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 320px;
	float: right;
}

#content.firstpage a {
	color: rgb(167,169,172);
	text-decoration: none;
}

#content.firstpage #right_col {
	min-height: 680px;
}

#left_col {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 330px;
	float: left;
	height: 1%;
}

#left_col a.first_link {
	position: relative;
	display: block;
	margin-top: 44px;
	padding: 0;
}

#left_col_gal {
	position: absolute;
	display: block;
	left: 20px;
	top: 3px;
	width: 262px;
}

img.gallery {
	margin: 3px 0 12px;
}

#contacts {
	position: relative;
	display: block;
	margin-top: 28px;
	padding: 0;
	height: 1%;
	font-size: 9px;
	line-height: 125%;
}

#contacts p {
	position: relative;
	display: block;
	margin: 20px 0 0 3px;
	padding: 0;
	color: rgb(167,169,172);
}

#contacts.subpages {
	margin-top: 0;
	padding: 0 20px 10px;
}

#contacts.subpages p {
	color: rgb(35,31,32) !important;
}

#contacts.subpages p a, #contacts.subpages p a:visited, #contacts.subpages p a:link, #contacts.subpages p a:hover {
	color: rgb(35,31,32) !important;
	text-decoration: none;
}

#contacts p span.title {
	font-weight: bold;
	color: #fff;
}

#right_col {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 330px;
	float: right;
	height: 1%;
	line-height: 130%;
}

#right_col p {
	margin: 0;
}

.pasica {
	width: 650px; 
	display: block; 
	text-align: center; 
	padding-top: 20px;
	position: relative;
	height: 129px;
}
.pasica a {
	width: 273px;
	height: 129px;
	display: block;
	z-index: 99;
	position: absolute;
	left: 200px;
	top: 20px;
}

#right_col div.fp_abstract {
	font-style: italic;
	padding: 245px 0 80px;
}

#right_col a.title, #right_col div.title {
	
	position: relative;
	display: block;
	color: rgb(167,169,172);
	font-style: italic;
	margin-bottom: 15px;
	padding: 0 ;
	text-decoration: none;
}

#right_col div.title {
	margin-bottom: 0;
}

#right_col a:hover.title {
	text-decoration: underline;
	cursor: pointer;
}

#elogo {
	position: relative;
	display: block;
	text-align: right;
	padding-top: 10px;
}


#fp_text {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

#fp_text p {
	margin: 0;
	padding: 0;
}

#fp_text ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#footer {
	position: relative;
	display: block;
	margin: 25px 0 0 330px;
	padding: 0;
	font-size: 8px;
	height: 20px;
}

#footer span {
	padding: 0 3px;
}

#footer a, #footer a:visited, #footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: rgb(167,169,172);
	text-decoration: underline;
}

.clear {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden;
	height: 0px;
}