/* body, header and container
--------------------------------------------------*/
body {
	background-color: #e8e5f0;
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#container {
	width: 560px;
	background-color: #e8e5f0;
	color: #4d4d4d;
	font-family: Georgia;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 140%;
}
#top {
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Times New Roman";
	}
/* content
--------------------------------------------------*/
#content
{
	float: left;
	width: 555px;
	padding-top: 10pt;
	padding: 2pt;
	text-align: left;
	background-color: #e8e5f0;
}
/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #4d4d4d;
	font-size: 10px;
}
/* headers and links
--------------------------------------------------*/
h1 {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-family: Georgia;
	color: #d66d72;
	letter-spacing: 2px;
	}
h1:first-letter {
	line-height: 40px;
	font-size: 30px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #cfcae0;
	text-transform: lowercase;
	}
a, a:visited {
	text-decoration: none;
	color: #d66d72;
	}
a:hover, a:active {
	text-decoration: none;
	color: #cfcae0;
	background-color: #d66d72;
	}
blockquote {
	background-color: #cfcae0;
	color: 4d4d4d;
	width: 50%;
	padding: 2pt;
	}
/* form
--------------------------------------------------*/
textarea, input, option, select {
	font-family: Georgia;
	font-size: 11px;
	color: #4d4d4d;
	border: none;
	background-color: #cfcae0;
}