@charset "utf-8";

body {
  margin:0px auto;
  border:0;
  padding:0;
  width:100%;
  height:100%; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  background-color:#FCF3B8; 
  }

#header {
  position:relative;
  margin: 0px auto;
  height:132px; 
  width:100%;
  background-image:url(images/header_gradient_light.jpg);
  background-repeat: repeat-x; 
  }

#header_main_image {
  position:relative;
  margin: 0px auto;
  height:132px; 
  width:730px;
  background-image:url(images/childrens_header_image.jpg);
  }

#navigation {
  position:relative;
  top:104px;
  margin: 0px auto;
  width:670px;
  } 

#nav { 
  margin:0; 
  padding:0px 0px 0px 0px; 
  } 

#nav li { 
  display:inline; 
  margin:0; 
  padding:0px 10px 0px 16px; 
  font-family:trebuchet ms, sans-serif; 
  font-size:14px;
  } 

#contents_container {
  position:relative;
  margin: 0px auto;
  width:730px;
  height:1335px;
  background-image:url(images/body_bg.jpg);
  background-repeat: repeat-y; 
  }

#contents {
  position:relative;
  top:10px;
  margin: 0px auto;
  width:670px;
  height:800px;
  font-family:trebuchet ms, sans-serif; 
  font-size:13px;
  }

#ticks {
  position:relative;
  float:right;
  top:0px;
  width:402px;
  font-family:trebuchet ms, sans-serif; 
  font-size:14px;
  }

#header_text {
  position:relative;
  margin: 0px auto;
  width:660px;
  height:60px;
  }

#childrens_top_text {
  position:relative;
  float:left;
  top:0px;
  width:480px;
  font-family:trebuchet ms, sans-serif; 
  font-size:13px;
  }

.highlighted_box {
  position:relative;
  float:right;
  top:21px;
  width:402px;
  font-family:trebuchet ms, sans-serif; 
  font-size:14px;
  text-align:center;
  background-color:#F6F18B; 
  border-style:solid;
  border-width:1px;
  border-color:#BBCF7A;
  }

#childrens_header {
  position:relative;
  top:0px;
  margin: 0px auto;
  width:670px;
  height:260px;
  padding: 0px 0px 0px 0px;
  }

#childrens_middle {
  position:relative;
  top:0px;
  padding:10px;
  margin: 0px auto;
  width:650px;
  background-color:#F2EAE8; 
  }

#party_plus_container {
  position:relative;
  top:0px;
  margin: 0px auto;
  width:670px;
  height:300px;
  }

#childrens_middle_two {
  position:relative;
  top:20px;
  float:left;
  padding:10px;
  margin: 0px auto;
  width:455px;
  height:249px;
  background-color:#FFFFCC; 
  background-image:url(images/childrens_middle_two.jpg);
  }

#childrens_footer {
  position:relative;
  top:15px;
  margin: 0px auto;
  width:670px;
  }

#footer {
  position:relative;
  margin: 0px auto;
  width:730px;
  height:30px;
  background-image:url(images/footer.jpg);
  overflow:hidden;
  }

#footer_text {
  position:relative;
  margin:0px;
  top:10px;
  font-family:arial, verdana, sans-serif; 
  font-size:10px;
  color:#CC9966; 
  text-align:center;
  overflow:hidden;
  }

u {
  text-decoration: none;
  border-bottom: dotted 1px #cc0000; 
  }

img {
  border:none; 
  }


A:link 	{	COLOR: #003366; TEXT-DECORATION: none}
A:visited {	COLOR: #003366; TEXT-DECORATION: none}
A:hover  {	COLOR: #ff4d00; TEXT-DECORATION: none}
A:active  {	COLOR: #ff4d00; TEXT-DECORATION: none}







