*{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}
a{
	color: #BD6800;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
body{
	padding: 0 0 20px;
	background: #000 url(images/fond.jpg) repeat-x top center;
	font-size: 9pt;
	color: #777;
	letter-spacing: 0.5pt;
	text-align: center;
}
div.space{
	clear: both;
}
div#header{
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat right top;
	width: 780px;
	height: 110px;
}
div#header h1 a{
	display: block;
	margin-top: 55px;
	font-size: 0;
	color:#000;
	width: 350px;
	height: 50px;
	float: right;
}
div#global{
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
div#top{
	padding-right: 5px;
	padding-top: 3px;
	margin-bottom: 15px;
	background: url(images/head_g.gif) no-repeat left top;
	text-align: right;
}
div#top ul li{
	list-style: none;
	display: inline;
}
div#top ul li a{
	font-weight: bold;
	padding: 5px 7px; 
	color:#5D5D5D;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 8pt;
}
div#top ul li a:hover{
	color: #A7A7A7;
	border-bottom: 2px solid #6E6E6E;
}
div#top ul li.selected a, div#top ul li.selected a:hover{
	border-bottom: 2px solid #BB4F00;
	color: #CE7200;
}
div#rub{
	margin-right: 15px;
	float: right;
}
html > body div#rub{
	width: 600px;
}
html * div#rub{
	width: 585px;
}
div#rub h2{
	margin: 8px 0;
	font-size: 10pt;
	text-transform: uppercase;
	color: #F48700;
	letter-spacing: 2px;
}
div#rub h2:first-letter {
	font-size: 22pt;
}
div#rub h2.b{
	color: #FFDE00;
}
div#menu{
	float: left;
	width: 135px;
}
div#menu h3{
	margin: 8px 10px 2px 10px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #BB4F00;
	letter-spacing: 2px;
	text-align: center;
	width:140px;
}
div#menu h3:first-letter {
	font-size: 18pt;
}
div#menu h3.b{
	color: #7e7e7e;
}
div#menu ul{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 10px;
	list-style: none;
	width: 132px;
}
div#menu ul#m_a{
	background: url(images/menu_or.jpg) no-repeat;
}
div#menu ul#m_b{
	background: url(images/menu_gr.jpg) no-repeat;
}
div#menu ul li a{
	font-size: 8pt;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #8B5444;
}
div#menu ul#m_b a{
	color: #6B6B6B;
}
div#menu ul#m_b li a:hover, div#menu ul li a:hover{
	color: #fff;
}
div#footer{
	background: url(images/foot.gif) no-repeat;
	height: 82px;
}
div#footer p{
	padding-top: 40px;
	padding-left: 15px;
	height: 25px;
	letter-spacing: 1px;
	color: #5D5D5D;
}
div#footer p a{
	color: #5D5D5D;
	text-decoration: none;
	font-weight: bold;
}