/*-- разметка страницы конференций --*/
td.left_column_on {width: 405px; vertical-align: top}
td.right_column_on{width: 595px; vertical-align: top}

#wrapper_conf{margin-top: 0;
         margin-right: 0px;
         float: right;
         position: relative;
		 display: block;
		 width: 590px;
		 height: auto;
		 background-image: url("/img/point.png");
		 border: solid 1px #660000;
		 z-index: 0}

#header_conf{width: 590px;
        height: 32px;
        display: block;
        position: relative;
		background-image: url("/img/header_bg.png");
		z-index: 1;
		overflow: hidden;
		font-family: verdana;
		font-size: 13px;
		color: #ffffff;
		padding-top: 4px}
		
#content_conf{margin: 0 auto;
         width: 575px;
		 display: block;
		 position: relative;
		 z-index: 1;
		 font-family: tahoma;
		 color: #000000;
		 font-size: 11px;
		 margin-left: 10px;
		 text-align: left;}

/*-- добавление вопроса --*/
.add_question{width: 400px;
              margin-top: 10px;
			  background-image: url("/img/blog_comment.png");
              border: 1px solid #999999;
			  font-family: tahoma;
			  font-size: 11px;
			  color: #000000}
			  
			  
/*-- разметка страницы онлайна --*/
#wrapper_online{margin-top: 0;
         margin-right: 0px;
         float: right;
         position: relative;
		 display: block;
		 width: 1000px;
		 height: auto;
		 background-image: url("/img/point.png");
		 border: solid 1px #660000;
		 z-index: 0}

#header_online{width: 1000px;
        height: 32px;
        display: block;
        position: relative;
		background-image: url("/img/header_bg.png");
		z-index: 1;
		overflow: hidden;
		font-family: verdana;
		font-size: 13px;
		color: #ffffff;
		padding-top: 4px}
		
#content_online{margin: 0 auto;
         width: 1000px;
		 display: block;
		 position: relative;
		 z-index: 1;
		 font-family: tahoma;
		 color: #000000;
		 font-size: 11px;
		 margin-left: 10px;
		 text-align: justify;
		 padding-bottom: 20px}			  
