h1 {
	background-color: #929476;
	color: #FFFFFF;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	background-image: url(img/h1.jpg);
}
body {
	margin: 0px;
	background-color: #CDCDC0;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFD5A6;
	scrollbar-3dlight-color:#FFD5A6;
	scrollbar-darkshadow-color:#FFD5A6;
	scrollbar-shadow-color:#FFD5A6;
	scrollbar-arrow-color:#ff0055;
	scrollbar-track-color:#FFD5A6;
	color: #604D3D;
}

a {
	color: #505050;
}

a.link1:visited {
	font-weight: bold;
	font-size: 14px;
	color: #FFD5A6;
	text-decoration: none
}
a.link1:link {
	font-weight: bold;
	font-size: 14px;
	color: #FFD5A6;
	text-decoration: none
}
a.link1:hover {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #7C0100;
}
#container {
	min-width: 1000px;
	width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); 	

}
.red {
	color: #FF0000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 14px;
}
.opac {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
a:hover img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#block1 {
	padding: 10px;
	border: 1px solid #FF6600;
	background-color: #FFFAEA;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AD5452;
	text-align: left;
	border-bottom: #FF6600 15px solid;
	border-top: #FF6600 8px solid;
}
#block_center {
	padding: 10px;
	border: 1px solid #FFD5A6;
	background-color: #FFF4D2;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AD5452;
	text-align: left;
	width: 90%;
	border-bottom: #FFD5A6 20px solid;
	border-top: #FFD5A6 20px solid;
	margin-bottom: 25px;
	margin-top: 20px;
}
#logo {
	padding-top: 0px;
	text-align: left;
	padding-bottom: 0px;
	background-color: #929476;
}
ul{
	margin: 0 auto;
}
ul.cool li{
	list-style: none;
	padding: 0px 20px 0px 5px;
	text-align: left;
	float: left;
	margin: 5px 5px 5px 5px;
	border: 1px solid #7C0100;
}
#menu {
	background-color: #C00000;
	height: 30px;
}
#copyright {
	background-color: #666666;
	color: #FFFFFF;
	font-style: normal;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
#title {
	background-color: #FFD5A6;
	color: #CC6600;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	background-image: url(img/h2.jpg);
}

.zag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background-image: url(img/angle_left.jpg);
	background-repeat: no-repeat;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
	padding-bottom: 10px;
}
a.link2:visited {
	font-weight: bold;
	font-size: 12px;
	color: #9F797E;
	text-decoration: underline
}
a.link2:link {
	font-weight: bold;
	font-size: 12px;
	color: #9F797E;
	text-decoration: underline
}
a.link2:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #C43100;
}
a.link3:visited {
	font-weight: bold;
	font-size: 16px;
	color: #9F797E;
	text-decoration: underline
}
a.link3:link {
	font-weight: bold;
	font-size: 16px;
	color: #9F797E;
	text-decoration: underline
}
a.link3:hover {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	color: #C43100;
}
p {
	margin: 7px;
}
form {
	margin: 2px;
}
input {
	background-color: #FFFAEA;
	margin: 3px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #929476;
	border: 1px solid #C43100;
}
select {
	background-color: #FFFAEA;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C43100;
	border: 1px solid #AD5452;
}

#container #logo img {
	border: 0;
}
img {
	border: 0px;

}
table{
	border-collapse:collapse;
}
#container #block_center td {
	padding-left: 5px;
	color: #C27E7C;
	padding-right: 5px;
}
strong {
	color: #AD5452;
}
p.news_body {
	font-family: "Times New Roman", Times, serif;
	margin-right: 5px;
	padding-left: 5px;
	border-bottom: #FFD5A6 1px solid;
	padding-bottom: 5px;
	margin-left: 5px;
}
p.news_title {
	font-family: "Times New Roman", Times, serif;
	color: #AA3000;
	margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	border-bottom: #FFD5A6 1px solid;
}
p.news_title1 {
	font-family: "Times New Roman", Times, serif;
	color: #AA3000;
	margin-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
p.news_data {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	margin: 6px;
	padding-right: 2px;
	color: #FF0000;
	font-weight: normal;
	padding-left: 2px;
}
div.gal2 {
	width: 220px;
	float: left;
	margin: 3px;
	color: #939475;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img.galtable {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	background-color: #FFCC99;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/h3.jpg);
	color: #B81B16;
}
div.cont {
	width: 220px;
	float: left;
	margin: 5px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF4D2;
}
.info_foto {
	height: 132px;
	width: 110px;
	float: left;
	border: 1px solid #D598B0;
	padding: 5px;
	margin: 2px;
	background-color: #E2E3CF;
}
.info_foto_end {
	clear: left;
}
.info_foto_image {
	margin-top: 0px;
	margin-left: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	background-image: url(img/h1.jpg);
	color: #FFFFFF;
}
.t_page {
	color: #FFFFFF;
	background-color: #AB2C2E;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
}
textarea {
	background-color: #FFFAEA;
	margin: 3px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #929476;
	border: 1px solid #C43100;
}
div.flash {
	width: 100%;
	background-image: url('img/flash.gif');
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
}

