body {
	background-color:#ddd;
}
	#container {
		margin-left:auto;
		margin-right:auto;
    	width:1000px;
    	background-color:#5b86b6;
		border:1px solid #00274c;
		margin-bottom:10px;
	}
		#top {
        	height:21px;
        	background-color:#049;
        	border-bottom:1px solid #00274c;
		}
			#top ul {
				padding:0px;
				margin:0px;
				margin-top:2px;
				display:block;
				float:right;
			}
				#top li {
					display:inline;
					white-space:nowrap;
					list-style-type:none;
					margin:0px;
					padding:0px;
					padding-left:10px;
					padding-right:10px;
/* 					border-left:1px solid #96C7FF; */
				}
					#top li a {
						text-transform:lowercase;
						color:#fff;
					}
					#top li a:hover {
						color:#f90;
					}
				#top ul ul {
					display:none;
				}

		#header {
        	height:210px;
			background-image:url(../images/default_header.jpg);
			background-position:center center;
			background-repeat:no-repeat;
		}
			#header .overlay {
				display:block;
	        	height:210px;
				background-image:url(../images/overlay.png);
				background-position:center left;
				background-repeat:no-repeat;
			}

			#header h1,
			#header h2,
			#header h3 {
            	display:none;
			}

		#menu {
/*         	border-bottom:1px solid #060; */
        	background-image:url(../images/menu_back.gif);
			background-position:center;
			background-repeat:repeat-x;
			height:18px;
			padding-top:0px;
			padding-left:10px;
			display:block;
		}

		#page {
        	border-top:1px solid #049;
        	border-bottom:1px solid #00274c;
            background-color:#6d99c9;
			display:block;
			margin-top:20px;
		}


			#content {
                border-top:1px solid #ddedff;
				padding:10px;
				padding-bottom:0;
				display:block;
/* 				padding-top:10px; */
			}
				#middle {
					float:left;
					width:770px;
				}
				#right {
					float:right;
					width:200px;
				}
					#right div.title .title {
						font-size:14px;
					}
		#footer {
			padding:10px;
			padding-top:2px;
			padding-bottom:2px;
			font-size:10px;
			color:#ddedff;
			background-color:#049;
			display:block;
		}
			#footer a {
				color:#ddedff;
			}
			#footer hr {
				display:none;
			}
			#footer .copyrights {
				float:left;
			}
			#footer .toplink {
				float:right;
			}
			#footer .sponser {
			}

	#pepperWindow {
		display: none;
		width:500px;
		height:550px;
		/*margin-left:auto;*/
		/*margin-right:auto;*/
		/*top:50px;*/
		/*position:absolute;*/
		border:1px solid #000;
		background-color:rgb(15,16,18);
		background-image:url(/domains/hollandpartnerships.nl/images/pepper_popup.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	#pepperWindow div.title {
		display:none;
	}
	#pepperWindow div.content {
		margin-top:391px;
		height:139px;
		overflow:auto;
		padding:10px;
		color:#fff;
	}
	#pepperWindow div.content a {
		color:#f90;
	}
	#pepperWindow div.content a:hover {
		color:#ccc;
	}

	#pepperWindow div.content .module_contents {
		background-color:#fff;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		padding:5px;
		color:#333;
		width:376px;
	}


/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}		
