/* Giggly Wiggly Preschool default.css */

body{
	background-color: #FFFFDD;
	text-align: center; /* for IE */	
}

h1 {
	font-size: 9pt;
	font-weight: strong;
	text-indent: 0px;
}

h2 {
	color: #000;
	text-indent: 0px;
}

h3 {
	font-weight: bold;
	font-size: 10pt;
}

li {
	text-indent: 0px;
}

a:link, a:visited, a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#container {
	height: 575px;
	width: 825px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center for IE*/	
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFAA;
	border: 1px solid black;
}

#header {
	height: 100px;
	width: 525px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 10px;
}

#content {
	height: 365px;
}

	.detailImg	{
		float: right;
		border: none;
	}

	.contentImg	{
		float: left;
		margin: 10px;
		margin-right: 20px;
	}

	#nav {
		height: 325px;
		width: 150px;
		float: left;
		border-top: 10px solid #A4C0E2;
		border-bottom: 10px solid #A4C0E2;
		background-color: #E9E9DD;
	}

		.navButton {
			height: 20px;
			width: 130px;
			margin: 10px;
			padding-top: 3px;
			text-align: center;
			background-color: #A4C0E2;
			border: 1px solid black;
		}

	#copy {
		height: 355px;
		width: 675px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444444;
		font-weight: normal;
		line-height: 19px;
	}

		#copyHeader, #copyFooter {
			height: 10px;
			width: 675px;
			background-color: #A4C0E2;
		}

		#copyContent {
			text-indent: 1.5em;
			height: 305px;
			padding: 10px;
			background-color: white;
		}

	#footer {
		height: 80px;
		width: 800px;
		color: #444444;
		font-size: 8pt;
	}

		#footerAddress {
			height: 50px;
			width: 500px;
			margin-left: auto;
			margin-right: auto;
		}

			.addressBlock {
				width: 120px;
				height: 30px;
				margin-left: 100px;
				float: left;
			}

		#footerCopyright {
			height: 25px;
			padding-top:10px;
			text-align: center;
		}