body {
	margin:0px;
	background-color:#0066ff;
	color: #003399;
	font-family:"Helvetica";
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#logo {
	float:left;
	width:172px;
	height:172px;
	padding: 10px;
}

#menu {
	width: 677px;
	height: 65px;
	float: right;
	right: 0px;
	padding-top: 34px;
}

#schoolname {
	width: 577px;
	height: 73px;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

#emptybox {
	width: 1024px;
	height: 100px;
}

#main-content {
	width:1024px;
	height:600px;
	z-index:-1;
	top:98px;
	background-color:#ffffff;
	position:absolute;
	margin: 0 auto;
}

#footerText {
	font-size:11px;
	color:#0066ff;
	text-align:center;
}

/* ABOUT */
#about-content {
	width:1024px;
	height:700px;
	z-index:-1;
	top:98px;
	background-color:#ffffff;
	position:absolute;
	margin: 0 auto;	
}

#about-text-content {
	padding: 0px 20px;
}

#about-img-content
{
	max-width: 420px;
	padding-top: 20px;
	padding-left: 20px;
	float: right;	
}

/* PROGRAMS */
#programs-content {
	width:1024px;
	height:1600px;
	z-index:-1;
	top:98px;
	background-color:#ffffff;
	position:absolute;
	margin: 0 auto;	
}

#programs-text-content {
	padding: 0px 20px;
}

#programs-img-content {
	max-width: 420px;
	padding-top: 20px;
	padding-left: 20px;
	float: right;
	right: 0;
}

.noBullet {
	list-style: none;
}

/* GALLERY */
#gallery-content {
	width:1024px;
	height:1160px;
	z-index:-1;
	top:98px;
	background-color:#ffffff;
	position:absolute;
	margin: 0 auto;	
}

li#gallery-items
{
	display: inline;
}

div#hidden-images
{
	display: none;
}

li#gallerylist-items
{
    list-style-type: none;
	display: inline;
    margin: 0;
    padding: 0;
}

.img-with-text {
    text-align: center;
    width: 216px;
	font-size: 11px;
	float: left;
}

.img-with-text img {
    display: inline;
    margin: 0 auto;
}

/* CONTACT US */
#contact-content {
	width:1024px;
	height:1120px;
	z-index:-1;
	top:98px;
	background-color:#ffffff;
	position:absolute;
	margin: 0 auto;	
}

#contact-text-content {
	padding: 0px 20px;
}

.contact-images {
	float: right;
}