html,body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	line-height: normal;
}

body {
	background-image: url('images/kids-connected-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}

p {
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}

img {
	border: none;
}

#header {
  background-image: url('images/kic-header.png');
  width: 700px;
  height: 102px;
  margin-top:10px;
}
#menu {
  padding-top: 78px;
  padding-right: 485px;
  padding-bottom: 10px;
  padding-left: 15px;
}

#newbies, #kids, #teens {
	cursor: pointer;
	background-repeat: no-repeat;
}

#newbies, #kids, #teens, #content {
	width: 300px;
	height: 250px;
	border: 2px ridge #D0D0D0;
	background-color:white;
	padding: 0.2em;
}

#content {
	text-align: left;
	overflow: auto;
}

#content_box {
	width: 800px;
}

#newbies {
	background-image: url('images/kic-newbies.jpg');
	
}
#newbies.front-box-active {
	background-image: url('images/kic-newbies_.jpg');
}
#kids {
	background-image: url('images/kic-kids.jpg');
}

#kids.front-box-active {
	background-image: url('images/kic-kids_.jpg');
}

#teens {
	background-image: url('images/kic-teens.jpg');
}
#teens.front-box-active {
	background-image: url('images/kic-teens_.jpg');
}
 #description {
       color: #707070;
       font-size: 10pt;
       width: 680px;
       text-align: justify;
}
a {
	text-decoration: none;
	color: #3020FF;
}

a:hover {
        text-decoration: underline;
	color: #FF2030;
}

h1,h2,h3,h4,h5,h6 {
	color: #707070;
	font-weight: normal;
	margin: 0pt;
	padding: 0em;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

a.menu_1 {
  color: #ffff70;
}
a.menu_active_1 {
  color: #ffff70;
}
p.menu_1 {
  font-weight: bold;
  display: inline;
}

p.menu_1:before {
	content: '| ';
}
p.menu_1:after {
	content: ' |';
}

#menu > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background-color: #008FFF;
}

#menu > ul > li {
    display: inline;
    padding: 0 0.2em;
}

a.menu {
    color: white;
    font-weight: bold;
}

a.menu:hover {
    color: #444;
}

a.menu.active {
    color: #FF0;
}

