#contentWrapper {
	background-color: #FFFFFF;
	border: thick solid #FFFFFF;
	overflow: auto;
	position: relative;
	height: auto;
	width: 965px;
	left: 10%;
	right: 10%;
}
#contentWrapper #header {
	background-image: url(../images/TRANSITION_03.gif);
	height: 140px;
	width: 951px;
	border: thick solid #FFFFFF;
	position: relative;
	background-repeat: no-repeat;
}
#contentWrapper #navigation {
	width: 952px;
	float: left;
	border: thick solid #FFFFFF;
}
#contentWrapper #rotateImage {
	float: left;
	height: 312px;
	width: 632px;
	padding-left: 8px;
}
#contentWrapper #tellStory {
	float: left;
	height: 312px;
	width: 319px;
	background-image: url(../images/questions.gif);
}
#contentWrapper #spotlight {
	height: 315px;
	width: 627px;
	float: left;
	border: medium solid #999999;
	margin-left: 8px;
}
#contentWrapper #issues {
	border: medium solid #999999;
	float: left;
	width: 310px;
	height: 315px;
}
#contentWrapper #footer {
	float: left;
	height: 55px;
	width: 950px;
	border: thick solid #FFFFFF;
	padding-left: 2px;
	background-image: url(../images/footer.gif);
}
#contentWrapper #image {
	height: 215px;
	width: 951px;
	border: thick solid #FFFFFF;
	float: left;
}
#contentWrapper #issuesInside {
	height: auto;
	width: 627px;
	float: left;
	margin-left: 8px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contentWrapper #theIssues {
	float: left;
	width: 310px;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
