body 
{
  padding: 0; margin: 0;
  background: #edf1f3;
  font: 14px/20px Garamond;
}

#header
{
  height:80px;
}

#header a
{
  color:black;
  text-decoration:none;
}
#header a:hover
{
  text-decoration:none;
}

a
{
  /* color:#355EB7; */
  color: #000;
  text-decoration:none;
}

a:hover
{
  color:blue;
  text-decoration:underline;
}

h1
{
  color: #000; line-height: 1.2;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 200%
  font-weight: normal;
  text-align:center;
  font-size:300%;
  letter-spacing:-3px;
  margin-bottom:-20px;
  padding:5px;
}

h2
{
  font-size:117%;
  letter-spacing:-1px;
  padding-left:7px;
  text-align:center;
}

ul
{
  list-style:none;
}

ul li
{
  margin:4px;
}

#navigation
{
  font-size:110%;
  letter-spacing:-1px;
  /*margin-top:-40px;*/
  width:700px;
  text-align:right;
  margin-left: auto;
  margin-right: auto;
}


#floater{
  position:relative;
  float:left; 
  height:50%; 
  margin-bottom:-120px;
  width:1px;
}


#content
{
  clear:both; position:relative;
  width: 350px;
  height:50%;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top:25%;
}

p.bold
{
  font-size:300%;
  letter-spacing:-2px;
  font-weight:bold;
}

img.content
{
  height:300px;
  float:right;
}

	

