@import url(toolbar.css);
@import url(menu.css);

body, h1, #toolbar, #menu {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/bg-top.gif) no-repeat top -1120px;
	font: 12px helvetica, arial, sans-serif;
}

#container {
	position: relative;
	background: transparent url(../images/bg.gif) no-repeat 0 0;
	width: 875px;
}

h1 {
	padding-top: 90px;
	text-indent: -2000px;
	width: 218px;
	height: 171px;
	background: transparent url(../images/logo.gif) no-repeat left bottom;
}

#toolbar, #menu {
	list-style: none;
	position: absolute;
	z-index: 999;
}

#toolbar li, #toolbar a, #menu li, #menu a {
	display: block;
	text-indent: -2000px;
	outline: none;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	top: 60px;
	left: 430px;
	padding-right: 20px;
	height: 395px;
	overflow: auto;
	
}

#kids-top, #kids-bottom { position: absolute; }

#kids-top {
	top: 0;
	left: 430px;
}

#kids-bottom {
	top: 350px;
	left: 0px;
}

#footer {
	border-top: 2px solid #ccc;
	color: #999;
	text-align: center;
	margin-top: 200px;
	background-color: #fff;
}

#footer, #copyright {
	border-bottom: 2px solid #ccc;
}

#copyright, #design {
	padding: 2px;
}

#content img { display: block; }

#content .column {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid blue;
	width: 200px;
}

#content .column.last {
	margin: 0;
	padding: 0;
	border: 0;
}