﻿*{
	margin:0;
	padding:0;
}
/*--------------Общеиспользуемые------------------*/
.center{
	text-align:center;
}
.element_center{
	margin:0 auto;
}	
.h3{
	padding:2px 0;
	font-size: 150%;
}
.new_paragraph{
	padding:10px 30px;
}
.text_ident{
	text-indent: 1.5em;
}
.wrapper{
	position:relative;
	margin:0 auto;
	width:1000px;
	min-height:90%;
}
/*---------------Внутри шапки-----------------*/
.header{
	margin:10px 0;
}
.inline{
	display:inline;
}
.img{
	float:left;	
}
.img img{
	max-width:60px;
	max-height:60px;
}
/*-----------Контент---------------------*/
.content{
	margin:10px 0;
	background:#DDD8C2;
	min-height:80%;
}
.content p{
	text-indent: 1.5em;
}
.t_header{
	background:#FFF;
}
.t_footer{
	font-weight: bold;
}
.table1 td{
	padding:5px;
}
.list ol{
	list-style-type: upper-roman;
	padding:0 3em;
}
.list li{
	padding:4px 0;
}
/*--------------------------------*/
.footer{
	text-align:center;
}