* {	
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	margin:0 !important;
	padding:0 !important;
	background-color: #333333;
	text-align:left;
}

div#main {
	/*border: 1px solid white;*/
	margin-top:0.4em;
	width: 900px;
}

img.logo {
	border: none;
	float:left !important;
}

div#contacts {
	float:right;
	color: #cccccc;
	text-align:right;
}

	div#contacts big {
		font-size: 1.3em;
	}

	div#contacts div.sm {
		font-size: .7em;
	}

	div#map {
		font-size: 0.8em;
		margin-top: .5em;
		float:right;
	}
	
	div#contacts div#map a {
		color: #cccccc;
	}


div#top-menu  {
	overflow:hidden;
	margin-left: -2px;
}

	div#top-menu table.menu {
		width:101.1% !important;
		margin:0;
		padding:0;
		background-color: #333333;
	}
	
	div#top-menu table tr td.menu {
		background: url('/img/design/tb.png') top repeat-x;
		width: 14% !important;
		font-size: 0.8em;
		height: 40px;
		text-align:center;
		padding:2px 0 0 0;
		color: #cccccc;
		font-weight:bold;
		margin:0;
		
	}
	
	td.menu a {
		text-decoration: none;
		color: #cccccc;
	}
	
	td.menu a:hover {
		text-decoration: underline !important;
	}

	td.active a {
		color: #fe6600 !important;
	}


div#head-pict {
	background-color: #666666;
	margin:0; padding: 0;
	height:193px;
}
	div#head-pict img {
		margin-top:13px; padding: 0;
	}
	
div.wrapper {
	width: 100%;
	background: url('/img/design/bg1.gif') repeat-y ;
}

div#top-spacer {
	width: 100%;
	text-align:left;
	background: url('/img/design/bg2.gif') repeat-y ;
	color: #cccccc;
	height: 20px;
	font-size: .7em;
}

	div#top-spacer div#path {
		padding-top:2px;
	}
	
	
	div#top-spacer a {
		color: #cccccc;
	}


div#left {
	width: 237px !important;
	font-family: inherit;
	text-align:left;
	overflow:hidden;
	float:left;
}

div.menu-wrapper {
	background: url('/img/design/org.gif') no-repeat ;
	margin-top: .5em;
	padding: 0;
}

div.left-head {
	margin: 0 0 .5em 1.8em;
	width: 90%;
	padding:0;
	font-size: .9em;
	color: #333333;
	font-weight:bold;
}

ul.left-menu {
	list-style-type:none;
	margin-top: 0;
	margin-left: 1.5em !important;
	margin-bottom: 0;
	padding: 0;
}
	
	ul.left-menu li {
		line-height: .8em;
		margin-bottom: .3em;
		
	}
	
	ul.left-menu li a {
		color: #333333;
		font-size: 0.8em;
		text-decoration: none;
	}

	ul.left-menu li.act-item {
		list-style-image: url('/img/design/org-arr.gif') !important;
	}
	
	ul.left-menu li.act-item a {
		color: #fe6600;
		font-weight: bold;
	}

div.left-ann {
	margin: 0 0 .5em 1.5em !important;

}

	div.left-ann h4  {	
		margin:0;padding:0; 
	}

	div.left-ann a  {	
		font-size: .8em;
	}

	div.left-ann p  {	
		font-size: .7em;
		margin:0;padding:0; 
	}

div#left ul.left-menu li a:hover {
	text-decoration: underline !important;
}


div#content {
	width: 570px;
	text-align:left;
	padding:0 40px 0 40px;
	overflow:hidden;
	font-size:.8em;
	float:left;
}

div#bottom {
	height: 81px;
	background: url('/img/design/btm.gif') top repeat-x;
	color: #cccccc;
}

div#footer {
	width: 900px;
	text-align:left;
}

div#counters {
	margin-top:20px;
}
	div#counters img {
		border: none !important;
	}

div#copy {
	font-size: .8em;
	margin-top:27px;
}

.left {
	float:left;
}

.right {
	float: right;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}

