@charset "UTF-8";
/* CSS Document */


body
{
	margin: 0px;
	background-color:#3d3d3d;
}

.text {padding: 0px 32px 32px 32px;line-height: 18px;}

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

/* ---- SECTIONS ---- */

#section-header
{
	background-image:url(/images/structural/background-header.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
	height: 135px;
	text-align:center;
}

#section-header-inner
{
	height: 135px;
	width: 100%;
	background-image:url(/images/structural/background-header-flair.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#section-header-menu
{
	width: 100%;
	hieght: 35px;
	margin:auto;
	padding: 0px;
	white-space:nowrap;
}

#section-content
{
	background-image:url(/images/structural/background-content.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#d1af82;
}

#section-content-inner
{
	background-image:url(/images/structural/background-content-centre.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	width: 910px;
	margin: auto;
		
}

#section-footer
{
	margin:auto;
	width: 900px;
	color:#FFFFFF;
	text-align:center;
}

#section-footer a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

#section-footer a:hover
{
	text-decoration:underline;
}

#section-footer-menu
{
	background-color: #484848;
	height: 75px; /* was 35px */
	line-height: 35px;
}

#section-footer-byline
{
	font-size:11px;
	line-height: 64px;
}

/* ---- Content ----*/

#content-images {
	display:table-cell;
	width: 337px;
	vertical-align:top;
}
#content-paper {
	display:table-cell;
	vertical-align:top;
	padding: 0px 0px 96px 0px;
}
#paper {
	margin: 36px 0px 0px 0px;
}
#paper-content {
	background-image:url(/images/structural/background-paper.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 480px;
	padding: 34px 28px 20px 28px;
}
#paper-shadow-left {
	background-image:url(/images/structural/shadow-paper-left.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 5px;
	height: inherit;
}
#paper-shadow-right {
	background-image:url(/images/structural/shadow-paper-right.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 9px;
	height: inherit;
}
#paper-shadow-bottom {
	background-image:url(/images/structural/shadow-paper-bottom.png);
	background-repeat:no-repeat;
	width: 550px;
	height: 9px;
}
#next {
	text-align:right;
	padding: 60px 0px 0px 0px;
}


