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

#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;
	padding: 16px 0;
	text-align: center;
	background: #F8F5C3 url("images/content_bkg.jpg");
}

h1 span,
h2 span,
#intro span	{ display: block; text-indent: -9999px; font-size: 1px; }

h1
{
	margin: 0;
	background: url("images/title.png") 50% 0 no-repeat;
	height: 80px;
}

img#man_with_mirror	{ float: left; margin: -64px 8px 0 -32px; }

div#content
{
	margin: 32px 72px 0;
	position: relative;
	text-align: justify;
	padding-bottom: 48px;
	background: url("images/footer_flourish.png") 50% 100% no-repeat;
}

p#intro		{ padding-top: 40px; background: url("images/intro.png") 100% 0 no-repeat; }
p#closing	{ font-weight: bold; text-align: center; }

#contact
{
	border: 3px double #FC7;
	margin: 16px 72px;
	padding: 8px;
	text-align: center;
}

#contact table		{ font-size: 95%; width: 432px; margin: 0 auto; }
#contact td			{ width: 50%; padding: 0 8px; }
#contact #street	{ border-right: 1px solid #C96;	text-align: right; }

#contact ul
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

h2
{
	clear: both;
	background: url("images/finish.png") 50% 0 no-repeat;
	height: 48px;
	margin: 24px 0 0;
}

img#footer	{ display: block; margin: 0 auto; }

/* General content styles */

h3
{
	font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0;
	line-height: 150%;
	text-align: center;
}

/* screwed-up font-size inheritance in IE5.5 */
h3:first-letter
{
	vertical-align: text-top;
	font-size: 225%;
	f\ont-size: 150%;
	line-height: 80%;
}

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

em strong	{ font-style: normal; font-weight: normal; }
address		{ font-style: normal; }

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