#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-image: url(images/SLICES_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#CenterContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/SLICES_center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#Footer {
	background-image: url(images/SLICES_bottom.gif);
	background-position: center top;
	height: 51px;
	text-align: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #a45a03;
	font-size: 18px;
}
h2 {
	color: #a45a03;
	font-size: 14px;
}
#Learner {
	color: #666;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 800px;
	height: 30px;
}
#Flash_Holder {
	height: 600px;
	width: 500px;
}

#Main_Central_Content {
	width: 300px;
	margin-left: 275px;
	position: relative;
	font-family: arial, sans-serif;
	color: #4e4d45;
	font-size: 12px;
	visibility: visible;
	height: auto;
	top: 0px;
	margin-top: 30px;
}
a:hover {
	color: #666;
}
a:link {
	color: #666;
	text-decoration: none;
}
