/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

BODY {
	background-color:#4B5764;
}
DIV.overLIB {
	position:absolute;
	visibility:hidden;
	z-index:1000;
}
DIV#container {
	margin:0px auto;
	width:800px;
	position:relative;
	padding-top:40px;
}
	DIV#logoContainer {
		width:800px;
		height:49px;
		position:relative;
	}
		DIV#logo A {
			width:271px;
			height:40px;
			background-image:url(../images/petervandersteege.gif);
			background-position:top left;
			background-repeat:no-repeat;
			border:none;
			position:absolute;
			top:0px;
			left:0px;
		}
	DIV#headerContainer {
		width:800px;
		height:210px;
		position:relative;
		background-color:#FFFFFF;
	}
		DIV#headerImg {
			width:800px;
			height:210px;
			background-color:#FFFFFF;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
			background-image:url(../images/loading_header.gif);
			background-position:top left;
			background-repeat:no-repeat;
			overflow:hidden;
		}
		DIV#headerSWF {
			width:800px;
			height:210px;
		}
	DIV#main {
		width:800px;
		height:265px;
		background-color:#FFFFFF;
		position:relative;
	}
		DIV#navigation {
			width:100px;
			height:240px;
			position:absolute;
			top:10px;
			left:264px;
		}
			DIV#navigation UL {
				list-style-type:none;
			}
			DIV#navigation UL LI {
				list-style-type:none;
				height:14px;
				line-height:14px;
				font-size:0em;
				margin:0px 0px 2px 0px;	
			}
				DIV#navigation UL LI.empty {
					height:10px;
					line-height:10px;
					font-size:0em;
				}
			DIV#navigation UL LI DIV,DIV#navigation UL LI DIV A {
				display:block;
				padding:0px;
				height:14px;
				line-height:14px;
				font-size:0em;	
				width:100px;
				border:none;
			}
			DIV#navigation UL LI DIV A {
				margin:0px 0px 2px 0px;
			}
		
		DIV#content {
			width:410px;
			height:230px;
			position:absolute;
			top:10px;
			left:370px;
			background-color:#E8E8E8;
			overflow:auto;
			padding:5px;
			z-index:0;
		}
	
	DIV#footer {
		width:800px;
		height:27px;
		line-height:27px;
		color:#FFFFFF;
		padding-left:2px;
	}
	DIV#footer A, A:link, A:visited, A:active {
		color:#FFFFFF;
		text-decoration:none;
	}
	DIV#footer A:hover {
		color:#B3995D;
		text-decoration:none;
		font-weight:normal;
	}
	DIV#footer A.footerCopy:hover {
		color:#FFFFFF;
		text-decoration:none;
	}
