/* DW PAINTING */

body {
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	background-image: url(../images/main/bg01.jpg);
	background-repeat: repeat-x;
	
}

/* ------------------ MAIN PAGE ---------------- */

#dw1 {
	width: 900px;
	height: 70px;
	padding-top: 15px;
	font-size: 16px;
	font-style: italic;
	margin: 0 auto;
}

#dw2 {
	width: 900px;
	height: 200px;
	margin: 0 auto;
}

#dw3 {
  	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	height: 100px;
	padding-top: 40px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	line-height: 36px;
	margin: 0 auto;
}

#dw4 {
	width: 900px;
	padding-top: 28px;
	padding-bottom: 20px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC66;
	margin: 0 auto;
}

#dw5 {
	width: 900px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
	margin: 0 auto;
}

#veugeler {
	width: 900px;
	padding-bottom: 10px;
	font-size: 10px;
	margin: 0 auto;
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #7a0f11; font-weight:bold; text-decoration: underline;}
a:visited {color: #7a0f11; font-weight:bold; text-decoration: underline;}
a:active {color: #7a0f11; font-weight:bold; text-decoration: underline;}
a:hover {color: #ffffff; font-weight:bold; text-decoration: none;}