
*{
padding:0;
margin:0;
}

body
{
	background-color: white;
	font-family: arial;
	font-size: 12px;
	color: #666666;
}

#Inner
{
	height: 224px;
	background: url("img/bac.png") 0 0 repeat-x;
	_border: 5px solid black;
}

#Container
{
	width: 908px;
	margin: 0px auto;
	_border: 1px solid red;
}

#TopPart
{
	height: 203px;
	_border: 1px solid yellow;
}

#Head
{
  display: block;
	height: 203px;
  width: 908px;
	background: url("img/head.jpg") 0 0 no-repeat;
}


.name
{
	color: #F5F5F5;
	font-size: 35px;
	padding-left: 20px;
	padding-top: 80px;
	font-weight:bold;
}

.title
{
	color: #F5F5F5;
	font-size: 12px;
	padding-top: 4px;
}

#Menu
{ 
	padding-top: 15px;
	width: 800px;
	height: 30px;
	display: block;
}

#Menu .inmenu {
  padding:0px 4px 4px 4px;
}

#Menu a
{
	width: auto;
	height: 35px;
	float: left;
	background: url("img/menu_a.png") top right no-repeat;
	color: #cecece;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#Menu a span
{
	padding: 0 20px 0 20px;
  line-height: 33px;

}

#Menu a:hover, #Menu a.active
{
	background: url("img/menu_a.png") top right no-repeat;
	color: #f5f5f5;
}

#CentralPart
{
	width: 900px;
	margin-left: 4px;
	clear: both;
	padding-top: 9px;
}

#Shadow
{
  width: 908px;
	background: url("img/shadow.png") top left repeat-y;
}

.cleaner
{
  clear: both;
}

#right
{
  display:inline;
	width: 630px;
	float: right;
	
}

#left
{
  display:inline;
	float: left;
	width: 260px;
}


.article_right
{
	margin-top: 10px;
	padding:5px 5px 5px 10px;
	line-height:120%;
}

.article_left
{
	margin-top: 10px;
	padding:5px 5px 5px 15px;
	line-height:140%;
	border-left: 1px solid #D7D7D7;
}

.article_left .pov {
	font-size: 18px;
	color: #5B0E0E;
	padding:5px 0 5px 0;
	line-height:100%;
}


#down
{
  display:inline;
	width: 900px;
	float: left;
	
}

.article_down
{
  background: #E6E6E6;
	margin-top: 10px;
	padding:5px;
}


h1
{
	font-size: 24px;
	color: #5B0E0E;
	padding:5px 0 5px 0;
	background: url("img/arrow2.gif") top left no-repeat;
	line-height: 43px;
	margin-left: 3px;
}

h2
{
	font-size: 18px;
	color: #5B0E0E;
	padding:5px 0 5px 0;
}

h3
{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #5B0E0E;
	padding-left: 10px;
}

p {
  margin:10px 0 10px 0;
  line-height:150%;
}

#Bottom
{
	width: 908px;
	float: left;
	background: url("img/bottom.png") top right no-repeat;
	height:4px;
}


.down
{
	margin-left: 650px;
	padding-bottom: 10px;
	font-size: 11px;
}

a
{
    color: #5B0E0E;
}

a:hover
{
    color: #5B0E0E;
    text-decoration:none;
}

#Menu2 .inmenu2 {
  padding:10px;
  _margin-left: 10px;
  background:#F7F5F2;
}

#Menu2 .menuname {
  font-size:18px;
}
#Menu2 a
{
	/*width: auto;
	height: 35px;
	float: left;
	color: #cecece;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;*/

	  display:block;
	  padding:0 0 0 0;
	  _width:170px;
	  line-height:20px;
	  font-size:15px;
	  font-weight: bold;
	  text-decoration: underline;
	  color: #EC5A04;
}

#Menu2 a:hover, #Menu2 a.active
{
	_background: url("img/menu_a.png") top right no-repeat;
	_color: #f5f5f5;
	text-decoration:none;
	border-right: 3px solid #EC5A04;
}

