/* DW PAINTING */

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

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

#dw1 {
	width: 900px;
	margin: 0 auto;
}


#dwleft { 
	float: left;
	width: 470px;
}

#dwright { 
	float: right;
	padding-right: 80px;
	width: 350px;
	height: 400px;
	background-image: url(../images/main/dwp-main-img02.jpg);
	background-repeat: no-repeat;
}

#dw3 {
	width: 900px;
	padding-top: 40px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	 margin: 0 auto;
}

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

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

/* ------------------ FONTSS ---------------- */

#h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC66;
	text-align: center;
}

#h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

/* ------------------ 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;}