body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: 16px Arial, Tahoma, Sans-Serif;
		}
		
h1 {
	width: 100%;
	height: 137px;
	background: url('images/index-main-title-rus.png') no-repeat center;
	text-align: center;
		}

h2 {
	width: 100%;
	height: 112px;
	background: url('images/index-main-title-eng.png') no-repeat center;
	text-align: center;
		}

hr {
	color: #979797;
	width: 55%;
	border-top: 1px solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
		}
		
img {border-width: 0px;}

p.left:first-line {
	text-align: left;
	font: bold 16px Garamond, Arial, Tahoma;
	color: black;
	padding-left: 170px;
		}
		
p.left {
	text-align: left;
	font: 16px Garamond, Arial, Tahoma;
	color: #000;
	padding-left: 170px;
		}
		
.crest {
	text-align: center;
	width: 20px;
	height: 35px;
	background: url('images/krest_sm.png') no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
		}
		
#footer {
	font: 12px Arial, Sans-Serif, Times, Serif;
	color: #000;
	text-align: center;
		}
		
#frame_top {
	width: 775px;
	height: 25px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	background: url('images/frame-topBottom.jpg');
	background-repeat: repeat;
		}

#frame_body {
	width: 775px;
	height: 975px; /* manipulate the heigh of the frame with this entry, but then also change index_content */
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	background: url('images/frame-body.jpg');
	background-repeat: repeat;
	background-position: left top;
		}
		
#frame_bottom {
	width: 775px;
	height: 25px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	background: url('images/frame-topBottom.jpg');
	background-repeat: repeat;
	background-position: left top;
		}

#index_content {
	width: 725px;
	height: 950px; /* needs to be re-calculated if the frame_body height size changes */
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	border: 0;
	background: #fff;
	text-align: center;
		}
		
a {color: #000;}
		
a:hover, a:active {color: red;}
	
.word_space {
	font: 14px Arial, Sans-Serif, Times;
	color: #000;
	word-spacing: 25px;
	letter-spacing: 1px;
		}
		
.word_space a {
	color: #000;
	padding: 2px;
	border-bottom: 1px dotted #171717;
	text-decoration: none;
		}
		
.word_space a:hover, .word_space a:active {
	color: red;
	background: none;
	padding: 2px;
	border-bottom: 1px dotted red;
		}
		
/* MAIN page begins */

#main_bg_0 {
	top: 0;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
	font-size: 0px;
	z-index: -1;
		}
		
#main_bg_1, #main_bg_2  {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
		}

#main_bg_1 {background: url('images/bg1.png') no-repeat center; height: 604px;}
#main_bg_2 {background: url('images/bg2.jpg') no-repeat center; height: 608px;}

#main_content, #main_content_eng {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
		}
		
#navigation {
	position: relative;
	margin: 0 auto;
	width: 800px;
		}

#main_content h1, #main_content_eng h1 {
	width: 100%;
	height: 108px;
	margin-top: 220px;
	text-align: center;
		}

#main_content h1 {background: url('images/main-title-rus.png') no-repeat center;}
#main_content_eng h1 {background: url('images/index-main-title-eng.png') no-repeat center;}

#main_menu li {
	padding-left: 150px;
	font:  20px Garamond, Geneva, Georgia, Serif;
	list-style-type: none;
	text-align: left;
	word-spacing: 2px;
	color: #000;
	line-height: 50px;
		}
		
ul#main_menu :first-letter {
	font-size: 25px;
	color: red;
	margin: 0 auto;
		}
		
#main_menu a {
	color: #171717;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom: 1px dotted #FFF;
		}
		
#main_menu a:hover, #main_menu a:active {
	color: #171717;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	border-bottom: 1px dotted #CC0000;
		}
		
/* MAIN page ends */

#nightskyproject a {
	font: 16px Arial, Tahoma, Sans-Serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
		}.text {
	font-family: Garamond, Arial, Tahoma;
	font-size: 16px;
	text-align: left;
}
.leftLongText {
	text-align: left;
	font: 16px Garamond, Arial, Tahoma;
	color: #000;
	padding-left: 150px;
	padding-right: 150px;
	list-style-position: inside;
	list-style-type: disc;
}
.rightLongText {
	text-align: right;
	font: 16px Garamond, Arial, Tahoma;
	color: #000;
	padding-left: 170px;
	padding-right: 170px;
}
p.leftNote {
	text-align: left;
	color: #000;
	padding-left: 170px;
	font-family: Garamond, Arial, Tahoma;
	font-size: 10px;
	padding-right: 170px;
}

