body{ 
	padding:0px; 
	margin:0px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:left;
	background:url('img/bg.jpg') repeat left top;
}

a{text-decoration: underline;color: #660000;}
a:hover{text-decoration: underline;color: #660000;}

/*--------- Путь  ------------------------*/
#path{font:24px bold ;text-align:center;font-style:italic;}
#path a{text-decoration: underline;color: #000;}

/*--------- Коричневая линия ------------------------*/
.line{
	color:#fff;
	height:20px;
	width:100%;
	text-align:center;
	background:#320010;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
/*---------------------------------------*/

.float_left{
	float:left;
}

/*--------- Весь сайт  ------------------------*/
#main { 
	height:100%;
	width:1000px;
}


/*--------------------------------------------------------------------------------------------------------*/
/*---------                                  ВЕРХ САЙТА                                          ------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
#top{
	background:url('img/top.gif') no-repeat left top;
	width:1000px;
    height:325px;
	text-align:center;
}

#link_reg{
	position:absolute;
	margin-left:48px;
	margin-top:48px;
}

#top_menu{
	width:900px;
	padding-top:80px;
	font-size: 18px;
}

#top_menu ul{
	display: inline;
	padding:0px;
}

#top_menu li{
	display: inline;
	padding: 0 3px;
	margin-left:30px;
}
#top_menu li a{
	text-decoration:none;
	color: #660000;
}
#top_menu li a:hover{
	color:#55311B;
}

#top_header{
	width:1000px;
	padding-top:70px;
	font-size: 20px;
	color: #55311B;
}

/*--------- Уголок бумаги справа ------------------------*/
#sideheader{
	background:url('img/sideheader.jpg') no-repeat left top;
	width:125px;
      height:650px;
	position:absolute;
	left: 868px;
	top: 0px;
}

/*--------- Содержимое сайта  ------------------------*/
#content{
	background:url('img/container.gif') repeat-y left top;
	min-height:600px;
	width:1000px;
	float:left;
}



/*--------------------------------------------------------------------------------------------------------*/
/*---------                                 ЛЕВАЯ КОЛОНКА                                   ------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
#left{
	background:url('img/man.gif') no-repeat left top;
	min-height:488px;
	width:203px;
	margin-left:79px;
	text-align:left;
	float:left;
}

#left ul{
 	list-style: none;
	padding-left:0px;
	margin-left:0px;
	font-size:16px;
}

#left li{
	padding-top:3px;
	padding-left: 0px;
	margin-left:0px;
}
#left li a{
	text-decoration:underline;
	color: #320010;
}

#left .select a{
	color: #660000;
}

/*--------- Вход ------------------------*/
#enter{
	font-size:12px;
}

.sub{
	 color:#320010;
       background:#e0e0e1;
       border:solid 1px #320010;
       //font-size:9px;
       font-weight:600;
}


/*--------------------------------------------------------------------------------------------------------*/
/*---------                      ЦЕНТРАЛЬНАЯ КОЛОНКА                                  ------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
#center{
	text-align:left;
	margin-left:20px;
	width:545px;
	float:left;
}

#center ul{
 	list-style: none;
}


/*Интервью*/
.article{margin:20px 0; overflow:hidden;}
.article .title {font-size:20px; font-weight:bold;  text-decoration:none;}
.article .title a{font-size:20px; font-weight:bold; text-decoration:none;}
.article .title a:hover{ text-decoration:underline;}
/*--------------------------------------------------------------------------------------------------------*/
/*---------                                Подвал                                           ------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
#footer{
	background:url('img/container.gif') repeat-y left top;
	padding-left:79px;
	padding-right:160px;
	text-align:left;
}









