@charset "UTF-8";
/* CSS Document */
body {
  text-align: center;
  background-image:url(images/layout-images/bg.jpg);
  background-repeat:repeat-x;
  margin-top:0;
  }

#container {
  margin: 0 auto;
  width: 966px;
   text-align: left;
  } 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #EF6E90;
	margin: 20px 100px -15px 160px;
	
		
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	margin-left:160px;
	margin-right:100px;
}

  
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-left:160px;
	margin-right:100px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #EF6E90;
	margin-left:160px;
	margin-right:100px;
	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-left:160px;
	margin-right:100px;
	text-decoration: none;
	font-variant: normal;
}


a:link,
a:visited,
a:hover,
a:active {
color:#EF6E90;
font-size:16px;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
	font-style:normal;
	font-weight:bold;
    }


#content {
  margin: 100px 0 0 0;
  width:inherit;
  height:800px;
  

  } 
.header-image {

	padding: 50px 0 20px 100px;
 }
	

