@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot?') format('eot'), 
	     url('../fonts/OpenSans.otf')  format('opentype'),
	     url('../fonts/OpenSans.woff') format('woff'), 
	     url('../fonts/OpenSans.ttf')  format('truetype'),
	     url('../fonts/OpenSans.svg#EBGaramond') format('svg');
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/OpenSansSemibold.eot?') format('eot'), 
	     url('../fonts/OpenSansSemibold.woff') format('woff'), 
	     url('../fonts/OpenSansSemibold.ttf')  format('truetype'),
	     url('../fonts/OpenSansSemibold.svg#EBGaramond') format('svg');
}
@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/OpenSansLight.eot?') format('eot'), 
	     url('../fonts/OpenSansLight.otf')  format('opentype'),
	     url('../fonts/OpenSansLight.woff') format('woff'), 
	     url('../fonts/OpenSansLight.ttf')  format('truetype'),
	     url('../fonts/OpenSansLight.svg#EBGaramond') format('svg');
}
@font-face {
	font-family: 'PFScandalProBlack';
	src: url('../fonts/PFScandalProBlack.eot?') format('eot'), 
	     url('../fonts/PFScandalProBlack.otf')  format('opentype'),
	     url('../fonts/PFScandalProBlack.woff') format('woff'), 
	     url('../fonts/PFScandalProBlack.ttf')  format('truetype'),
	     url('../fonts/PFScandalProBlack.svg#EBGaramond') format('svg');
}
@font-face {
	font-family: 'ZaragozaC';
	src: url('../fonts/ZaragozaC.eot?') format('eot'), 
	     url('../fonts/ZaragozaC.otf')  format('opentype'),
	     url('../fonts/ZaragozaC.woff') format('woff'), 
	     url('../fonts/ZaragozaC.ttf')  format('truetype'),
	     url('../fonts/ZaragozaC.svg#EBGaramond') format('svg');
}
body, html {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

/***************** стили для всех ссылок сайта */
a:link, a:visited {text-decoration:underline; color:#976d36}
a:hover {text-decoration:none;}

/***************** Заголовки */
#both h1,
#only_left h1,
#only_right h1,
#no_sides h1 {
margin:10px 0;
font-size:36px;
font-style: italic;
font-family: 'OpenSans';
font-weight:normal;
text-align:center;
color: #c40009;
}
#both h2,
#only_left h2,
#only_right h2,
#no_sides h2 {
margin:10px 0;
font-size:24px;
font-style: italic;
font-family: 'OpenSans';
font-weight:normal;
color:#a5740a;
}
#both h3,
#only_left h3,
#only_right h3,
#no_sides h3 {
margin:10px 0;
font-size:19px;
font-style: italic;
font-family: 'OpenSans';
font-weight:normal;
color:#535353;
}
#both .con_title,
#only_left .con_title,
#only_right .con_title,
#no_sides .con_title {
font-size:18px; 
font-weight:normal;
}

/***************** Абзацы */
#both p,
#only_left p,
#only_right p,
#no_sides p {
font-size:14px;
line-height:20px;
}

/**********************************/

#both .blog_moderate_no,
#only_left .blog_moderate_no,
#only_right .blog_moderate_no,
#no_sides .blog_moderate_no {color:red;}

#both input,
#only_left input,
#only_right input,
#no_sides input, 
#both .text-input,
#only_left .text-input,
#only_right .text-input,
#no_sides .text-input {border:1px solid #666;padding:2px;}

table td {
	padding:5px
}