/*overall layout*/
body {
	background-image: url(../images/darkwoodbk.jpg);
	font-family: calibri, sans-serif;
}
img {
	border: 0;
}
h1 {
	margin-bottom: 0;
	padding: 10px;
	font-family: boopee;
}
h2 {
	margin: 0;
	padding:10px;
	font-family: boopee;
}
h3 {
	margin: 0;
	padding:10px;
	font-family: boopee;
}
p {
	margin-top:0;
	margin-bottom:0;
	padding:10px;
}
ul {
	margin-top:0;
	margin-bottom:0;
}
table {
	margin:10px;
	padding-left:20px;
}
iframe {
	padding-left:20px;
}

#container {
	margin: auto;

	width: 950px;
	height: 930px;
}
#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 150px;
	background-image: url(../images/fun4kidzHeader.png);
	background-repeat: no-repeat;
}

/*home container and content container*/
#homecontainer {
	margin: auto;

	width: 950px;
	height: 900px;
}
#homecontent {
	margin: 0 auto 0;
	width: 950px;
	height: 700px;
	background-image: url(../images/greencontent.png);
}


#content {
	margin-top: 10px;
	border: 0;
	padding-top:0;
	width: 950px;
	height: 700px;
	background-image: url(../images/greencontent.png);
}

/*content layout for main page*/

#topleft {
	margin: 10px;
	float: left;
	width: 300px;
	height: 360px;
	background-image: url(../images/topleft.png);
	background-repeat: no-repeat;
}

#topright {
	margin: 10px;
	float: left;
	width: 600px;
	height: 360px;
	background-image: url(../images/topright.png);
	background-repeat: no-repeat;
}

#news {
	margin:15px;
	width:550px;
	height: 330px;
}

#bottomleft{
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 500px;
	height: 260px;
	background-image: url(../images/bottomleft.png);
}
#bottomright {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 400px;
	height: 260px;
	background-image: url(../images/bottomright.png);
}
#coupons{
	margin:15px;
	width:490px;
	height:230px;
}
/*coupon thank you page*/
#couponcontainer {
	margin: auto;

	width: 950px;
	height: 900px;
}
#couponcontent {
	margin: 0 auto 0;
	width: 950px;
	height: 700px;
	background-image: url(../images/greencontent.png);
}
/*main navigation bar*/
#mainnav {
	margin: 0;
	padding: 0;
	background-image: url(../images/mainnav.png);
	width: 950px;
	height: 40px;
}
#mainnav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	float:left;
	width: 100%;
}
#mainnav li	{
	display: inline;
	font-family: comic sans ms;
}
#mainnav a {
	display: block;
	float: left;
	padding: .6em;
	text-decoration: none;
	color: #1df418;


}
#mainnav a:hover {
	color:#fff;

}

/*sub navigation bar*/
#subnav {
	margin: 0;
	padding: 0;
	border: 0;
	width: 950px;
	height: 20px;
}
#subnav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	float:left;
	width: 100%;
}
#subnav li	{
	display: inline;
	font-family: comic sans ms;
}
#subnav a {
	display: block;
	float: left;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	color: #fff;

}
#subnav a:hover {
	color:#5c99ae;
	}

 /*image classes*/
 img.bottomcontent {
	 float: left;
	 clear: left;
 }