@import "default.css";

html, body {
	width: 100%;
}

body {
	background: #fff url(bg-top.gif) top repeat-x;
}

div#top, div#menu1top div, div#menu1bottom div, div#bottom, div.center {
	width: 950px;
	padding: 0 5px;
	margin: 0 auto;
}

div#top {
	position: relative;
	height: 212px;
	margin-bottom: 5px;
}

div#top img.logo {
	position: absolute;
	top: 0;
	left: 0;
}

div#top div.header {
	position: absolute;
	top: 0;
	right: 0;
}

div#top div.menu2 {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
}

div#top div.menu2 a {
	color: #fff;
	text-transform: lowercase;
}

div#top div.menu2 .lang {
	text-transform: none;
}

div#menu1top {
	margin: 5px 0;
	padding: 5px 0;
	background-color: #ffe8d6;
}

div#menu1top, div#menu1top a {
	font-size: 15px;
	color: #182400;
	font-variant: small-caps;
}

div#menu1bottom {
	margin: 5px 0;
	padding: 5px 0;
	background-color: #ff6d00;
}

div#menu1bottom, div#menu1bottom a {
	font-size: 12px;
	color: #000;
}

div#bottom {
	position: relative;
	height: 24px;
}

div#bottom p {
	position: absolute;
	top: 3px;
}

div#bottom p.copyright {
	left: 0;
}

div#bottom p.developed {
	right: 0;
}

div#bottom p, div#bottom p a {
	color: #000;
}

h1 {
	color: #527C00;
}

div#content {
	font-size: 14px;
}

div#content a {
	color: #ff6d00;
}

div#content h1, div#content p {
	margin-bottom: 5px;
}

div.kid {
	position: relative;
	height: 165px;
	border-bottom: 1px solid #ff6d00;
}

div.kid p {
	position: absolute;
	left: 100px;
	top: 30px;
	font-weight: bold;
	color: #ff6d00;
}