html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
a, img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}
html {
  height:100%;
}
body {
	background-color: #6495ED;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100,01%;
	width: 1000px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	width: 100%;
	margin: 0 auto 5px auto;
	padding: 0;
	background-color: #6495ED;
	height: 70px;
}

#main {
	position: relative;
	width: 100%;
	height: 90%;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #6495ED;
}
/*контент*/
#content {
	width: 58%;
	margin: 0px 20% 0px 20%;
	padding: 0%;
	background-color: #6495ED;
	font-size: 0.75em;
	border-top: thick double Navy;
	border-bottom: thick double Navy;
}
#content p {
	margin: 10px 10px 10px 10px;
	text-align: justify;
	border: thin dotted Navy;
}
#content h1{
font-size: 135%;	
}
#content a, #content a:visited{
	color: Navy;
}
#content li{
	margin: 20px 0 0px 20px;
	list-style: square outside;
	text-align: left;
}
/*конец контент*/
/*реклама*/
#adv {
	width: 58%;
	border-top: thick double Navy;
	margin: 0px 20% 30px 20%;
	padding: 0%;
}
#navi {
	text-align: left;
}
#navi a, #navi a:visited{
	color: #666666;
}
/* реклама конец*/
#rightmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18%;
	margin: 0px;
	padding: 0 1% 0 0;
	font-size: 10px;
	text-align: justify;
	color: Navy;
	font-style: italic; /*border: 1px solid Green;*/
}
#rightmenu h1{
	font-size: 150%;
	text-align: center;
}
#rightmenu a, #rightmenu a:visited{
	color: Navy;
}
#leftmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18%;
	margin: 0;
	padding: 0 0 0 1%;
	/*border: 1px solid Green;*/
}
/* пункты меню*/
#menu{
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}
#menu li{
	margin: 20px 0 20px 30px;
	list-style: square outside;
}
#menu a, #menu a:visited{
	color: Navy;
	text-decoration: none;
}

/* конец пункты меню*/
/* статьи*/
#article{
	margin: 0px 0px 0px 0px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}
#article ol{
	text-align: center;
}
#article li{
	margin: 20px 0 20px 30px;
	list-style: square outside;
}
#article a, #article a:visited{
	color: #999999;
	text-decoration: none;
}
#article h1{
	font-size: 130%;
	text-align: center;
}
/* конец статьи*/
#footer {
	margin: 0px 20% 0px 20%;
	padding: 0;
	background-color: #6495ED;
	font-size: 0.6em;
}
/*ссылки*/
#links {
	margin: 20px 0 0 0;
	font-size: 8pt;
	text-decoration: none;
	color: Navy;
	line-height: 150%;
	text-align: left; /*border: 1px solid Green;*/
}
#links h1{
	text-align: center;
	font-size: 10pt;
	margin: 0 0 10px 0;
}
#links a, #links a:visited{
	font-size: 8pt;
	text-decoration: none;
	color: Navy;
}
/*конец ссылки*/

/*для мастеров*/
#masterov {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-decoration: none;
	color: Navy; /*border: 1px solid Green;*/
}
#masterov hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: Gray;
}
#masterov a {
	font-size: 8pt;
	text-decoration: none;
	color: Navy;
}
/*конец мастеров*/