* { padding: 0; margin: 0; }

a:link {
	color: #415719;
	font-weight: bold;
}

a:visited {
	color: #415719;
	font-weight: bold;
}

a:hover {
	color: #415719;
	font-weight: bold;
}

a:active {
	color: #415719;
	font-weight: bold;
}

blockquote {
	margin-left: 96px;
}

body {
	background: antiquewhite;
	font-family: 'Vollkorn','arial', 'lucida sans', sans-serif; 
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

h1 {
	background: antiquewhite;
	border-top: 1px dotted #141912;
	border-bottom: 1px dotted #141912;
	clear: right;
	color: #415719;
	font-size: 24px;
	font-family: 'Vollkorn','arial', sans-serif;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
}

h2 {
	color: #8c3b04;
	font-size: 20px;
	font-family: 'Vollkorn','tahoma', serif;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 4px;
	padding-bottom: 16px;
}

h3 {
	font-family: 'Vollkorn','tahoma', serif;
	font-weight: bold;
	color: #d79121;
	font-size: 14px;
	line-height: 17px;
	margin-left: 48px;
	margin-right: 48px;
}


img#rose {
	display: inline;
	float: left;
}


p {
	margin-left: 48px;
	margin-right: 48px;
	padding-bottom: 18px;
	
}

ul {
	margin-left: 48px;
	margin-right: 48px;
	padding-bottom: 18px;
}

ul a:link {
	color: #415719;
	font-weight: bold;
	text-decoration: none;
}

ul a:visited {
	color: #415719;
	font-weight: bold;
	text-decoration: none;
}

ul a:hover {
	color: #415719;
	font-weight: bold;
	text-decoration: underline;
}

ul a:active {
	color: #415719;
	font-weight: bold;
	text-decoration: underline;
}

#container { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 75em;
}

#content { 
	border-left: 3px solid #141912;
	border-right: 3px solid #141912;
	background: white;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 75%;
}

#footer { 
	background: #8c3b04;
	color: ivory;
	border-bottom: 3px solid #141912;
	border-top: 1px solid #141912;
	border-left: 3px solid #141912;
	border-right: 3px solid #141912;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	min-width: 75%;
	width: 75%;
	clear: both;
	font-size: smaller;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: right;
}

#header {
	background: #8c3b04;
	border-left: 3px solid #141912;
	border-top: 3px solid #141912;
	border-right: 3px solid #141912;
	color: ivory;
	font-weight: boldest;
	font-size: 24px;
	font-family: Arial, sans-serif;
	width: 75%;
	min-width: 75%;
	float: left;
	line-height: 30px;
	padding: 10px;
	height: 100px;
	margin: 20px 0px 0px 0px;
	padding-top: 24px;
	text-align: center;
}

#nav {
	background: #d79121;
	border-left: 3px solid #141912;
	border-right: 3px solid #141912;
	border-bottom: 1px solid #141912;
	border-top: 1px solid #000000;
	float: left;
	min-width: 75%;
	width: 75%;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#nav a:link {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#nav a:visited {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#nav a:active {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

p.answer:first-letter {
	background: antiquewhite;
	color: #415719;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: 800;
}

p.question:first-letter {
	background: antiquewhite;
	color: #8c3b04;
	font-weight: 800;
	padding-left: 1px;
	padding-right: 1px;
}

p.answer {
	margin-left: 112px;
}

p.question {
	color: #415719;
	font-weight: 800;
	padding-bottom: 0px;
}

img#twitter_logo {
	padding-top: 5px;
	padding-left: 5px;
	background: none;
	border: none;
}

ul {
	margin-left: 112px;
}