body{
	background:#646469;
	font: 16px Tahoma;
}
h1{
	display:block;
	color:#000;
	font-size:16px;
	margin:10px 0;
}
p{
 margin:10px 0;
}
.nomargin {
	margin:0;
}
.nopadding {
	margin:0;
}
blockquote {
	margin:15px 20px;
}

a {
	text-decoration:none;
}

#wrapper {
	width:1024px;
	height:750px;
	min-height:768px;
	background:url(main/bg.jpg) repeat-x;
	margin:0 auto;
	position:relative;
}
#bgbottom {
	position:absolute;
	bottom:0;
	width:1024px;
	height:283px;
	background-image:url('main/bgbottom.png');
}
#flagbox{
	position:absolute;
	top:280px;
	left:0;	
}
#flagbox a{
	display:block;
	margin-bottom:8px;
	width:36px;
	height:18px;
}
#logo {
	position:absolute;
	top:38px;
	left:70px;
}
#parts{
	position:absolute;
	top:360px;
	text-align:center;
}
#parts a img{
	margin-top:32px;
}
#parts a.p7 img, #parts a.p140 img, #parts a.p144 img{   /*+other docs*/
	margin-top:12px;
}
#parts a{
	display:inline-block;
	width:117px;
	height:115px;
	margin-left:111px;
	color:#fff;
	/*vertical-align:top;*/
}
#parts a:hover{
	display:inline-block;
	width:117px;
	height:115px;
	margin-left:111px;
	color:#000;
	/*font-weight:bold;*/
}
#parts a.current{
	font-weight:normal;
	color:#000;
}
#parts a.current:hover {
	/*font-weight:bold;*/
	color:#000;
}
#decor {
	position:absolute;
	top:8px;
	right:12px;
	background-image:url('main/decor.png');
	width:544px;
	height:249px;
}
#links {
	position:absolute;
	top:300px;
	right:0;
	border-bottom:1px solid #000;
	padding:0 50px 7px 0;
	text-transform:uppercase;
}
#links a{
	display:inline-block;
	border-right:1px solid #000;
	padding:0 10px;
	color:#000;
	line-height:14px;
	font-size:14px;
}
#links a.first{
	padding:0 10px 0 0;
}
#links a.last{
	border:0;
}
#links a:hover{
	color:#fff;
	/*font-weight:bold;*/
}