body {
	background-color: #000000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;

	margin: 0px 0px 20px 0px;

	text-align: center;
}

#wrapper {
	position:absolute;
	width:960px;
	height:431px;
	top:50%;
	left:50%;
	padding:0px;
	margin: -215.5px 0px 0px -480px;
	text-align:left;
}

ul {
	list-style:square;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

td.left {
	background-image: url(images/bg_left_shadow.gif);
	background-repeat: repeat-y;
}

td.right {
	background-image: url(images/bg_right_shadow.gif);
	background-repeat: repeat-y;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#vertical_container {

	border-top: solid 1px #000000;

	overflow: visible;

	background-color: #000000;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;


	margin: 0px auto 0px auto;
	width: 793px;
	max-width: 793px;
	min-width: 793px;

	padding: 0px 0px 0px 0px;

	text-align: left;
}

#menu {
	margin: 150px 0px 0px 0px;
	padding: 3px 0px 0px 0px;

	text-align: center;
}

#content {
	margin: 0px 0px 10px 0px;
	height: 100%;
}

#main_content {
	float: left;

	padding: 10px 10px 0px 10px;
	width: 523px;
}

#sidebar {
	margin-top: 0px;
	margin-right: 0px;

	text-align: right;
	
	width: 250px;
}

#kopje {
	font-size: 24px;
	font-weight: bold;
}

#kopje2 {
	font-size: 18px;
	font-weight: bold;
}

#copy {
	float: left;

	padding: 10px 10px 0px 10px;
	
	font-size: 10px;
	font-weight: bold;
}

div.item {
	float: left;
	height: auto;
	margin:	0px 8px 5px 0px;
	padding: 10px 0px 5px 10px;
	background-image: url('images/item.gif');
	background-repeat: no-repeat;
}

div.itemtext {
	font-size: 11px;
	font-weight: bold;
	
	width: 145px;
	margin:	0px 8px 15px 0px;
	padding: 0px 0px 15px 10px;
}

div.item2 {
	padding: 10px 0px 5px 10px;
	background-image: url('images/item.gif');
	background-repeat: no-repeat;
}

div.itemtext2 {
	font-size: 11px;
	font-weight: bold;
}

.teller {
	position: absolute; 
	top: 0px;
	left: 0px; 
	width: 1px;
	height: 1px; 
	visibility: visible;
	visibility: hidden;
	z-index: 1
}