/* wrapping 'frame' */
#wrap {
	margin:24px auto 0 auto;
	width:992px;
	background:transparent url(images/right.gif) top right repeat-y;
	text-align:left;
	border-bottom:16px solid #FFFFFF;
}
/* frame shading */
#top-right {
	background:transparent url(images/top-right.gif) 0 0 no-repeat;
	width:8px;
	height:16px;
	position:absolute;
	margin:0 0 0 984px;
}
#bottom {
	height:8px;
	background:transparent url(images/bot.gif) 0 0 repeat-x;
}
#bot-left {
	position:absolute;
	margin:0;
	width:15px;
	height:8px;
	background:transparent url(images/bot-left.gif) 0 0 no-repeat;	
}
#bot-right {
	position:absolute;
	margin:0 0 0 981px;
	width:11px;
	height:8px;
	background:transparent url(images/bot-right.gif) 0 0 no-repeat;	
}
/* main content */
#content {
	width:918px;
	padding:0 32px 38px 32px;
	border:1px solid #939598;
}
/* header */
h1 {
	background:transparent url(images/small-header-bg.png) top right no-repeat;
	height:79px;
}
/* hide text */
h1 span {
	display:none;
}
/* quotes in 'aims' */
#aims {
	background-color:#F8AA8F;
	color:#FFFFFF;
	font-size:0.7em;
	padding:13px 12px 13px 12px;
	/*height:209px;*/
	line-height:1.4em;
}
#aims-foot {
	color:#221E1F;
	margin-top:20px;
	text-align:right;
}
#aims-foot span {
	text-transform:uppercase;
	font-size:0.675em;
	font-weight:bold;
}
/* main site area */
#copy {
	width:706px;
	float:right;
}
/* main copy */
#text {
	width:354px;
	float:left;
	color:#939598;
	font-size:0.8em;
}
#text p {
	margin-bottom:1em;
}
/* nice list */
#text ul {
	list-style-type:none;
	padding-bottom:0.5em;
}
#text ul li {
	padding-left:1em;
	background:transparent url(images/ul-bullet.png) 0 0.35em no-repeat;
	margin-bottom:0.5em;
}
/* nice headings */
#text h2 {
	font-weight:normal;
	color:#EE1C23;
	margin:-3px 0 1em 0;
	font-size:1.1em;
}
#text h3 {
	font-weight:normal;
	color:#221E1F;
	margin-bottom:1em;
	font-size:0.9em;
}
/* page decor */
#decor {
	width:320px;
	float:right;
}
#decor img {
	width:320px;
	height:203px;
	border-top:6px solid #EE1C23;
	display:block;
}
#decor p.quote {
	color:#EE1C23;
	font-size:1.3em;
	margin-top:140px;
}
/* strapline */
#foot-strap {
	clear:both;
	background:transparent url(images/foot-strapline.png) left bottom no-repeat;
	padding-top:20px;
	height:47px;
}
#foot-strap span {
	display:none;
}