/* CSS Document */

body { 
    margin: 10px 10px 10px 10px; 
    padding: 0; 
    border: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	background: #CCCCCC;
}


#container {
	width: 765px;
	height: 600px;
	padding: 5px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
}


/* the left column: */


#about {
	width: 100px;
	height: 100px;
	border-bottom: 5px solid white;

}

#classes {
	width: 100px;
	height: 100px;
	border-bottom: 5px solid white;

}


#policies {
	width: 100px;
	height: 100px;
	border-bottom: 5px solid white;

}

#photo {
	width: 100px;
	height: 100px;
	border-bottom: 5px solid white;

}

#contact {
	width: 100px;
	height: 100px;
	border-bottom: 5px solid white;

}

#notices {
	width: 765px;
	height: 75px;

}



/* inside the yellow content box: */

#content {
	float: right;
	width: 650px;
	height: 515px;
	background: #FFFFFF;
	background: url(images/adalogo.jpg) no-repeat;
	border: 3px double silver;
	text-align: left;
	font-size: 12px;
	color: #66CC66;
	
}	



/* footer: */

#footer {
	
	text-align: center;
    margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: gray;

}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: #575f6e;
}

 
