body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #192241;
	margin: 20px 0;
}

body.green { background-color: #648A3C; }
body.green #main h2 { color: #648A3C; }
body.green #sidebar h2 { color: #fb8800;}
body.green #main div.img { border-color: #648A3C; }
body.green #silhouette { background-image: url('../images/kids-green.png'); }
span.green, p.green, em.green, strong.green { color: #648A3C; }

body.blue { background-color: #246597; }
body.blue #main h2 { color: #246597; }
body.blue #sidebar h2 { color: #fb8800; }
body.blue #main div.img { border-color: #246597; }
body.blue #silhouette { background-image: url('../images/kids-blue.png'); }
body.blue #content div.column { color: #246597; }

.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.spacer {
	height: 0.2em;
}
img.alignleft, .img.alignleft {
	margin: 10px 15px auto auto;
}
img.alignright, .img.alignright {
	margin: 10px auto auto 15px;
}
div.hr {
	width: 110%;
	border-bottom: 2px dotted #555;
	margin: 1em -5%;
	text-indent: -9999px;
	height: 0;
}
a {
	color: #bd0018;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrap {
	width: 1000px;
	margin: 20px auto;
	
}

#header {
	position: relative;
	margin-bottom: 10px;
	padding: 0 20px;
}
	#header h1 {
		background: url('../images/playschool-logo.png') no-repeat scroll top left;
		width: 189px; height: 107px;
	}
		#header h1 a {
			display: block;
			width: 100%; height: 100%;
			text-indent: -1500px;
		}
	#nav {
		position: absolute;
		top: 87px; right: 0;
		float: right;
		text-transform: uppercase;
	}
		#nav li {
			display: inline;
			font-size: 20px;
			padding: 0 18px;
		}
		#nav li a {
			text-decoration: none;
			color: white;
			font-weight: normal;
		}
		#nav li a:hover, #nav li.current_page_item a {
			font-weight: bold;
		}

#top {
	background: url('../images/back-top.png') no-repeat scroll top left;
	height: 10px;
}
#bottom {
	background: url('../images/back-bottom.png') no-repeat scroll top left;
	height: 10px;
}

#main {
	position: relative;
	line-height: 1.3;
	padding: 15px 25px;
	background-color: #fff;
	color: #555555;
	z-index: 1;
	clear: both;
}
	#silhouette {
		position: absolute;
		right: -5px; bottom: -12px;
		background: url('../images/kids-navy.png') no-repeat scroll top left;
		width: 560px; height: 245px;
		z-index: -1;
	}
	#main h2 {
		margin: 0.8em 0;
		font: bold 19px "Bookman Old Style", Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		color: #fb8800;
	}
	#main p {
		margin: 1em 0;
	}
	#main ul {
		list-style: disc;
		margin-left: 18px;
	}
	#main div.img, #main img {
		border: 4px solid #ee9b00;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
	}

#content {
	width: 680px;
	float: left;
	margin-top: -1em;
}
	.column {
		width: 200px;
		margin-left: 20px;
		font-size: 14px;
		font-style: italic;
		color: #648A3C;
	}

#sidebar {
	width: 218px;
	border-left: 2px dotted #555;
	padding-left: 27px;
	float: right;
	font-size: 12px;
	line-height: 1.6;
}
