    
*{
padding:0;
margin:0;
}

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

#Inner
{
	height: 203px;
	background: url("img/bac.png") 0 0 repeat-x;
}

#Container
{
	width: 908px;
	margin: 0px auto;
}

#TopPart
{
	height: 203px;
	background: url("img/head.png") 0 0 no-repeat;
}

#Head
{
  display: block;
	height: 203px;
  width: 680px;
	float: left;
}


.name
{
	color: #000;
	font-size: 30px;
	padding-left: 30px;
	padding-top: 80px;
}

.title
{
	color: #000;
	font-size: 17px;
	padding-left: 30px;
	padding-top: 0px;
}

#Menu
{
	width: 228px;
	height: 203px;
	display: block;
	float:right;
}

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

#Menu a
{ 
  display:block;
	width: 220px;
	height: 47px;
	background: url("img/menu_p.gif") top right no-repeat;
	color: #888888;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

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

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

#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;
}

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

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


.article_left
{
	margin-top: 10px;
	padding:5px 5px 5px 10px;
	line-height:150%;
}

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

.article_right .pov {
	font-size: 18px;
	color: #465968;
	padding:5px 0 5px 0;
}

p {
  margin: 20px 0 20px 0;
}

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

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


h1
{
	font-size: 18pt;
	color: #465968;
	line-height: 45px;
	margin-left: 3px;
	padding: 0 0 10px 0;;
}

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

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


#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: #C62700;
}

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

.stg {
  font-size:14pt;
  color:#465968;
}

