* {
	margin:0;
	padding:0;
	border:0;
	font: 13px Tahoma, Arial, sans-serif;
	text-align: justify;
	}

#header {
	margin-top:10px;
	width:100%;
	min-width: 970px;
	width: expression((documentElement.offsetWidth || document.body.offsetWidth) < 980 ? '980px' : 'auto');
	background: url("docs/i/bg.png") top repeat-x;
	}

#left {
	float:left;
	width: 205px;
	padding: 20px 20px 20px 75px;
	}

#right {
	margin-left: 300px;
	padding: 20px 0 20px 0px;
	max-width: 700px;
	}

#com { min-width: 970px;
	width: expression((documentElement.offsetWidth || document.body.offsetWidth) < 970 ? '970px' : 'auto');
	margin-right:10px
}


.hidden {
	visibility: hidden;
	}

/* МЕНЮ */

#navig {
	height:100px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid red;
	}

#navig li {
	display: inline;
	}

#navig a {
    text-decoration:none;
    width: 100px;
	height: 100px;
	display: block;
    }

#index1 a {
	background: url("docs/i/1.png");
	}

#index1 a:hover {
	background-position: 0px /* Смещение по горизонтали */ -100px; /* Смещение вверх по вертикали */
	}

#about1 a {
	background: url("docs/i/2.png");
	}

#about1 a:hover {
	background-position: 0px /* Смещение по горизонтали */ -100px; /* Смещение вверх по вертикали */
	}


#rules1 a {
	background: url("docs/i/3.png");
	}

#rules1 a:hover {
	background-position: 0px /* Смещение по горизонтали */ -100px; /* Смещение вверх по вертикали */
	}

#reg1 a {
	background: url("docs/i/0.png");
	}

#reg1 a:hover {
	background-position: 0px /* Смещение по горизонтали */ -100px; /* Смещение вверх по вертикали */
	}

#themes1 a {
	background: url("docs/i/6.png");
	}

#themes1 a:hover {
	background-position: 0px /* Смещение по горизонтали */ -100px; /* Смещение вверх по вертикали */
	}


body#index li#index1 a {background-position: 0px -100px;}
body#about li#about1 a {background-position: 0px -100px;}
body#rules li#rules1 a {background-position: 0px -100px;}
body#reg li#reg1 a {background-position: 0px -100px;}
body#themes li#themes1 a {background-position: 0px -100px;}

#navig #zm a {
    width: 150px;
	background: url("docs/i/3m.png");
	margin: 0 75px 0 75px;
	 	}

 /* МЕНЮ */

  /* Шапка */
a#prc {
	float: left;
	padding-left:30px;
	padding-right:60px;
	}

a#prc img {
	display :inline;
	}

h1 img {
	display:inline;
	}

	/* Шапка */

	/* Контакты */

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #84c225;
	color: red;
	margin-bottom: 10px;
	}

#left span {
	font-size: 10px;
	display:block;
	margin:0;
	padding:0;
	color: blue;
	}

#left span.title {
	font-weight: bold;
 	margin-top: 15px;
 	color: red;
 	margin-bottom: 2px;
	}

#left span.name {
	margin-top:2px;
	}

#left a {
	font-size: 10px;
	}

	/* Контакты */

h4 {
	font-size: 17px;
	color: #85c226;
	margin-top: 15px;
	margin-bottom: 10px;
	}

h4#datah {
	font-size: 13px;
	margin-bottom: 5px;
	}

h5 {
	font-size: 17px;
	margin-bottom:15px;

	}

p, ul, span, ol {
	margin-bottom: 5px;
 }
		/* Контент */

		/* Регистрационная форма */

.red { color:red;
	font-size: 10px;  }

.bold { font-weight: bold; }

.help { font-size: 10px;
	font-style: italic;  }

body#reg input { border: 1px solid gray;
		padding: 2px; }

div#right ul li, div#right ol li{
	margin-left: 30px;
	padding-left: 10px;
	}

#left span {
	text-align: left;
	}

h2 {font-size: 20px;
	color: red;
	margin-bottom: 20px;}

#star {
	margin: 0 25px 0 25px;}
