body {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
	background-color:#ffffff;
	margin: 5px;
    padding: 0 ;
    text-align: center;

}

p {
   width: 500px;
}

h2 {
        font-size: 120%;

}

.container {
  width: 768px;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
}

#header {         
  background: #ffffff /* url(/images/donnahay/donnahay_repeat.gif) repeat-x top; */
  height: 86px;
  width: 100%;
  margin:0;
  padding:0;
}

#header img {         
border:none;
}

#headercontainer{
					padding:0px;
					margin:0px;
					/* background: url(/images/donnahay/end.gif) no-repeat right top; */
					}

a:active {  
	text-decoration: underline;
	color: #000;
}
	
a:hover {  
	color: #000;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}



#content {
  width: 728px;
  height: 200px;
  padding: 20px;
  margin: 0px;
  text-align: left;
  background: #ffffff;
  vertical-align: top;
}

#footer {
    height: 20px;
    background: #ffffff;
    color: #fff;
    padding: 0px 20px;
}

#landingpage {

}

#block {
	width: 70%;
	background: transparent;
	margin: 15px 10px;
}

#block h2 {
	margin: 5px 0px;
	width: 350px;
}


#block img {
	border: 0;
	margin: 10px;
	float: right;
}

#block p {
	width: 350px;
}

hr {
	width: 100%;
	height: 1px;
}


