@charset "UTF-8";
/* CSS Document */

/* PROMOS */
#intro {
	height: 50px;
	margin-top: 0px;
	padding-top: 75px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
#promos {
	width: 780px;
	position:relative;
	height: 260px;
	margin-top: 25px;
}
#promos2 {
	width: 780px;
	position:relative;
	margin-top: 15px;
}
#promos a, #promos2 a {
	float: none;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	color: #CFF;
}
#promos .promo1 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/back.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.promo1] {
  background-image:url(../images/back.png);
}

#promos .promo2 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.promo2] {
  background-image:url(../images/back.png);
}
#promos .promo3 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}

#promos {
	width: 780px;
	position:relative;
	height: 260px;
	margin-top: 25px;
}
#promos2 {
	width: 780px;
	position:relative;
	margin-top: 15px;
}
#promos a {
	float: none;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	color: #CFF;
}
#promos2 .promo1 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/back.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.promo1] {
  background-image:url(../images/back.png);
}

#promos2 .promo2 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.promo2] {
  background-image:url(../images/back.png);
}
#promos2 .promo3 {
	width: 236px;
	height: 230px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	border: 2px solid #304855;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}.border {
	border: 1px solid #000;
}

div.background
{
	width: 500px;
	height: 250px;
	border: 2px solid black;
	background-image: url(../images/forest.jpg);
	background-repeat: repeat;
}
div.transbox
{
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  filter:alpha(opacity=80);
  opacity:0.8;
}
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}.bk_bord {
	border: 1px solid #000;
}
#info {
	margin-top: 20px;
}
