*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana;
	font-size: 14px;
	
	color: black;
	background: url(../img/bg.jpg) repeat;
	overflow-y: scroll;
}

.wrapper
{
	width: 800px;
	margin: 20px auto;
}

#header
{
	float: left;
	width: 800px;
	height: 100px;
	position: relative
}

#header a
{
	float: left;
}

.headernote
{
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 800px;
	color: #ccccff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#headerbottom
{
	float: left;
	width: 800px;
	height: 10px;
	background-image: url(../img/header-bottom.jpg);
}

.pagewrapper
{
	width: 800px;
	float: left;
	
	background: url(../img/content.jpg) repeat-y;
}

#menu
{
	width: 200px;
	float: left;
}

#menu a
{
	line-height: 1.5em;
	text-decoration: none;
}
#menu a:hover
{
	color: #ccc;
}

#menu a.selected
{
	color: #eee;
}

#menu ul
{
	padding-bottom: 10px;
}

/* First tree */
#menu ul
{
	list-style-type: none;
	margin-left: 10px;
}
#menu ul a
{
	color: #aaa;
	font-weight: bold;
}

/* Second tree */
#menu ul ul
{
	margin-left: 5px;
}
#menu ul ul a
{
	font-size: 12px;
	background: url(../img/pijl.gif) no-repeat 0px 50%;
	padding: 0 0 0 20px;
}

/* Third tree */
#menu ul ul ul
{
	margin-left: 20px;
}
#menu ul ul ul a
{
	font-weight: bold;
	line-height: 1.7em;
	font-size: 10px;
	white-space: nowrap;
}



#content
{
	float: left;
	position: relative;
}

.contentwrapper
{
	margin: 10px 10px 10px 15px;
	width: 575px;
}

#footer
{
	float: left;
	background: url(../img/content-bottom.jpg) no-repeat;
	height: 15px;
	width: 800px;
	padding-bottom: 15px;
}
