@charset "utf-8";
/* CSS Document */

/* Style Rules for the Jack Christopher Home Page */
#Container {
	height: 1525px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	float: left;
	height: 25px;
	width: 1000px;
}
#homePagePictureLinks {
	float: left;
	height: 1500px;
	width: 1000px;
}

/* Style Rules for SubPages */
#Header {
	float: left;
	height: 200px;
	width: 1000px;
}
#ReturnButton {
	float: left;
	height: 75px;
	width: 1000px;
}
#PictureBox {
	float: left;
	height: 1200px;
	width: 1000px;
}
#PictureBoxForOneYearOld {
	float: left;
	height: 1400px;
	width: 1000px;
}

/* Style Rules for the Drew Michael Home Page */
#DrewContainer {
	height: 1225px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#MenuBar {
	background-color: #ccffff;
	float: left;
	height: 1225px;
	width: 200px;
}
#DrewPictureBox {
	float:right;
	height: 1200px;
	width: 1000px;
}
#DrewFooter {
	float:right;
	height: 25px;
	width: 1000px;
}

/*Style Classes for the Drew Michael MenuBar */
.drewMenuBar_headingStyleHomePage {
	color:#1210f9; 
	font-family:Arial, Helvetica, sansf-serif;
	font-weight:bold;
	text-align:center;
}
.drewMenuBar_headingStyleDrewPage {
	color:#1210f9; 
	font-family:Edwardian Script ITC;
	font-size: 50px;
	font-weight:bold;
	text-align:center;
}
.drewMenuBar_subHeadingStyle {
	color: #1210f9;
	font-family: Arial, Helvetica, sansf-serif;
	font-weight:bold;
	text-align:center;
}
.christopherKim_menu {
	color: #fffffff;
	text-align:center;
	font-weight:bold;
	list-style:none;
}
.christopherKim_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.christopherKim_menu_a{
	background:#1210f9;
	border-radius:30px;
	border: thick solid #1210f9;
	color:#ccffff;
	font-size:12px;
	display:block;
	width:75%;
	margin-left:15px;
	margin-bottom:2px;
	padding:10px;
	text-decoration:none;
}
