body {
  background: #999 url('images/background-grijs.jpg') fixed repeat-x;
  width: 790px;
  color: #0C244D;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px auto 0px;
  padding: 0px;
	text-align: center;
  }

#wrap {
  background: #fff url(images/background.gif) bottom left no-repeat;
  width: 770px;
  /* margin: 10px auto 10px; */
	margin: 10px 0px 20px 0px;
  padding: 0px 20px 40px 20px;
  border: 1px solid #C0C0C0;
	text-align: left;
  }

#left {
	margin-top: 10px;
	margin-right: 20px;
	width: 220px;
	float: left;
}

#right {
	width: 500px;
	float: right;
}

#logo {
	width: 500px;
	float: right;
}

#clear {
	clear: both;
}

/*
#header {
  width: 540px;
	background: #fff url(images/logo.gif) top right no-repeat; 
	height: 200px;
	padding: 0 0 0 220px;
	clear: both;
}
 */

#header {
  margin: 0px;
  padding: 0px ;
	height: 200px;
	clear: both;
}

#footer {
	padding: 0px 0px 20px 0px;
	clear: both;
	text-align: center;
	color: #666;
}

h1 {
	font-size: 18px;
}

p {
	color: #0C244D;
}

a {
	text-decoration: none;
	color: #0C244D;
}

a:hover {
	border-bottom: 1px dashed #333;
	background: #F0F1F9;
}

#logo a:hover {
	border-bottom: 0px solid white;
	background: #fff;
}

img {
	border: 0px;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #666;
}


