/*template - div1*/
/*- STRUCTURA -*/
html { background:#FFFFFF;}


/*general*/
html, #site { height:100%; }
table#main { height:100%; width:100%;}
table#main td.cent {width:1280px; height:100%;}
#site, #header,  .header, #container, #footer, .footer { position:relative;  min-width:1024px; } /*Минимальный размер части контента*/
.header, #container, .footer  { margin:0 auto; max-width:1280px; } /*Минимальный размер  части контента*/
#content,  #footer  { width:100%; }
#content, #left, #right { float:left; }
#left { margin-left:-100%; }




/*main*/
#header, 
.header       { height:208px; }
#text           { margin-left:251px;  margin-right:251px; } 
#left            { width:245px; }
#right	 		   { width:236px; 
				margin-left:-236px; }				
#footer { height:111px; }
.footer  {margin:0px 24px 0px 24px; }      				
#footer       		{ margin-top:-111px;}
#container  { padding-bottom:111px; }





/*background*/
#header {background:no-repeat left top url(../images/top_fon_center.jpg); }
#main {background:#ffffff; }
table#main td.cent {vertical-align:top; background:no-repeat left top url(../images/spec_fon.html); background:no-repeat center bottom url(../images/footer_fon.jpg); }
table#main td.mleft_top,
table#main td.mleft_bot
	{background:repeat-y right url(../images/ten_left.png); }
	
div.mt {
	background:repeat-x top url(../images/top_fon.jpg); height:400px;
}	

div.mb {
	background:repeat-x bottom url(../images/bot_fon.jpg); height:400px;
}

table#main td.mright_top,
table#main td.mright_bot	
	{background:repeat-y left url(../images/ten_right.png); }
	
table#main td.mleft_top,
table#main td.mright_top{
	vertical-align:top; 
}
table#main td.mleft_bot,
table#main td.mright_bot{
	vertical-align:bottom; 
}
.dop_top_left {background:no-repeat right top url(../images/dop_top_left.png); height:400px;}
.dop_top_right {background:no-repeat left top url(../images/dop_top_right.png); height:400px;}
.dop_bot_left {background:no-repeat right bottom url(../images/dop_bot_left.png); height:400px;}
.dop_bot_right {background:no-repeat left bottom url(../images/dop_bot_right.png); height:400px;}

.dop_top_left  img {border:0;}
.dop_top_right img {border:0;}
.dop_bot_left img {border:0;}
.dop_bot_right img {border:0;}


/*content*/
.content {margin:0px 0px 67px 0px; padding-left:1px; position:relative; }
.content p {text-align: justify;}


