/*KERNINFO 
Breedte = 960. 
Kleur in rechter kolom = ivory = fffff0
Kleur links en rechts van site = cornsilk1
De semizwarte achtergrondkleur van Petra = #1a171b.
Header adress (gouden kleur) = color: #b5a276
*/

*
{
margin: 0px;
padding: 0px;
}

body
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF8DC;
	text-align: left;
}

a
{
text-decoration: underline;
color: black;
}

a:hover
{
	text-decoration: none;
	color: #b5a276;
	background-color: white;
}

strong
{
	color: black;
}

h1
{
	color: #b5a276;
	text-transform: none;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

h2
{
	color: black;
	text-transform: none;
	font-size: 12px;
	text-align: left;
	line-height: 40px;
}

ul
{
	list-style: disc;
	line-height: 30px;
	margin-bottom: 25px;
}

li
{
	list-style-position: inside;
	text-align: justify;
	line-height: 20px;
}

p
{
margin-bottom: 25px;
text-align: justify;
line-height: 20px;
}

table
{
	line-height: 20px;
}

#header
{
	width: 960px;
	height: 290px;
	background: url(images/logo_goud_neg960x290jpegje.jpg);
	margin: 0px auto;
	position: relative;
}

#headeradress
{
	color: #b5a276;
	font-size: 10px;
	text-align: left;
	position: absolute;
	right: 5px;
	bottom: 7px;	
}

#headeradress a
{
text-decoration: underline;
color: #b5a276;
}

#headerbottomgold
{
	width: 960px;
	height: 6px;
	background: url(images/goudenrand960x6pxjpegje.jpg);
	margin: 0px auto;
}

#main
{
padding-top: 0px;
width: 960px;
margin: 0px auto;
padding-bottom: 0px;
}

#lcol
{
	width: 153px;
	float: left;
	height: 900px;
	background-color: #1a171b;
}

#menu ul
{
	list-style: none;
	margin-top: 20px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
	display: block;
	width: 136px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #1a171b;
	padding-left: 17px;
	padding-top: 11px;
	color: ivory;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
}

#menu a:hover
{
color: #b5a276;
background-color: ivory;
}

#tuscol
{
	width: 400px;
	height: 900px;
	background-color: ivory;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#tuscontent
{
	padding: 25px 35px 0px 35px;
	text-align: left;
}

#rcol
{
float: right;
margin-left: 0px;
width: 406px;
height: 900px;
background-color: ivory;
}

.imgfles {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
}

.twitter-follow-button {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
}

#footer
{
clear: both;
width: 960px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
}

