@charset "utf-8";
/* CSS Document */
body {
	background-color:#e5e5e5;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	color:#990033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:hidden;
	scrollbar-arrow-color: #990033;
	scrollbar-base-color: #990033;
	scrollbar-dark-shadow-color: 990033;
	scrollbar-track-color: #990033;
	scrollbar-face-color: #ffcc99;
	scrollbar-shadow-color: #990033;
	scrollbar-highlight-color: #990033;
	scrollbar-3d-light-color: #990033;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height: 650px;
	margin-left:-450px;
	margin-top:-325px;
    background-color:#fff;
}
#header {
	position: absolute;
	background-color: #ffcc99;
	height: 150px;
	width: 900px;
	background-image:url(../images/laugh_learn_live.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#enterblock {
	margin-top:100px;
	height:274px;
	width:900px;
	position:absolute;
	background-image:url(../images/laugh_learn_live.jpg);
	background-repeat:no-repeat;
}
#enter {
	margin-top:400px;
	height:245px;
	width:900px;
	position:absolute;
	text-align:center;
}
a, a:link {
	color:#990033;
	text-decoration:none;
}
a:hover {
	color: #ffcc99;
	text-decoration:underline;
}
#navigatie {
	position:absolute;
	top:160px;
	background-image:url(../images/nav_image.jpg);
	background-position:bottom;
	width:135px;
	height:490px;
	background-repeat:no-repeat;
	text-align:center;
}
.nav {
	height:40px;
	font-size:18px;
}
.navlinks {
	font-size:14px;
}
#lifelonglearning {
	height:60px!important;
}
#home {
	height:60px!important;
}
#content {
	position:absolute;
	left:150px;
	top:178px;
	padding:20px;
	line-height:25px;
	text-align:center;
	padding:40px;
	font-size:15px;
	color:#990033;
	overflow:auto;
	height:392px;
	overflow-x:hidden;
	width:670px;
}
h1 { padding-bottom:10px; }