
body {
	margin: 0;
	font-family: Arial; 
}

a, a:active, a:focus {
	border-width: 0px;
	text-decoration:none;	
	border: 0px solid black;
	outline: 0;
}

ul , li{
	margin-left: 0px;
	padding: 0;
}

li {
	list-style-type: none;
}

#wrap {
	width: 1024px;
	margin: 0 auto;
}


#header {
	background-color: #fdc900;
	height: 200px;
}

#header_teaser {
	margin: 10px;
	float: left;
}

#header_logo {
	margin: 10px;
	float: left;
	max-width: 300px;
	margin-top: 10px;
}

#main {
	min-height: 300px;
}

#footer {
	background-color: #fdc900;
	height: 100px;
}

#footer_slogan {
	max-width: 1000px;
	padding: 10px;
}

#nav {
	background-image: url(../images/kid.png);
	background-repeat:no-repeat;
	background-position: 0px 142px;
	width: 380px;
	height: 620px;
	float: left;
}

#content {
	border-right: 20px solid #ffd500;
	height: 620px;
	width: 624px;
	float: left;
	overflow: auto;
}

#content  div {
	padding: 20px;
}

#nav ul {
	margin-top: 160px;
}

#nav ul li a {
	display: block;
	width: 340px;
	height: 60px;
	margin-bottom: 20px;
}

#nav a:hover {
	background-color: #fdc900;
}

#content h1 {
	font-variant:small-caps;
}

#content p {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
}

table.schedule {
	border: 1px solid #e9e9e9;
	font-size: 13px;
}

table.schedule  td {
	border: 1px solid #e9e9e9;
	padding: 3px;
}

div.popup {
	width:500px;
	height:160px;
	overflow:auto;
	font-family: Arial; 
	font-size: 1.2em;
}

table.brands td {
	padding: 10px;
}