/* Main */
body {
    text-align: center;    
    background: #5e5c5d url(http://bir-1.com/cr) repeat;
}

/* Layout */
#container {
    width: 800px; 
    margin: 0 auto 0 auto;
    border: 0px solid yellow;
}

/* Header */
#header { 
    background: url(images/header8-800.jpg);
    background: url(images/curve_header.jpg);
    background-repeat: no-repeat;
    width: 800px;
    margin: 0;  
    padding: 0;
    height: 175px; 
    border: 0px solid white;   
    margin-top: 30px;    
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#heading {
    color: white;
    font-size: 0.8em;
    font-family: Palatino Linotype, Georgia, serif;
    padding-top: 30px;
    width: 400px;
    text-align: center;
    padding: 20px;
    text-shadow: 2px 2px 0px #000000;
}
#content {
    
    /* background-image: url(images/bg_gradient.png);   */
    background-repeat: repeat-x; 
    background-color: #f5f5f5;
    width: 766px; 
    color: black;
    padding: 15px;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    text-align: left;
    border: 2px solid rgb(204,204,204);
    border-top: 1px solid rgb(170,170,170);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} * html #content { width: 800px; }

#content p {
    margin: 10px 26px 20px 26px; 
}

#content .highlight {
    color: blue; 
    font-weight: bold;
}
#content hr {
    color: black; 
    height: 1px;
    margin: 10px 26px 8px 26px; 
}

#content h1 {
    color: black;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 26px 4px 26px; 
}    * html #header h1 {top: 34px;}
*+html #header h1 {top: 34px;}


#logo {
    color: black;
    font-weight: bold;
    text-align: center;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
}

#footer {
    /* background-color: #2E2824; */
    font-size: 0.8em;
    color: #555555;
    line-height: 1.4em;
}

#links {
    color: #666666;
    font-family: arial, verdana, tahoma, sans-serif;
    line-height: 1.4em;
    font-size: 0.8em;
}

#links a {
    color: #666666;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: arial, verdana, tahoma, sans-serif;

}

/* Formatting */
#footer a {
   
   
    color: #555555;
    line-height: 1.4em;
}

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px; 
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  
}
.footer-b 
{
  position: absolute;
  left:3px;
  right:3px;
  bottom:0;
  height:50px;
  background-image: url('images/footer_b.png');
}
.footer-r, .footer-l
{
  position: absolute;
  height:50px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}
.footer-l
{
  left: 0;
  width:3px;
}
.footer-r
{
  right: 0;
  width:6px;
  clip: rect(auto, auto, auto, 3px);
}
.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: #545454;
}
.footer-body
{
    position:relative;
    padding: 10px;
}
.footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}
.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover,
.footer-text td, 
.footer-text th,
.footer-text caption
{
    color: #9E9E9E;
    font-size: 12px;
}
.footer-text
{
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.footer-text a,
.footer-text a:link
{
  color: #EC7EA8;
  text-decoration: none;
}
.footer-text a:visited
{
  color: #B5B5B5;
}
.footer-text a:hover
{
  color: #DF2A6F;
  text-decoration: underline;
}

#content img {
  float: left;
	margin-top: 12px;
	margin-right: 18px;
	margin-left: 24px;
	margin-bottom: 4px;
	border: 1px solid black;
} 
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.0em;
  margin: 0px 26px 0px 26px;
}



