.innerContentArea {
	position: absolute;
	border: 1px solid #FFF;
	text-align:left;
	vertical-align:top;
}

.outerContentArea {
	background-repeat:repeat;
	position: absolute;
}

.outerContentAreaShadow {
	position:absolute;
	background-image: url(../images/content-shadow.png);
}

.contentWrapper {
	position: absolute;
	height: 100%;
	width:540px;
	top: 0px;
	right: 0px;
	overflow: auto;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 500px;
}

.contentHeader {
	width:155px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: absolute;
	left: 8px;
	top: 8px;
}

.contentHeader h1 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF9;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.content strong{
	font-weight: normal;
}

#outerContent1 {
	left:133px;
	top:183px;
	width:730px;
	height:260px;
	z-index:2;
}

#innerContent1 {
	left:4px;
	top:4px;
	width:720px;
	height:250px;
	z-index:3;
}

#outerContent1Shadow {
	left:92px;
	top:146px;
	width:815px;
	height:346px;
}
