
/* CSS Reset */
* {
  margin: 0px;
  padding: 0px;
}
/* Body */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #344346;
    background-color:#d9f4da;
}
/* Typography */
h1 {
  text-transform: capitalize;
  font-size: 26px;
  letter-spacing: 1px;
  margin: 20px 0 10px 30px;
}
h2.featured {
  color: #e6f3fb;
  font-size: 20px;
  padding-bottom: 10px;
}
h3 {
  float: left;
  margin-left: 35px;
  background: url(images/featured_arrow.png) no-repeat center bottom;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
p {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}
a:link {
  color: #98c2dc;
  text-decoration: none;
}
a:visited { color: #98c2dc; }
a:hover { color: #a9cee4; }
a:active { color: #98c2dc; }

/* Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout */
#container {

   /*margin-left:20px;
   width: 1024px;*/
   margin: 0 auto;
   width: 1024px;
}
#header {
  background: url(images/header_bg.png) repeat-x;
  float: left;
  height: 100px;
  width: 1024px;
  border-right: 1px solid #000;
  /*border-left: 1px solid #000;
  border-top: 1px solid #000;*/
  margin-left:1px;
  margin-top:20px;
}

#header img {margin-top:20px; margin-left:10px;}	
			 

			 
/* Content Area */
#content-area {
  float: left;
  width: 1023px;
  background:#fff url(images/content_bg.png) no-repeat;
  padding:20px 0px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 1px;
  min-height:450px;
  height:auto;
}
#content-area h1 {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 20px 0 10px 20px;
}

.content-title {
  float: left;
  height: 71px;
  width: 498px;
  background: url(images/content_title_ribbon.png) no-repeat;
}

#content-image {
  float: left;
  width: 1023px;
  height:80px;
  background:#fff url(images/content_bg.png) no-repeat;
  margin-top : 250px;

}

#message {
   width:660px;
   height:300px;
   float:left;
   margin:-250px 0 0 175px;

}
/* Footer */
#footer {
  float: left;
  height: 50px;
  width: 1023px;
  background: url(images/footer.png) no-repeat;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #545454;
  margin-bottom:30px;
  margin-left:1px;
}
#footer p {
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
#elbalogo{float:left;margin-top:9px;margin-left:10px;}
#powered{float:right;margin-top:14px;margin-right:10px;}


/* Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout Layout */



