/* basic elements */

/* html {margin: 0px; padding: 0px;} */
body { 
	font: 9pt/17pt georgia; 
	color: #555753;
	background: #938D79	url(images/fon_main.gif) repeat-y;
	margin: 0px; 
	padding: 0px;
	}
/* p {font: 9pt/17pt georgia; margin-top: 0px;} */
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link, a:visited { 
	text-decoration: underline; 
	color: #1E90FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: Blue;
	}
acronym {
	border-bottom: none;
	}

/* specific divs */
#main_text {
	width:725px;
	position: absolute;
	top: 332px;
	left: 238px;
}
#header {
	background: url(images/header.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 332px;
}
#footer_contacts { 
	background: url(images/footer_contacts.jpg) no-repeat left top;
	margin: 0px; 
	position: absolute;
	top: 750px;
	left: 0px;
	width: 203px;
	height: 201px;
}
.madeby {
	position: absolute;
	top: 970px;
	left: 40px;
	color: #666666;
	font: x-small;
}
#menu { 
	background: url(images/fon_dark.jpg) no-repeat left bottom;
	padding: 0px;  
	margin: 0px; 
	position: absolute;
	top: 332px;
	left: 0px;
}
HR {
	height: 0px;
	color: #ECE6D0;
}
#page_id {
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Maroon;
	position: absolute;
	top: 290px;
	left: 260px;
	width: 176px;
}
#mail {
	position: absolute;
	top: 295px;
	left: 927px;
}

