/* Layout styles */
body
{
	color: #633;
	font: 80% Georgia, "Times New Roman", Times, serif;
	background: #421 url("images/page_bkg.jpg") 50% 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
html>body	{ font-size: 13px; }

#shadow
{
	width: 600px;
	text-align: left;
	margin: 0 auto;
	padding-right: 8px;
	background: url("images/page_shadow.jpg") 100% 0 repeat-y;
}

#page
{
	width: 100%;
	position: relative;
	border-bottom: 1px solid black;
	margin-bottom: -1px;
	text-align: center;
	padding: 16px 0;
	background: #F8F5C3  url("images/content_bkg.jpg") 50%;
}

#intro	{ padding: 0 0 272px; margin: 0; background: url("images/coat.png") 50% 100% no-repeat; }
#title	{ margin: 16px 0; }
#advice { margin: 0; }

#footer
{
	background: url("images/footer_flourish.png") 50% 0 no-repeat;
	padding-top: 72px;
	color: #C96;
	font-style: italic;
	font-size: 115%;
	text-align: center;
	width: 85%;
	margin: 16px auto;
}
#footer strong	{ color: #963; }

/* General content styles */

p	{ margin-top: 0; line-height: 150%; }

a:link, a:visited	{ color: #300; font-weight: bold; }
a:hover, a:active	{ color: #C96; text-decoration: underline; }
