/* [Layout Style] */

body {
  background-color: #C0C0E0;
}
div#layout_outer {
  text-align: center;
  margin: auto; 
}
#layout_banner {
  padding: 0.5em;
}
#layout_banner h1{
  text-align: center;
}
div#layout_content {
  margin: 10px auto 10px auto; text-align: left;
  width: 1000px;
  background-color: #ffffff;
}

div#layout_main_content {
  background-color: #ffffff; 
  width: 980px;
  padding: 10px;
}
#layout_footer {
  text-align: center;
  color: #fff;
  background-color: #5C6194;
  line-height: 3em;
  font-size: 10pt;
}
#layout_footer a {
  color: #aaf;
  font-weight: bold;
  text-decoration: none;
}
#layout_footer a:hover {
  color: #ff0;
}

/* [ Prayer Breakfast Title Slides ] */
.gi_image img{
  display: block;
  border: 2px solid #5C6194 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: #595 2px 2px 5px;
  -webkit-box-shadow: #595 2px 2px 5px;
  -moz-box-shadow: #595 2px 2px 5px;
}
.gi_image img:hover {
  border: 2px solid #ffff00 !important;
}