/* * * * * START: GENERAL * * * * */
body {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
	background-image: url(../images/background.jpg);
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 740px;
}
/* * * * * END: GENERAL * * * * */



/* * * * * START: HEAD * * * * */
#header {
	/* real width:  740 px */
	width: 728px;
	height: 74px;
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;	
}
#headlogo {
	width: 165px;
	float: left;
	margin-right: 10px;
}
#headinfo {
	width: 553px;	
	float: left;
	position: relative;
}
#headinfo #btn25yearsChernobyl {
	position: absolute;
	top: -60px;
	right: -100px;
	z-index: 10;	
}
.info {
	background: transparent url(/images/dots-bottom.gif) bottom left repeat-x;
}
/* * * * * END: HEAD * * * * */



/* * * * * START: CONTENT * * * * */
#down {
	width: 728px;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-align: left;
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-y;	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;	
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
#nav {
	width: 165px;
	float: left;
	margin-right: 10px;
}
#mnmoving, #mncontact {
	margin-top: 4px;
}
.navlink {
	display: block;
	background: transparent url(/images/line-165.gif) bottom left repeat-x;
}
#content {
	width: 553px;	
	float: left;
}
.active {
	color: #900;
	display: block;
	background: transparent url(/images/line-165.gif) bottom left repeat-x;	
}
/* * * * * END: CONTENT * * * * */



/* * * * * START: FORM * * * * */
input, textarea { 
	margin-bottom: 8px;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;	
	background: #eadec8;
	border: 1px solid #333;
}
.error {
	color: #900;
}
/* * * * * END: FORM * * * * */

