body {
	margin: 20px 0;
	padding: 0;
	background: #000;
	font: normal small Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #745236;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

ul {
/*	list-style: none; */
	margin-left: 0;
	padding-left: 1em;
/*	text-indent: -0.85em; */
}

li {
	padding-bottom: 3px;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #da3726;
}

img {
	border: none;
}

TD.edge {
  background-image: #f0f0f0 url(/images/edges.png);
  background-repeat: repeat-y;
  background-position: left;
}

TD.edgeright {
  background-image: #f0f0f0 url(/images/edges.png);
  background-repeat: repeat-y;
  background-position: right;
}

/* Content */

#content {
	width: 848px;
	margin: 0 auto;
	background: #000 url("http://www.gongshow.nl/images/background_new.jpg");
}

#colOne {
	float: right;
	width: 558px;
	padding: 5px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 250px;
	padding: 5px 10px 0 10px;
}