*
{
  padding: 0;
  margin: 0;
}

body {
	background-color: #DDFDD5;
}

img {
  width: 100%;
  height: auto;
}



#header {
}

/* Content */

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #660000;
	text-align: center;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

#content a {
	color: #C60;
	text-decoration: none;
}

/* Footer */


#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #c3c3f2;

}

#footer a {
	color: #FFFF33;
	text-decoration: none;
}
