body, html {
	background-image:url(ris/fon.gif);
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:"Times New Roman", Arial, Helvetica, sans-serif;
}
     
#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-image:url(ris/fon3.gif);
}
#heander{
}
#left{
	width: 250px;
	float:left;
	padding:5px;
}
#content{
	margin-left: 259px;
}
#clear {
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear:both
}
#footer{
	text-align:center;
}
h1{color: red ;
}
h2{color: red ;
}
h3{color: red ;
}
p{text-indent: 30px;
} 
#nav{
	margin:0;
	padding:0;
	border: 1px;
	border-bottom: 0;
	list-style:none;
	width:244px;
}
#nav li{
	display:block;
	padding:1px 3px;
	text-decoration:none;
	border-bottom:2px solid #FFF;
}
#nav a{
	display:block;
	text-decoration:none;
}
#nav a:hover{
	background-color:#FF0;
}
* html #nav a{height:1%}


