/* CSS Document */

html {
	background-color:#fae78d;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#fae78d;
	color:#3c3667;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom:10px;
}

img                                       {border:0px;}
form                                      {display:inline;}
table {
	border-collapse:collapse;
	
}

td {
	padding:0px;
	margin:0px;
	vertical-align:top;
}

a {
	color:#3c3667;
	text-decoration:underline;
}

a:hover {
	color:#3c3667;
	text-decoration:none;
}

a:visited {
	color:#3c3667;
}

/* Font */

h1 {

}

/* Elements Selecftors */

#main-content-div {
	background-color:#f8ffed;
	width:1024px;
	text-align:center;
	background-color:#fafaf3;
	vertical-align: top;
	margin:0 auto;
}

/* Header */

#header {
	width:1024px;
	height:270px;
}


#footer {
	width:1024px;
	height:112px;
	clear:both;
	position: relative;
}

#menu {
	width:1024px;
	height:43px;
}

#content {
	width:1024px;
	background-image: url(images/content-bg.jpg);
}

#left-block {
	float: left;
	width:298px;
	text-align:left;
}


#content-block {
	float: left;
}
#right-block {
	float: left;
}

#content {
	padding-top:20px;
}

#menu {
	width:1024px;
	height:43px;
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
}

#menu img{
	margin: 0px 5px 0px 5px;
}

/* menu */

.menu-block-decorator {
	margin-left:30px;
	width:234px;
	background-image: url(images/left-block-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.menu-footer {
}

.menu-item {
	padding-top:10px;
	margin-bottom:40px;
	background-image: url(images/zavitushka.gif);
	background-position: 70% 0%; 
	background-repeat:no-repeat;
}

.block-menu {
	padding-top:20px;
	text-align:center;
	width:234px;
	background-image: url(images/menu-top-bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

#left-menu a {
	font-weight:bold;
}

/*right-column*/

.right-menu-item {
	margin-top:20px;
	background-image: url(images/zavitushka.gif);
	background-position: 90% 0%; 
	background-repeat:no-repeat;
	margin-bottom:5px;
}

.right-block-title {
	font-weight:bold;
}

/* content */
.content-block-decorator {
	width:422px;
	background-image: url(images/content-bg.gif);
	background-repeat:repeat-y;
}

.content-list {
	padding-top:20px;
	text-align:center;
	width:422px;
	background-image: url(images/content-header.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-size:12px;
}

/* news */ 

.news-item {
	width:400px;
	margin-bottom:20px;
	margin-left:10px;
}

.image-decorator-left {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	background-image: url(images/image-zavitushka-left.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	padding-left:17px;
}

.image-decorator-right {
	background-image: url(images/image-zavitushka-right.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	padding-right:17px;
}

.news-more {
	clear:both;
}

.news-more {
	text-align:right;
	padding-right:20px;
}

.news-body {
	text-align:left;
}

.news-body h2 {
	text-align: center;
	font-size: 14px;
}

.right-block-title {
	font-size:14px;
	margin-bottom:10px;
}

.content-title {
	font-size:16px;
}
.content-text {
	text-align: left;
	font-size: 11px;
	padding: 0 20px;
}
#counters {
	position: absolute;
	top: 60px;
	left: 150px;
}.breadcrumbs {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

