
body {
	background-color:#FFFFFF;/* White FFFFFF*/
	color: #000000;/* Black */
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	padding: 20px 0 20px 0;
}

p, blockquote, ul {
	font-size: 13px;
	line-height: 180%;
	text-align: justify;
}

b {
	color: #000000; /* Black */
	font-weight: bold;
}

ul {
	line-height: 2em;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;	
}

img {
	border: none;
}

/* Header */
#header {
	height: 240px;
	margin: auto;
	width: 660px;
}

/* Logo */
#logo {
	background-color: #00BFFF; /* Blue */
	border-top: 10px solid #00CED1; /* Dark blue */
	float: right;
	height: 220px;
	width: 290px;
`	border-bottom: 10px /* same colour as background unless solid #FFFFFF; white */
	
}

#logo h2 {
	font-size:24px;
	font-weight: normal;
	margin: 25px 0 10px 10px;
}

#logo h3 {
	font-size: 16px;
	font-weight: lighter;
	margin: 0 0 3px 10px;
}

h4 {
	font-size: 18px;
}

/* Image of kids */
#menu {
	background: url(images/blns.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 360px;
}

/* Content of the two columns */
#content {
	/* border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF; */
	height: 690px;
	margin: auto; /* Centers both columns to the webpage */
	width: 660px;
}


#colOne {
	background-color: #FFA500; /* Orange */
	border-top: 10px solid #E18800; /* Dark orange */
	float: left;
	height: 670px;
	width: 200px;
}

#colOne .top-head {
	margin: 40px 20px 20px 20px;
}

#colOne .content {
	margin: 0 20px 10px 20px;
}

#colTwo {
	background-color: #00FF00; /* Lime */
	border-top: 10px solid #00CC02; /* Dark lime */
	float: right;
	height: 670px;
	width: 450px;	
}

#colTwo .top-head {
	margin: 20px 0 20px 20px;
}

#colTwo .content {
	margin: 0 20px 10px 20px;
}

/* List of links in column one */
.navlist p {
	margin: 10px  20px 10px 20px;
}

.navlist a {
	color: #0000FF; /* Blue */
	display: block;
	font-size: 13px;
	list-style: none;
	margin-left: 0;
	margin-bottom: 1px;
	padding: 5px 0 5px 20px; /* Space between links and sides */ 
	text-align: left;
	text-decoration: underline;
	width: 180px;	
}

a.navlist:link {
	color: #0000FF; /* Blue */
}

a.active {
	background-color: #E18800; /* Dark orange */
	color: #0000FF; /* Blue */
	font-weight: bold;
	text-decoration: none;
}

a.navlist:visited {
	color: #0000FF; /* Blue */
	text-decoration: underline;
	border: none;
}

a.navlist:hover {
	background-color: #E18800; /* Dark orange */
	background-position: right;
	color: #0000FF; /* Blue */
	font-weight: bold;
	text-decoration: none;
}

/* Signature */
div.end {
	color: Navy;
	font-family: Pristina;
	font-size: 17pt;
	padding-left: 100px;
	padding-top: 0;
}

/* Office Hours */
#hours {
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0 0 0;
	text-align: center;
}

/* Footer */
#footer {
	float: bottom;
	background: url(images/pink.png) no-repeat;
	height: 57px;
	margin: auto;
	width: 660px;
}

#footer p {
	color: #FFFFFF;
	font-size: x-small;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}