html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Begin van de higgins css */
body{
    height: 100%;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#container{
    position: absolute;
    left: 50%;
    margin-left: -504px;
    width: 1008px;
}

#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 1008px;
    height: 170px;
    background-image: url('../images/header.jpg');
}

dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: gray;	
}

div#menu {
    position: absolute;
    margin-left: 0;
    z-index: 80;
    top: 100px;
    left: 0;
}

ul#mainmenu {
    font-family: arial;
    position: absolute;
    z-index: 80;
	cursor: pointer;
	display: block;
	padding: 0;
	width: 500px;
	height: 20px;
	font-size: 14px;
	color: #fff;
}

ul#mainmenu li {
    font-family: arial;
    font-size: 14px;
	z-index: 1100;
	float: left;
	list-style: none;
	width: 8em;
	height: 20px;
	text-align: center;
}

ul#mainmenu li a{	
	display: block;
	width: 8em;
	height: 20px;
	text-decoration: none;
	color: #fff;
}

ul#mainmenu li:hover, ul#mainmenu li.sfhover {

}

ul#mainmenu ul{	
margin-left: 10px;
}

ul#mainmenu li:hover li, ul#mainmenu li.sfhover li {
	display: block;
	z-index: 1100;
	width: 180px;
	height: 26px;
	text-align: left;
	line-height: 24px;
	text-indent: 30px;
	background: #121212;
}


ul#mainmenu li li a{
	display: block;
	width: 180px;
	height: 26px;
}

ul#mainmenu li li a:hover{
	display: block;
	width: 180px;
	height: 26px;	
	text-decoration: none;
	color: #121212;
	background: #ccc 8px 10px;
}

ul#mainmenu li li {
	display: none;
}

ul#rightmenu {
    position: absolute;
    left: 540px;
    z-index: 200;
    margin-left: 23px;
	cursor: pointer;
	display: block;
	padding: 0;
	width: 445px;
	height: 20px;
	font-size: 14px;
	color: #fff;
}

ul#rightmenu li {
    font-family: arial;
    font-size: 14px;
	z-index: 1100;
	float: right;
	list-style: none;
	width: 130px;
	height: 20px;
	text-align: center;
}

ul#rightmenu li a{	
	display: block;
	width: 130px;
	height: 20px;
	text-decoration: none;
	color: #fff;
}

#content{
    z-index: -1;
    position: absolute;
    top: 170px;
    width: 1008px;
    height: 330px;
    background-color: white;
	overflow: auto;
}

#content h1{
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0 10px 0;
}

#content h2{
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0 5px 0;
}

#content b{
	font-weight: normal;
	
}

div#right_content p{
	float: left;
	clear:both;
	height: 10px;
	width: 250px;
}

#right_content{
	float: left;
	padding: 5px;
	margin-top: 2px;
    width: 310px;
	text-align: center;
}

#left_content{
	float: left;
    width: 480px;
	height: 300px;
    margin-left: 20px;
	margin-right: 60px;
	text-align: justify;
}

#footer{
    position: absolute;
    top: 500px;
    left: 0;
    width: 1008px;
    height: 70px;
    background-image: url('../images/footer.jpg');
	text-align: center;
    font-family: arial;
	font-size: 12px;
}