body {
color: #333;
background-color: #c96;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1.4em;
text-align: left;
font-size: .9em;
}


#wrapper_1 {
	
  width:  700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* hack to centre wrapper in IE */
  
}

/* @group Content */

#content {
background-color: #fff;
padding: 10px 35px;
  background: url(background_cream.gif) repeat-y center;
}

/* @end */

img.photo_border {
  border: 2px #090 solid;
}

h1 {
font-size: 1.5em;
color: #006600;
font-style: italic;
letter-spacing: 1px; 
text-align: center; 
margin-top: 20px;
  margin-bottom: 0px;}


H2 {
  font-size: 1.2em;
  color: #990000;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

h3 {
font-size: 1.1em;
color: #990000;
font-style: italic; }

p {
font-size: .9em;
line-height: 1.3em; }

li {
font-size: .9em;
line-height: 1.3em; }

li li {
font-size: inherit;
line-height: 1.3em; }

blockquote {
font-size: .9em;
line-height: 1.3em; }

blockquote p {
font-size: inherit;
line-height: 1.3em; }



#footer center {
font-size: .7em;
}
#footer p {
font-size: 1em;
}

a:link {
color: #0000ff;
text-decoration: underline;
}

a:visited {
color: #990099;
text-decoration: underline;
}

a:hover {
color: #f63;
text-decoration: underline;
}

a:active {
color: #333;
text-decoration: none;
background-color: #ffc;
}

