@charset "windows-1251";
html {
	background-image: url(img/rec.gif);
	background-repeat: repeat;
	background-position: left top;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	background-image: url(img/headline.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 896px;
	text-align: left;
	background-image: url(img/cont.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(img/head.gif);
	background-repeat: repeat-x;
	background-position: 44px top;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header .right {
	position: relative;
	left: 462px;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 34px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 ul li {
	line-height: 42px;
	list-style-type: none;
}
.twoColFixLtHdr #sidebar1 ul li a {
	background-color: #ab2723;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(img/li.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-radius:0px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	box-shadow:0 1px 4px #464646;
	-moz-box-shadow:0 1px 4px #464646;
	-webkit-box-shadow:0 1px 4px #464646;
	font-size: 16px;
	text-shadow:0 0 4px #464646;
}

.twoColFixLtHdr #sidebar1 ul li a:hover {
	text-shadow:0 0 4px #fff;
	-moz-box-shadow:0 1px 4px #fff;
	-webkit-box-shadow:0 1px 4px #fff;
	background-position: left bottom;
}

.twoColFixLtHdr #mainContent {
	margin-top: -65px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 206px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin-left: 90px;
	margin-bottom: 45px;
	text-shadow:0 0 4px #000000;
}
.twoColFixLtHdr #mainContent p {
	text-indent: 40px;
}
.twoColFixLtHdr #mainContent .center {
	text-indent: 0px;
	text-align: center;
}
.twoColFixLtHdr #mainContent .gallery {
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 3px 10px #999999;
	-moz-box-shadow:0 3px 10px #999999;
	-webkit-box-shadow:0 3px 10px #999999;
}

.twoColFixLtHdr #mainContent a  {
	color: #C42C29;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C42C29;
}


.twoColFixLtHdr #mainContent .photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 3px 10px #999999;
	-moz-box-shadow:0 3px 10px #999999;
	-webkit-box-shadow:0 3px 10px #999999;
	display: block;
}

.twoColFixLtHdr #mainContent #vineta {
	height: 34px;
	background-image: url(img/vineta.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:26px 0;
}
.twoColFixLtHdr #mainContent #vineta-margin {
	height: 34px;
	background-image: url(img/vineta.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 240px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
}

.twoColFixLtHdr #mainContent ul {
	color: #C42C29;
	list-style-type: circle;
}
.twoColFixLtHdr #mainContent .inside {
	list-style-position: inside;
}

.twoColFixLtHdr #mainContent .black {
	color: #474747;
	list-style-position: inside;
	padding-left: 0px;
}



.twoColFixLtHdr #footer {
	background-image: url(img/punktir.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #footer p {
	color: #c42c29;
	font-size: 12px;
	font-style: normal;
	background-image: url(img/note.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

