@import url('nav.css');
@import url('styles.css');

body {
	margin: 0;
	background: #f4f8d4;
}
#container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
}
#header {
	height: 150px;
	background: url(../images/header.jpg);
	position: relative;
}
#navcont {
	height: 25px;
	padding: 2px 0;
	border-bottom: 2px solid #f5c924;
}
#right_col {
	width: 200px;
	float: right;
	margin: 0 5px;
}
#yellow {
	background: #f5c924;
	padding: 10px;
}
#yellow p, #yellow h3, #yellow ul { margin: 0 0 10px 0}
#yellow p.meer {margin-bottom: 10px;}
#logo {
	clear: both;
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
}
#logo {
	margin: 10px 0 0 10px;
	width: 180px;
	clear: right;
	float: left;
}
#left_col {
	width: 575px;
	float: left;
	margin: 0 5px 0 10px;
}
#footer {
	height: 15px;
	clear: both;
}
#content {
	padding: 0 10px;
	float: left;
	clear: left;
}

#splash {
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -300px;
	background: url(../images/splash.jpg);
}
#splash a {	background: transparent; color: #27411C; font-size: 14px; font-weight: bold;}
#bnspl {
	list-style-image: url(../images/spl_bn.jpg);
}
#bfspl {
	list-style-image: url(../images/spl_bf.jpg);
}
#frspl {
	list-style-image: url(../images/spl_fr.jpg);
}
#despl {
	list-style-image: url(../images/spl_de.jpg);
}
#splash ul {
	position:  absolute;
	top: 430px;
	left: 40px;
}