html,body{margin:0;padding:0}

body {
  /* background: url(http://periwinkletherapy.com/images/3.gif);
  background-repeat: repeat; */
  background-color: #A4ABD3;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h1, h2, h3 {
  margin: 12px;
  font-family: Georgia, Times, serif;
  color: #A4ABD3;
}

a {
  text-decoration: underline;
  color: #A4ABD3;
}

a:hover {
  text-decoration: underline;
  color: #996699;
}

a img {
	border: none;
}

p {
  margin: 12px;
}

div#header {
  background: url(http://periwinkletherapy.com/images/2.png);
  width: 800px;
  height: 254px;
  margin-top: 30px;
  font-size: .85em;
  text-align: center;
}

div#container {
  background-color: #fff;
}

div#extra {
  border-top: 2px solid #A4ABD3;
}

div#header ul, div#header li {
  display: inline;
}

.faceout {
  float: left;
  width: 200px;
  background-color: #fff;
  font-size: .75em;
}

div#footer {
  text-align: center;
  font-size: .75em;
  font-color: #e4e4e4;
  margin: 5px;
}

/* layout - do not touch */
div#container{width:800px;margin:0 auto}
div#content{float:right;width:800px}
div#content_left{float:left;width:180px}
div#content_right{float:right;width:620px}
div#navigation{float:left;width:20px}
div#extra{clear:both;width:100%}
div#footer{clear:both;width:100%}

