/*сброс стилей по умолчанию*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,caption,
table,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
	background-color: #E0E0E0;
	/*background-image: url(pic/back.png);
	background-repeat: repeat-x;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*стандартные стили*/
h1 {
	font-size: 22px;
	color: #50B17A;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #50B17A;
	padding-bottom: 10px;
}
h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	color: #50B17A;
	font-weight: bold;
	padding-bottom: 5px;
}
h1 a {
	text-decoration: none;
}
p {
	padding: 5px 0;
}
a {
	color: #50B17A;
	text-decoration: underline;
}
ul {
	list-style-image: url(pic/marker_small.png);
	padding: 5px 10px;
}
li {

	padding: 2px 0;
}
ol {
	
	padding: 15px 10px;
}
ol li {
	padding: 5px 10px;
}
/*подвал*/
#footer {
	width: 100%;
	height: 25px;
	clear: both;
	position: relative;
	bottom:10px;
	z-index:2;
	text-align: center;
	color: #50B17A;
	padding: 5px 0;
	background-color: #00411C;
	border-top: 1px solid #50B17A;
	border-bottom: 1px solid #50B17A;
}

