/*
 * natxi-001.css
 * appie verschoor
 * (c) natxi vof
 * januari 2006
 */

/*
 * html elements
 */
body {
	margin-left		 : auto;
	margin-right	 : auto;
	padding-top		 : 0px;
	width			 : 800px;

	background-color : #dbe0e6;
	font-family		 : "Trebuchet MS";
}

h1 {
	font-family		 : "Courier new";
	font-size		 : 30px;
	margin-bottom	 : 0px;
}

/*
 * ID: head
 */
#head {
	height			 : 299px;
	background-repeat: no-repeat;
}

/*
 * ID: left
 */
#left {
	margin-left		 : 0px;
	padding-bottom	 : 20px;
	border-left		 : 8px solid #dbe0e6;
    width			 : 506px;
	padding-left	 : 60px;
	padding-right	 : 20px;
	float			 : left;
	background-color : #ffffff;
}

#left a{
	color: black;
}
#left h1 {
	border-bottom	 : 1px solid #dbe0e6;
}

/*
 * ID: right
 */
#right {
	position		 : relative;
	float			 : left;
	margin-left		 : 11px;
	width			 : 180px;
	border			 : 4px solid white;
}

#right p {
	padding-left	 : 5px;
	padding-right	 : 5px;
}
#right h2 {
	font-family		 : Courier new;
	font-size		 : 20px;
	margin-left		 : 5px;
	margin-right	 : 5px;
	margin-top		 : 5px;
	margin-bottom	 : 5px;
	border-bottom	 : 1px solid black;
}
#right ul {
  list-style-image: none;
  list-style-type: square;
}

/*
 * ID: foot
 */
#foot {
	clear			 : both;
	background-color : black;
	padding-left	 : 68px;
	border-top		 : 6px solid #dbe0e6;
	border-left		 : 8px solid #dbe0e6;
	width			 : 725px;
	color			 : #bee238;
}

#foot a {
	color			 : #bee238;
	}

#foot a:hover,
#foot a:visited {
	color			 : #ffffff;
}