body
{
	color: #300;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 1em 1em 0.3em;
	background-image: url( ../images/background.jpg );
	background-attachment: fixed;
}

div#box
{
	width: 720px;
	margin: 0 auto;
	padding: 1em 1.5em;
	text-align: left;
	background-image: url( ../images/underlay.png );
	border-color: #300;
	border-width: 1px;
	border-style: solid;
}

div#box div#introduction p
{
	margin: 0.5em 0;
	padding: 0;
}

div#box div#introduction p a, div#box div#introduction p a:visited, div#box div#introduction p a:active, div#box div#introduction p a:link
{
	text-decoration: none;
	color: #300;
	border-bottom: #300 1px dashed;
}

div#box div#introduction p a:hover
{
	text-decoration: none;
	color: #300;
	border-bottom: #300 1px solid;
}

div#box div#interview p
{
	margin: 0.25em 0;
	padding: 0;
}

div#box div#interview p em
{
	color: #300;
	font-style: normal;
	font-weight: bold;
}

div#box div.image, div#box div#buttonDiv
{
	width: 100%;
	text-align: center;
}

div#box div img.imgLeft, div#box div img.imgRight
{
	margin: 0;
	margin-top: 0.25em;
	border: 1px none #300;
}

div#box div img.imgLeft
{
	float: left;
	margin-right: 0.5em;
}

div#box div img.imgRight
{
	float: right;
	margin-left: 0.5em;
}

div#box div#buttonDiv
{
	padding-top: 0.5em;
}

div#box div#buttonDiv a#button
{
	text-decoration: none;
	color: #300;
	font-weight: bold;
	padding: 0.25em 0.5em;
	cursor: pointer;
}

div#copy
{
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	color: #FFF;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}

