body  {
	font-family: 'Josefin Sans', Verdana, sans-serif;
	background-color: #F7C35D;
	background-color: purple;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
}	
.header {
  margin:0;
  background: url(images/header.jpg) no-repeat top center;
  min-height:290px;
  -webkit-box-shadow: 1px 2px 20px #000;
	-moz-box-shadow: 1px 2px 20px #000;
	box-shadow: 1px 2px 20px #000;
	
}
#video-block {
  margin-top: 20px;
}
.navigation {
  position:relative;
  float:right;
  margin-top:250px;
  margin-right: 10px;
}
.header .navigation a {
  text-decoration:none;
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
}
img {
	border: none;
}	
a:link {
	text-decoration: none;
	color: #021178;
	border: none;
	font-weight: bold;
}	
a:hover, a:visited{
	color: #aa331b;
}
a {
	color: #021178;
	}
	
p, h1 {
	color: #021178;
 	}

h1 {
	font-weight: bold;
	}
.p1 {
	font-weight: bold;
	font-style: italic;
	}
		
.p2 {

	font-style: italic;
	}
	
div.ctnr{
	background-image: url(images/rb_bgimg_03.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 800px;
	height: 110%;
	border: none;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 2px 20px #000;
	-moz-box-shadow: 1px 2px 20px #000;
	box-shadow: 1px 2px 20px #000;
	
	}
	
div.text {
	width: 650px;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 36px;
	text-align: justify;
	border: none;
	}
	
div.ftr {
	margin-bottom: 72px;
	padding: 36px;
	text-align: center;
	font: 9px Verdana bold;
	color: #021178;
	border: none;
	}

div.galctnr {
	display: block;
	width: 600px;
	text-align: center;
	border: 2px red dotted;
}

div.gallery {
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }

div.gallery img {
  display: block;
  margin: 3px;
  border: 1px solid #ffffff;
  text-align: center;
  }
div.gallery a:hover img {
  border: 1px solid #0000ff;
}

div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 8px;
  font-size: 10px;
  text-align: center;
  }
