/* ЭЛЕМЕНТЫ */
BODY	{
	background: #60A8F2 url(Images/bg1.jpg) no-repeat;
	margin: 20px 0px 0px 0px;
}
TD	{
	font: 14px Arial;
	color: #00008B;
	valign: top;
}
H2	{
	font: 22px/0.5 Times New Roman; 
	letter-spacing: 2px; 
	color: #00008B;
}

H3	{
	font: 18px/0.5 Arial; 
	letter-spacing: 1px; 
	color: #00008B;
}

A 	{
	font: 13px Arial;
	color: #FFFA64;
	text-decoration: none;
}
A:hover	{
	text-decoration: underline;
}
A:visited 	{
	font: 13px Arial;
}	
	
/* БЛОКИ */
/* Шапка*/	
#header {
	/*position:absolute;
	height: 102px; 
	width: 560px;
	
	left:200px;
	top:0px;*/
}


#header H1 {

	background:url(Images/bg-h1.jpg) no-repeat;
/*	position:absolute;
	left:0px;
	top:0px;*/
}

#header H2 {
	
	background:url(Images/bg-h2.jpg) no-repeat;
/*	position:absolute;
	left:0px;
	top:35px;*/
}
/* Содержание*/	
#content {
	margin: 25px 0px 0px 0px; 
	
	
}
#content TD {
	
	line-height: 1.4;
	text-align: left;

}

#content P {
	line-height: 1.4;
	text-indent: 15px;
	text-align: justify;
	padding-right: 3px;
}
#content UL, OL	{
	text-indent: 0px;
}

/* Меню */	
#menu TD {
	font: 13px Arial;
	padding: 3px 0px 0px 12px;
}
	
	
/* КЛАССЫ */
.copy	{
	color: #00008B;
	font: 12px Arial;
}
		