        #banner {
             text-align: center;
font-family: "Edwardian Script ITC","Edwardian Script ITC Semi-Expanded","Zapfino","Viner Hand ITC";
             font-size: 48px;
	     margin-bottom: 10px;
             padding-bottom: 0px;
        }

        #wrapper {
             position:relative;
             margin-left:auto;
             margin-right:auto;
             top: 70px;
             width:400px;
             background-color: #F5F1D1;
        }

        div#main {
             position:relative;
             margin-left:auto;
             margin-right:auto;
             top: 20px;
             width:400px;
             }

	a {
		text-decoration: underline;
		color: #9FA68B;
	}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-family: Georgia, serif;
		color:#9FA68B;
	}

	.content h3 {
		color:#666;
	}

	.content {
		margin-bottom: 50px;
                padding: 25px 25px 25px 25px;
		font-family: Verdana, Arial, sans-serif;
                border: solid 1px;
                background-color: #F5F1D1;
	}

	.content p, .features p {
		color: #666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: small;
		font-weight: normal;
		line-height: 150%;
		text-align: left;
		margin-bottom: 10px;
	}

	.content blockquote {
		line-height: 150%;
		font-size: 11px;
	}

	.content li {
		line-height: 150%;
	}

	.content h2 {
		text-align: left;
		margin-bottom: 10px;
	}

	.content h3 {
		text-align: left;
		margin-bottom: 10px;
		font-family: "Palatino Linotype","Book Antiqua",serif;
		font-size: 16px;
		font-weight: normal;
		font-variant: small-caps;
		text-transform: lowercase;
		letter-spacing: 0.08em;
	}

		.content h3:first-letter
		{font-family:"Edwardian Script ITC","Edwardian Script ITC Semi-Expanded","Zapfino","Viner Hand ITC";
		font-size: 48px;
		line-height:36px;
	}

		.content > p:first-line
	{
font-family: "Palatino Linotype","Book Antiqua",serif; 
font-size: 10pt; 
font-variant: small-caps; 
text-transform: lowercase; 
letter-spacing: 0.08em;
	}

		.content p + p:first-line
	{
		font-family: Verdana, Arial, sans-serif;
		font-size: small;
		font-variant: normal;
		text-transform: none;
		letter-spacing: normal;
	}
