body {
  margin: 0 0 0 12;
  padding: 0;
  background: #fff992 ;
  font: 11px "Lucida Grande", Verdana, sans-serif;
}
a{
  color: #25839F;
}
a:hover{
  color: #b82349;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: lighter;
  color: #25839F;
  letter-spacing: -0.03em;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: lighter;
  color: #25839F;
  letter-spacing: -0.03em;
}
h3{
  font-size: 15px;
  font-weight: lighter;
  color: #25839F;
  letter-spacing: -0.03em;
}
h4{
  font-size: 14px;
  font-weight: lighter;
  color: #25839F;
  letter-spacing: -0.03em;
}
h5{
  font-size: 13px;
  font-weight: lighter;
  color: #25839F;
  letter-spacing: -0.03em;
}
#container {
	width: 750px;
}
#header{
	border-bottom-style: dotted;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#footer{
	font-size: 9px;
}