body {
	margin-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}

pre {
background-color: #ffe5e5;
}

#page {
	width: 720px;
	/*Centering: Negative Margin
	First, the box's left edge is positioned at the horizontal center of the page using "position:absolute; left:50%;".
	Then, the box's left margin is set to the opposite of half the box's width using "margin-left:-360px;".*/
	position: absolute;
	left: 50%;
	margin-left: -360px;
	/*End of Centering*/
}

#header {
	width: 720px;
	height: 140px;
	position: absolute;
	top: 0;
	background-image: url(../images/header.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#nav {
	width: 720px;
	height: 40px;
	position: absolute;
	top: 140px;
	background-image: url(../images/nav.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#content {
	position: absolute;
	top: 180px;
	width: 720px;
	background-color: white;
}

#main {
	width: 359px;
	float: left;
	margin: 20px 0;
	padding: 0 45px;
	border-right-style: dotted;
	border-right-color: #626262;
	border-right-width: 1px;
}

#sub {
	width: 180px;
	float: right;
	margin: 20px 0;
	padding: 0 45px;
}

/* Corners */

#corners {
	z-index: 100;
	width: 720px;
	height: 5px;
	position: absolute;
	top: 0;
	background-image: url(../images/pagecorner_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#corners span{
	z-index: 100;
	width: 720px;
	height: 5px;
	position: absolute;
	top: 0;
	background-image: url(../images/pagecorner_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

/* Inside DIV Header */

#header img {
	width: 88px;
	height: 112px;
	margin-left: 45px;
	margin-top: 25px;
}

#header a img {
  border: none;
}

#ads {
  margin-left: 70px;
  position: absolute;
  top: 25px;
}

/* Inside DIV Nav */

#nav ul {
	margin-right: 45px;
	float: right;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 6px 2px;
}

#nav a span {
	padding: 6px 2px 6px 0px;
}

#nav a:hover {
	background-image: url(../images/tab_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	color: #252525;
}

#nav a:hover span {
	background-image: url(../images/tab_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Inside DIV Main */

#overzicht {
	background-color: #ffffcc;
}

#main {
	text-align: left;
	font-size: 11px;
	color: #252525;
}

#main h1 {
	font-size: 20px;
	color: #cc2929;
	margin: 0px;
	padding: 0px;
}

#main h1 a, #main p a {
	color: #cc2929;
	text-decoration: none;
}

#main h1 a:hover, #main p a:hover {
	color: #cc2929;
	background-color: #ffe5e5;
	text-decoration: underline;
}

#main small {
	font-size: 9px;
	color: #cc2929;
}

#main p, #main li {
	line-height: 20px;
}

#main h2 {
	font-size: 16px;
	color: #cc2929;
	font-variant: small-caps;
	font-weight: bold;
}

.comments li {
	padding: 5px 20px;
	margin: 10px 0px 0px -40px;
	background-color: #f2f2f2;
	list-style-type: none;
	border: dotted 1px #626262;
	}

.comments li:hover {
	background-color: #f0f0f0;
}
	
.comments small {
	font-size: 9px;
	color: #cc2929;
}

.comments small a {
	color: #cc2929;
}

#txpCommentInputForm dt {
	margin: 5px 0px;
}

#txpCommentInputForm dd {
	margin: 5px 0px 10px 0px;
}

#main .comment_name_input,
#main .comment_email_input,
#main .comment_web_input,
#main .txpCommentInputMessage {
	border: 1px dotted #626262;
}

.button {
	font-weight: bold;
	font-variant: small-caps;
	color: #cc2929;
	background-color: white;
	border: 3px double #cc2929;
}

.button:hover {
	cursor: pointer;
	background-color: #ffe5e5;
}

/* Inside DIV Sub */

#sub {
	font-size: 20px;
	color: #cc2929;
	font-weight: bold;
}

.recent_articles li {
	list-style-type: none;
	margin: 0 0 0 -40px;
	border-bottom: 1px dotted #cc2929;
}

.recent_articles a {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #cc2929;
	text-decoration: none;
}

.recent_articles a:hover{
	color: #cc2929;
	background-color: #ffe5e5;
	text-decoration: none;
}

#feed{
        border:0;
}