@charset "utf-8";
/* CSS Document */
/*-_-_ FORMAT _-_- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding:0px;
	background-color:#f5f4ac;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h3 {	
    color: #39032f;
	position:relative;
	right: 90px;
	font-size:16px;		
}

.MenuBarHor A
{
	cursor: pointer;
	color: #4f232b;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	position: 300px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.MenuBarHor A:HOVER
{
	color: #954D42;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
.MenuBarHor A:ACTIVE
{
	color: #C48479;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
}

#leftBlock A {
    color: #4f232b;
    text-decoration:none;
}

#leftBlock A:HOVER {
    /*color: #ba274b;*/
	color: #954D42;
    font-weight: bold;
    text-decoration: none;
}

#leftBlock A:ACTIVE {
    color: #C48479;
    font-weight: bold;
    text-decoration: none;
}

#leftBlock ul {
    list-style-type:none;
    text-indent: -30px;
}

#leftBlock li {
    list-style-type:none;    
}

.menuSub{
    font-size:12px;
}

#mainBlock A {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #0000FF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#mainBlock A:HOVER {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color: #ba274b;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#mainBlock A:ACTIVE {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color: #C48479;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
}

#footerBlock A {
    color: #4f232b;
    text-decoration:none;
}

#footerBlock A:HOVER {
    /*color: #ba274b;*/
	color: #954D42;
    font-weight: bold;
    text-decoration: none;
}

#footerBlock A:ACTIVE {
    color: #C48479;
    font-weight: bold;
    text-decoration: none;
}

#footerCount {
    margin:0px;
	padding:0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#D9D8C7;
}

#val {
	text-align:left;
}

.valPic {
    border:none;
}
/* -_-_ STRUCTURE -_-_ */

#container {
	width: 960px;
	\width: 980px;
	w\idth: 960px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color:#eaf46b;
}

#headerBlock {
    height: 178px;
	padding: 0px;
	margin-bottom: 0px;
	background-image:url(../images/logo_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
}

#headlineBlock {
    height: 40px;
	width:200px;
	padding: 0px;
	text-align:center;
}

#mainBlock {
    position:relative;
    right: 80px;
    width: 576px;
	\width: 586px;
	w\idth: 576px;
    height:334px;
	padding: 4px;
	margin: 10px;
	overflow:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39032f
	text-align:justify;
	background-image:url(../images/hands.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#leftBlock {
	float: left;
	width: 214px;
	\width: 224px;
	w\idth: 214;
	height:396px;
	overflow:auto;
	padding: 2px;
	margin-top: 12px;
	margin-bottom:4px;
	margin-right: 4px;
	font-size:15px;
	font-weight:bold;
}

#rightBlock {
    position:relative;
    left:628px;
	width: 100px;
	\width: 110px;
	w\idth: 100px;
	height: 396px;
	margin: 0;
	margin-left: 0px;
	padding: 0px;
	background-image:url(../images/corner_re_main.jpg);
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}

#footerBlock {
	clear: both;
	height:20px;
	padding: 0px;
	margin-top: 0px;
	background-image:url(../images/bt_line.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:9px;
	color: #4f232b;
}
