body  {
	font-family: Verdana, sans-serif;
	background-color: #F7C35D;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
img {
	border: none;
	}	
	
a:link {
	text-decoration: none;
	color: #021178;
	border: none;
	font-weight: bold;
	}
	
a:hover, a:visited{
	color: #aa331b;
	}
	
a {
	font-family: Verdana, sans-serif;
	color: #021178;
	}
	
p, h1 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #021178;
 	}

h1 {
	font-size: 15px;
	font-weight: bold;
	}

.p1 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}
		
.p2 {
	font-size: 12px;
	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;
	}
	
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-family: Arial;
  font-size: 10px;
  text-align: center;
  }
	
	