#pageWrapper {
	width: 90%;
	left: 5%;
	position: relative;
	top: 10px;
}
#masthead {
	font-family: "Comic Sans MS", "Script MT Bold", "Lucida Calligraphy", sans-serif;
	color: #0066FF;
}
#yasccSun {
	position: relative;
	left: 5px;
	top: -15px;
}
#yasccTxt {
	position:absolute;
	left:146px;
	top:2px;
	z-index:1;
}
.YA {font-size: 1.4em}
.ArtsforLearning {color: #FFC700}
#main {
	position: relative;
	z-index: 1;
	top: 0px;
	clear: both;
}
body {
	font-family: "Comic Sans MS", "Script MT Bold", "Lucida Calligraphy", sans-serif;
	background-color: #66CCFF;
	color: #FFFFFF;
	font-size: medium;
	margin-top: 0px;
}
#footer {
	padding-top: 5px;
}
/*Clears floated items so that next element will not float
Assigned to a BR tag placed at end of floated elements */
.clearit {
	clear: both;
}
#pageWrapper #footer .rbox .rboxcontent {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: .8em;
}
#column1of1 {
	float: left;
	width: 98%;
	position: relative;
}
#column1of2 {
	float: left;
	width: 48%;
	position: relative;
}
#column2of2 {
	float: left;
	width: 49%;
	position: relative;
}
.centerThis {
	text-align: center;
}
