body {
	background: White url(../interface/bg_global.png) repeat-y left;
	color: Black;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}
#left {
	float: left;
	width: 238px;
	padding-top: 325px;
	background: url(../interface/bg_header.png) no-repeat;
	background-position: top left;
}
#left h1, #left h2 {	display: none;}

#main {
	float: left;
	width: 554px;
	background: White url(../interface/bg_main.png) repeat-y left;
}
#menu {
	width: 534px;
	padding: 78px 20px 0 0;
	height: 20px;
	background: White url(../interface/bg_top.png) no-repeat;
	background-position: 0 78px;
}
#menu ul {
	list-style: none;
	margin-top: 2px;
}
#menu ul li {
	float: right;
	font-size: 9pt;
}
#menu ul li a {
	display: block;
	padding-left: 4px;
	margin-right: 2px;
	width: 90px;
	height: 23px;
	background: url(../interface/bt_normal.png) no-repeat top;
	text-decoration: none;
	color: Black;
}
#menu ul li a:hover { background-image: url(../interface/bt_hover.png);}

#sites {
	margin-top: 20px;
}
#sites ul {	list-style: none;}
#sites ul li {
	display: block;
	width: 190px;
	height: 45px;
	background: url(../interface/bg_projects.png) no-repeat;
	background-position: bottom left;
}
#sites ul li a {
	display: block;
	color: Black;
	padding-left: 10px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10pt;
	font-size: 10pt;
	text-decoration: none;
}
#sites ul li a strong {
	font-weight: normal;
	color: #bbb;
}
#sites ul li a em {
	font-style: normal;
	color: #BBBBBB;
}
#sites ul li a span { display: none;}

#sites ul li a:hover, #sites ul li a.sel {
	background: url(../interface/arrow.png) no-repeat;
	background-position: 5px 6px;
}
#sites ul li a:hover span {
	display: inline;
	color: #ffa200;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#subheader {
	height: 225px;
	margin-top: 28px;
}

.subheader_home { background: url(../interface/bg_home.png) no-repeat left;	height: 100%;}
.subheader_aboutus { background: url(../interface/bg_home.png) no-repeat left;	height: 100%;}
.subheader_contacts { background: url(../interface/bg_contacts.png) no-repeat left;	height: 100%;}
.subheader_igribg { background: url(../interface/bg_igribg.png) no-repeat left;	height: 100%;}
.subheader_nebula { background: url(../interface/bg_nebula.png) no-repeat left;	height: 100%;}

#subheader h1 {
	color: #5e5e5e;
	font-size: 16pt;
	padding-left: 20px;
	font-weight: normal;
}
#subheader h1 em {
	font-style: normal;
	color: #BBBBBB;
}
#subheader h2 {
	color: #FFA200;
	font-size: 10pt;
	padding-left: 40px;
	font-weight: normal;	
}
#subtext {
	width: 220px;
	margin: 32px 0 0 30px;
}
#subtext h3 {
	font-size: 11pt;
	font-weight: normal;
}
#subtext p {
	margin-top: 5px;
	color: White;
	font-size: 8pt;	
	text-align: justify;
}
#subtext p strong em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFA200;
	font-size: 16pt;
}

#cont {
	background: url(../interface/bg_cont.png) repeat-y left;
	margin: 0 12px 0 17px;
	padding: 10px 20px;;
}
	/* две колони */
	.col_one {
		float: left;	
		width: 218px;
		padding-right: 5px;
		margin-right: 1px;
	}	
	.col_two {
		float: left;	
		width: 256px;
		padding-left: 5px;
	}
	#cont h4 {
		color: #FFA200;
		font-weight: normal;
		margin: 5px 0 10px 0;
	}
	.col_one p, .col_two p, .col_full p {
		font-size: 10pt;
		text-align: justify;
		color: #2E2E2E;
	}
	
#add {
	margin: 20px 0 5px 0;
	font-size: 10pt;
	color: #5E5E5E;
}
#add strong {	color: #FFA200; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}
#add em { color: Black; font-style: normal; }
	
	
#footer {
	margin: 0 12px 0 17px;
	height: 34px;
	border-top: 4px solid #808080;
	background: url(../interface/bg_cont.png) repeat-y left;
}

#lang {
	width: 100px;
	float: left;
	margin: 10px 0 0 20px;
}
#lang a img {
	padding-bottom: 5px;
	margin-right: 3px;
}
#lang a.sel img { background: url(../interface/ar_lang.png) no-repeat bottom; }

#copyrights {
	float: right;
	width: 300px;
	margin: 10px 10px 0 0;
	text-align: right;
	font-size: 8pt;
	color: #5e5e5e;
}
#copyrights img {
	vertical-align: text-bottom;
}

h1,h2,h3,h4,p,form,fieldset,ul {
	margin: 0;
	border: none;
}
h1, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif;}
a img { border: none;}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

	.progress {
		margin: 10px 0 0 0;
		font-size: 70%;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-bottom: 10px;
	}
	.progress h3 {
		font-size: 120%;
		margin-bottom: 3px;
	}
	.progress a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	}
	.progress div {
		width: 160px;
		padding: 1px;
		margin-right: 5px;			
		border: 1px solid #DFDFDF;
		float: left;
		font-size: 0;	
	}