@import url(reset.css);
@import url(layouts.css);
@import url(navigation.css);
@import url(forms.css);

a{
	color: #0a4560;
	text-decoration: none
	}
a:hover{
	text-decoration: underline
	}
html{
	background: url(../images/bg.jpg) center top no-repeat #caaf91
}	
body{
	color: #666666;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	background: url(/ua/images/bg.jpg) center top no-repeat #caaf91
	}
em{
	font-style: italic
	}
h1{
	margin: 0 0 12px 0;
	color: #a87e57;
	font: 18px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: bold
	}
h4{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-size: 16px;
	font-weight: bold
	}
h5{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-size: 14px;
	font-weight: bold
	}
h6{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-weight: bold
	}
ol li{
	margin: 0px 35px;
	}
ol.decimal li{
	list-style-type: decimal
	}
ol.roman li{
	list-style-type: upper-roman
	}
p{
	margin: 0 0 12px 0;
	text-align: justify;
	text-indent: 35px;
	}
p.nomarginleft {
	margin: 0;
	text-indent:0;
}
strong{
	font-weight: bold
	}
table{
	margin: 0 0 12px 0;
	border-collapse: collapse;
	border-top: 2px solid #a87e57;
	border-bottom: 1px solid #a87e57
	}
table th, table td{
	padding: 2px 5px
	}
table th{
	font-weight: bold;
	border-bottom: 1px solid #a87e57;
	background: #f7efe4
	}
table tr{
	border-bottom: 1px solid #a87e57;
	}
ul li{
	margin: 10px 35px;
	text-align: justify;
	list-style-type: square
	}
ul, ol{
	margin: 0 0 12px 0
	}
ul.disc li{
	list-style-type: disc
	}
ul.circle li{
	list-style-type: circle
	}
ul.square li{
	list-style-type: square
	}

.clearer{
	clear: both
	}
.clearer-l{
	clear: left
	}
.blue{
	color: #007fba
	}
.black{
	color: #000
	}
.bold{
	font-weight: bold
	}
.dashed-line{
	height: 2px;
	background: url(/ua/images/dashed_line.png) repeat-x top center
	}
.red{
	color: #ed1c24
	}
.f12{
	font-size: 12px
	}
.fr{
	float:right
	}
.fl{
	float: left
	}
.tal{
	text-align: left
	}
.tar{
	text-align: right
	}
.tac{
	text-align: center;
}
.gallery_inside{
	float:left;
	margin:0px; 
	margin-bottom:15px; 
	text-align:center; 
	width: 244px; 
}
