.container {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

li { display: inline; }
.header {
	position: relative;
	width: 650px;
	top: 152px;
	height: 30px;
	}
.navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CBDB25;
	text-align: center;
	margin: 0px;
	width: 100%;
	list-style-type: none;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar img {
	padding-right: 15px;
	padding-left: 15px;
}

li a
{
	text-decoration: none;
	background-color: #CBDB25;
	color: #003667;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main a {
	color: #666666;
	text-decoration: none;
}
#main a:hover {
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
li a:hover
{
background-color: #003366;
color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
body {
	background: #4088C4 url(images/kids6.jpg) no-repeat scroll center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar {
	width: 180px;
	font-size: 10px;
	color: #083468;
	text-align: left;
	position: absolute;
	float: left;
	top: 240px;
	line-height: 17px;
	font-weight: bold;
}
#sidebar p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#main {
	position: absolute;
	color: #003366;
	float: left;
	top: 200px;
	left: 180px;
	padding-right: 5px;
	padding-left: 5px;
	width: 449px;
	height: 531px;
}
#main p {
	font-size: 13px;
	line-height: 20px;
}
h1 {
	font-size: medium;
	color: #033B6E;
}
h2 {
	font-size: x-small;
	color: #04386C;
}
#footer {
	padding: 10px;
	font-size: xx-small;
	text-align: center;
	position: absolute;
	width: 630px;
	top: 760px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

